aboutsummaryrefslogtreecommitdiff
path: root/crypto
AgeCommit message (Expand)Author
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é
2022-10-27crypto: strengthen the check for key slots overlapping with LUKS headerDaniel P. Berrangé
2022-10-27crypto: validate that LUKS payload doesn't overlap with headerDaniel P. Berrangé
2022-10-27crypto: enforce that key material doesn't overlap with LUKS headerDaniel P. Berrangé
2022-10-27crypto: enforce that LUKS stripes is always a fixed valueDaniel P. Berrangé
2022-10-27crypto: sanity check that LUKS header strings are NUL-terminatedDaniel P. Berrangé
2022-10-27crypto: check for and report errors setting PSK credentialsDaniel P. Berrangé
2022-10-26crypto/luks: Support creating LUKS image on DarwinJungmin Park
2022-07-12crypto: Make block callbacks return 0 on successAlberto Faria
2022-05-26test/crypto: Add test suite for crypto akcipherLei He
2022-05-26crypto: Implement RSA algorithm by gcryptLei He
2022-05-26crypto: Implement RSA algorithm by hogweedLei He
2022-05-26crypto: add ASN.1 DER decoderLei He
2022-05-26crypto: Introduce akcipher crypto classzhenwei pi
2022-05-14crypto: make loaded property read-onlyPaolo Bonzini
2022-05-11Clean up ill-advised or unusual header guardsMarkus Armbruster
2022-04-29crypto: move sm4_sbox from target/armWeiwei Li
2022-04-28meson, configure: move keyctl test to mesonPaolo Bonzini
2022-04-06Remove qemu-common.h include from most unitsMarc-André Lureau
2022-03-22Drop qemu_foo() socket API wrapperMarc-André Lureau
2022-03-07crypto: mandate a hostname when checking x509 creds on a clientDaniel P. Berrangé
2022-02-21configure, meson: move some default-disabled options to meson_options.txtPaolo Bonzini
2022-02-21configure, meson: move AF_ALG test to mesonPaolo Bonzini
2021-07-14crypto: add gnutls pbkdf providerDaniel P. Berrangé
2021-07-14crypto: add gnutls hmac providerDaniel P. Berrangé
2021-07-14crypto: add gnutls hash providerDaniel P. Berrangé
2021-07-14crypto: add gnutls cipher providerDaniel P. Berrangé
2021-07-14crypto: introduce build system for gnutls crypto backendDaniel P. Berrangé
2021-07-14crypto: replace 'des-rfb' cipher with 'des'Daniel P. Berrangé
2021-07-14crypto: delete built-in XTS cipher mode supportDaniel P. Berrangé
2021-07-14crypto: delete built-in DES implementationDaniel P. Berrangé
2021-07-14crypto: drop custom XTS support in gcrypt driverDaniel P. Berrangé
2021-07-14crypto: drop gcrypt thread initialization codeDaniel P. Berrangé
2021-06-29crypto: Make QCryptoTLSCreds* structures privatePhilippe Mathieu-Daudé
2021-06-29crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helperPhilippe Mathieu-Daudé
2021-06-25configure, meson: convert crypto detection to mesonPaolo Bonzini
2021-06-02crypto: drop used conditional checkDaniel P. Berrangé
2021-06-02crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02crypto: drop back compatibility typedefs for nettleDaniel P. Berrangé
2021-06-02crypto: bump min nettle to 3.4, dropping RHEL-7 supportDaniel P. Berrangé
2021-06-02docs: fix references to docs/devel/tracing.rstStefano Garzarella
2021-03-23crypto: add reload for QCryptoTLSCredsClassZihao Chang
2021-01-29crypto: Add spaces around operatorshiliyang
2021-01-29crypto: Fix memory leaks in set_loaded for tls-*Kevin Wolf