index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
crypto
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-22
crypto/hash-afalg: Fix broken build
Markus Armbruster
1
-5
/
+5
2024-10-22
crypto/hash: avoid overwriting user supplied result pointer
Daniel P. Berrangé
4
-11
/
+45
2024-10-22
crypto: Remove unused DER string functions
Dr. David Alan Gilbert
2
-35
/
+0
2024-10-10
crypto: drop obsolete back compat logic for old nettle
Daniel P. Berrangé
1
-14
/
+3
2024-10-10
crypto/hashpriv: Remove old hash API function
Alejandro Zeise
1
-6
/
+0
2024-10-10
crypto/hash-afalg: Remove old hash API functions
Alejandro Zeise
1
-56
/
+4
2024-10-10
crypto/hash-nettle: Remove old hash API functions
Alejandro Zeise
1
-53
/
+0
2024-10-10
crypto/hash-gnutls: Remove old hash API functions
Alejandro Zeise
1
-47
/
+0
2024-10-10
crypto/hash-gcrypt: Remove old hash API functions
Alejandro Zeise
1
-67
/
+0
2024-10-10
crypto/hash-glib: Remove old hash API functions
Alejandro Zeise
1
-53
/
+0
2024-10-10
crypto/hash: Implement and use new hash API
Alejandro Zeise
1
-30
/
+131
2024-10-10
crypto/hash-afalg: Implement new hash API
Alejandro Zeise
1
-0
/
+127
2024-10-10
crypto/hash-nettle: Implement new hash API
Alejandro Zeise
1
-0
/
+70
2024-10-10
crypto/hash-gnutls: Implement new hash API
Alejandro Zeise
1
-0
/
+78
2024-10-10
crypto/hash-gcrypt: Implement new hash API
Alejandro Zeise
1
-0
/
+79
2024-10-10
crypto/hash-glib: Implement new hash API
Alejandro Zeise
1
-0
/
+67
2024-10-10
crypto: accumulative hashing API
Alejandro Zeise
1
-0
/
+13
2024-09-10
qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgo
Markus Armbruster
5
-25
/
+25
2024-09-10
qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefix
Markus Armbruster
2
-18
/
+18
2024-09-10
qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefix
Markus Armbruster
4
-6
/
+6
2024-09-10
qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefix
Markus Armbruster
4
-15
/
+15
2024-09-10
qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix
Markus Armbruster
14
-189
/
+189
2024-09-10
qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefix
Markus Armbruster
27
-217
/
+217
2024-09-10
qapi/crypto: Drop unwanted 'prefix'
Markus Armbruster
4
-12
/
+12
2024-09-10
qapi/crypto: Drop temporary 'prefix'
Markus Armbruster
2
-4
/
+4
2024-09-09
crypto: Introduce x509 utils
Dorjoy Chowdhury
2
-0
/
+80
2024-09-09
crypto: Support SHA384 hash when using glib
Dorjoy Chowdhury
1
-1
/
+1
2024-09-09
crypto: Define macros for hash algorithm digest lengths
Dorjoy Chowdhury
1
-7
/
+7
2024-09-09
crypto: use consistent error reporting pattern for unsupported cipher modes
Daniel P. Berrangé
1
-4
/
+14
2024-09-09
crypto: avoid leak of ctx when bad cipher mode is given
Daniel P. Berrangé
1
-2
/
+5
2024-09-09
crypto: check gnutls & gcrypt support the requested pbkdf hash
Daniel P. Berrangé
2
-2
/
+2
2024-09-09
crypto: run qcrypto_pbkdf2_count_iters in a new thread
Tiago Pasqualini
1
-7
/
+46
2024-08-20
crypto/tlscredspsk: Free username on finalize
Peter Maydell
1
-0
/
+1
2024-07-24
crypto: propagate errors from TLS session I/O callbacks
Daniel P. Berrangé
1
-10
/
+66
2024-07-24
crypto: push error reporting into TLS session I/O APIs
Daniel P. Berrangé
1
-31
/
+29
2024-07-24
crypto: drop gnutls debug logging support
Daniel P. Berrangé
1
-11
/
+4
2024-07-23
crypto/block-luks: make range overlap check more readable
Yao Xingtao
1
-1
/
+2
2024-06-10
crypto/block: drop qcrypto_block_open() n_threads argument
Stefan Hajnoczi
4
-8
/
+3
2024-06-10
block/crypto: create ciphers on demand
Stefan Hajnoczi
4
-50
/
+78
2024-03-19
crypto: query gcrypt for cipher availability
Daniel P. Berrangé
1
-0
/
+5
2024-03-19
crypto: factor out conversion of QAPI to gcrypt constants
Daniel P. Berrangé
1
-56
/
+60
2024-02-09
crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKS
Hyman Huang
1
-0
/
+2
2024-02-09
crypto: Modify the qcrypto_block_create to support creation flags
Hyman Huang
3
-8
/
+26
2024-02-09
crypto: Support LUKS volume with detached header
Hyman Huang
1
-4
/
+7
2024-02-09
crypto: Introduce SM4 symmetric cipher algorithm
Hyman Huang
4
-0
/
+74
2023-11-07
crypto/rsakey-builtin.c.inc: Clean up two error paths
Markus Armbruster
1
-6
/
+2
2023-10-03
Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into staging
Stefan Hajnoczi
1
-1
/
+2
2023-10-03
crypto: only include tls-cipher-suites in emulators
Paolo Bonzini
1
-1
/
+2
2023-09-29
crypto: remove shadowed 'ret' variable
Daniel P. Berrangé
1
-1
/
+0
2023-09-29
crypto/cipher-gnutls.c: Clean up local variable shadowing
Philippe Mathieu-Daudé
1
-2
/
+2
[next]