aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)AuthorFilesLines
2022-05-26test/crypto: Add test suite for crypto akcipherLei He1-7/+7
2022-05-26crypto: Implement RSA algorithm by gcryptLei He2-1/+598
2022-05-26crypto: Implement RSA algorithm by hogweedLei He7-0/+953
2022-05-26crypto: add ASN.1 DER decoderLei He3-0/+271
2022-05-26crypto: Introduce akcipher crypto classzhenwei pi3-0/+158
2022-05-14crypto: make loaded property read-onlyPaolo Bonzini4-99/+49
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2022-04-29crypto: move sm4_sbox from target/armWeiwei Li2-0/+50
2022-04-28meson, configure: move keyctl test to mesonPaolo Bonzini1-1/+3
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau2-2/+0
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau2-4/+4
2022-03-07crypto: mandate a hostname when checking x509 creds on a clientDaniel P. Berrangé1-0/+6
2022-02-21configure, meson: move some default-disabled options to meson_options.txtPaolo Bonzini1-1/+1
2022-02-21configure, meson: move AF_ALG test to mesonPaolo Bonzini1-1/+3
2021-07-14crypto: add gnutls pbkdf providerDaniel P. Berrangé2-1/+91
2021-07-14crypto: add gnutls hmac providerDaniel P. Berrangé1-0/+139
2021-07-14crypto: add gnutls hash providerDaniel P. Berrangé2-0/+106
2021-07-14crypto: add gnutls cipher providerDaniel P. Berrangé2-0/+337
2021-07-14crypto: introduce build system for gnutls crypto backendDaniel P. Berrangé1-0/+3
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé3-51/+19
2021-07-14crypto: delete built-in XTS cipher mode supportDaniel P. Berrangé2-63/+3
2021-07-14crypto: delete built-in DES implementationDaniel P. Berrangé3-489/+0
2021-07-14crypto: drop custom XTS support in gcrypt driverDaniel P. Berrangé1-127/+0
2021-07-14crypto: drop gcrypt thread initialization codeDaniel P. Berrangé1-62/+0
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé6-0/+58
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé1-0/+12
2021-06-25configure, meson: convert crypto detection to mesonPaolo Bonzini1-29/+12
2021-06-02crypto: drop used conditional checkDaniel P. Berrangé1-2/+0
2021-06-02crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 supportDaniel P. Berrangé1-5/+1
2021-06-02crypto: drop back compatibility typedefs for nettleDaniel P. Berrangé3-44/+30
2021-06-02crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé3-39/+0
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella1-1/+1
2021-03-23crypto: add reload for QCryptoTLSCredsClassZihao Chang1-0/+48
2021-01-29crypto: Add spaces around operatorshiliyang2-3/+3
2021-01-29crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf3-6/+3
2021-01-29crypto: Forbid broken unloading of secretsKevin Wolf1-3/+3
2021-01-29crypto: Move USER_CREATABLE to secret_common base classKevin Wolf3-28/+15
2021-01-29crypto: Fix some code style problems, add spaces around operatorshiliyang3-3/+3
2021-01-28qapi: Use QAPI_LIST_APPEND in trivial casesEric Blake1-6/+3
2020-10-12crypto: Move the creation of the library to the main meson.buildPhilippe Mathieu-Daudé1-10/+0
2020-09-18qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPEEduardo Habkost1-1/+0
2020-09-10crypto/gcrypt: Split QCryptoCipherGcrypt into subclassesRichard Henderson1-255/+238
2020-09-10crypto/nettle: Split QCryptoCipherNettle into subclassesRichard Henderson1-488/+511
2020-09-10crypto/builtin: Split QCryptoCipherBuiltin into subclassesRichard Henderson1-309/+210
2020-09-10crypto/builtin: Split and simplify AES_encrypt_cbcRichard Henderson1-56/+43
2020-09-10crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.cRichard Henderson2-51/+56
2020-09-10crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}cryptRichard Henderson1-51/+22
2020-09-10crypto/builtin: Remove odd-sized AES block handlingRichard Henderson1-28/+12
2020-09-10crypto: Constify cipher data tablesRichard Henderson1-3/+3
2020-09-10crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_newRichard Henderson6-10/+13