aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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
2023-10-03Merge tag 'for-upstream' of https://gitlab.com/bonzini/qemu into stagingStefan Hajnoczi
2023-10-03crypto: only include tls-cipher-suites in emulatorsPaolo Bonzini
2023-09-29crypto: remove shadowed 'ret' variableDaniel P. Berrangé
2023-09-29crypto/cipher-gnutls.c: Clean up local variable shadowingPhilippe Mathieu-Daudé
2023-09-15crypto: Add generic 64-bit carry-less multiply routineRichard Henderson
2023-09-15crypto: Add generic 32-bit carry-less multiply routinesRichard Henderson
2023-09-15crypto: Add generic 16-bit carry-less multiply routinesRichard Henderson
2023-09-15crypto: Add generic 8-bit carry-less multiply routinesRichard Henderson
2023-09-11crypto: Add SM4 constant parameter CKMax Chou
2023-09-11target/riscv: Use existing lookup tables for MixColumnsArd Biesheuvel
2023-09-08misc/other: spelling fixesMichael Tokarev
2023-08-31bulk: Do not declare function prototypes using 'extern' keywordPhilippe Mathieu-Daudé
2023-07-25crypto: Always initialize splitkeylenAkihiko Odaki
2023-07-09crypto: Unexport AES_*_rot, AES_TeN, AES_TdNRichard Henderson
2023-07-09crypto: Remove AES_imcRichard Henderson
2023-07-09crypto: Implement aesdec_IMC with AES_imc_rotRichard Henderson
2023-07-09crypto: Remove AES_shifts, AES_ishiftsRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AK_IMCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_IMC_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_MC_AKRichard Henderson
2023-07-08crypto: Add aesdec_IMCRichard Henderson
2023-07-08crypto: Add aesenc_MCRichard Henderson
2023-07-08crypto: Add aesdec_ISB_ISR_AKRichard Henderson
2023-07-08crypto: Add aesenc_SB_SR_AKRichard Henderson
2023-07-08crypto/aes: Add AES_SH, AES_ISH macrosRichard Henderson
2023-07-08target/arm: Move aesmc and aesimc tables to crypto/aes.cRichard Henderson
2023-03-13win32: replace closesocket() with close() wrapperMarc-André Lureau
2023-02-15crypto: TLS: introduce `check_pending`Antoine Damhet
2023-02-08crypto: Clean up includesMarkus Armbruster
2023-01-19coroutine: Clean up superfluous inclusion of qemu/coroutine.hMarkus Armbruster
2022-12-14qapi crypto: Elide redundant has_FOO in generated CMarkus Armbruster
2022-11-02crypto: Support export akcipher to pkcs8Lei He
2022-11-02crypto: Support DER encodingsLei He
2022-10-27crypto: quote algorithm names in error messagesDaniel P. Berrangé
2022-10-27crypto: split off helpers for converting LUKS header endianessDaniel P. Berrangé
2022-10-27crypto: split LUKS header definitions off into fileDaniel P. Berrangé
2022-10-27crypto: check that LUKS PBKDF2 iterations count is non-zeroDaniel P. Berrangé