aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
2024-11-05crypto: perform runtime check for hash/hmac support in gcryptDaniel P. Berrangé
2024-11-05crypto: fix error check on gcry_md_openDaniel P. Berrangé
2024-11-05crypto: Introduce SM3 hash hmac pbkdf algorithmliequan che
2024-11-05crypto: purge 'loaded' property that was not fully removedDaniel P. Berrangé
2024-10-22crypto/hash-afalg: Fix broken buildMarkus Armbruster
2024-10-22crypto/hash: avoid overwriting user supplied result pointerDaniel P. Berrangé
2024-10-22crypto: Remove unused DER string functionsDr. David Alan Gilbert
2024-10-10crypto: drop obsolete back compat logic for old nettleDaniel P. Berrangé
2024-10-10crypto/hashpriv: Remove old hash API functionAlejandro Zeise
2024-10-10crypto/hash-afalg: Remove old hash API functionsAlejandro Zeise
2024-10-10crypto/hash-nettle: Remove old hash API functionsAlejandro Zeise
2024-10-10crypto/hash-gnutls: Remove old hash API functionsAlejandro Zeise
2024-10-10crypto/hash-gcrypt: Remove old hash API functionsAlejandro Zeise
2024-10-10crypto/hash-glib: Remove old hash API functionsAlejandro Zeise
2024-10-10crypto/hash: Implement and use new hash APIAlejandro Zeise
2024-10-10crypto/hash-afalg: Implement new hash APIAlejandro Zeise
2024-10-10crypto/hash-nettle: Implement new hash APIAlejandro Zeise
2024-10-10crypto/hash-gnutls: Implement new hash APIAlejandro Zeise
2024-10-10crypto/hash-gcrypt: Implement new hash APIAlejandro Zeise
2024-10-10crypto/hash-glib: Implement new hash APIAlejandro Zeise
2024-10-10crypto: accumulative hashing APIAlejandro Zeise
2024-09-10qapi/crypto: Rename QCryptoAFAlg to QCryptoAFAlgoMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoRSAPaddingAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoAkCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoIVGenAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Rename QCryptoHashAlgorithm to *Algo, and drop prefixMarkus Armbruster
2024-09-10qapi/crypto: Drop unwanted 'prefix'Markus Armbruster
2024-09-10qapi/crypto: Drop temporary 'prefix'Markus Armbruster
2024-09-09crypto: Introduce x509 utilsDorjoy Chowdhury
2024-09-09crypto: Support SHA384 hash when using glibDorjoy Chowdhury
2024-09-09crypto: Define macros for hash algorithm digest lengthsDorjoy Chowdhury
2024-09-09crypto: use consistent error reporting pattern for unsupported cipher modesDaniel P. Berrangé
2024-09-09crypto: avoid leak of ctx when bad cipher mode is givenDaniel P. Berrangé
2024-09-09crypto: check gnutls & gcrypt support the requested pbkdf hashDaniel P. Berrangé
2024-09-09crypto: run qcrypto_pbkdf2_count_iters in a new threadTiago Pasqualini
2024-08-20crypto/tlscredspsk: Free username on finalizePeter Maydell
2024-07-24crypto: propagate errors from TLS session I/O callbacksDaniel P. Berrangé
2024-07-24crypto: push error reporting into TLS session I/O APIsDaniel P. Berrangé
2024-07-24crypto: drop gnutls debug logging supportDaniel P. Berrangé
2024-07-23crypto/block-luks: make range overlap check more readableYao Xingtao
2024-06-10crypto/block: drop qcrypto_block_open() n_threads argumentStefan Hajnoczi
2024-06-10block/crypto: create ciphers on demandStefan Hajnoczi
2024-03-19crypto: query gcrypt for cipher availabilityDaniel P. Berrangé
2024-03-19crypto: factor out conversion of QAPI to gcrypt constantsDaniel P. Berrangé
2024-02-09crypto: Introduce 'detached-header' field in QCryptoBlockInfoLUKSHyman Huang
2024-02-09crypto: Modify the qcrypto_block_create to support creation flagsHyman Huang
2024-02-09crypto: Support LUKS volume with detached headerHyman Huang
2024-02-09crypto: Introduce SM4 symmetric cipher algorithmHyman Huang
2023-11-07crypto/rsakey-builtin.c.inc: Clean up two error pathsMarkus Armbruster