Age | Commit message (Expand) | Author |
2022-03-07 | crypto: mandate a hostname when checking x509 creds on a client | Daniel P. Berrangé |
2022-02-21 | configure, meson: move some default-disabled options to meson_options.txt | Paolo Bonzini |
2022-02-21 | configure, meson: move AF_ALG test to meson | Paolo Bonzini |
2021-07-14 | crypto: add gnutls pbkdf provider | Daniel P. Berrangé |
2021-07-14 | crypto: add gnutls hmac provider | Daniel P. Berrangé |
2021-07-14 | crypto: add gnutls hash provider | Daniel P. Berrangé |
2021-07-14 | crypto: add gnutls cipher provider | Daniel P. Berrangé |
2021-07-14 | crypto: introduce build system for gnutls crypto backend | Daniel P. Berrangé |
2021-07-14 | crypto: replace 'des-rfb' cipher with 'des' | Daniel P. Berrangé |
2021-07-14 | crypto: delete built-in XTS cipher mode support | Daniel P. Berrangé |
2021-07-14 | crypto: delete built-in DES implementation | Daniel P. Berrangé |
2021-07-14 | crypto: drop custom XTS support in gcrypt driver | Daniel P. Berrangé |
2021-07-14 | crypto: drop gcrypt thread initialization code | Daniel P. Berrangé |
2021-06-29 | crypto: Make QCryptoTLSCreds* structures private | Philippe Mathieu-Daudé |
2021-06-29 | crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper | Philippe Mathieu-Daudé |
2021-06-25 | configure, meson: convert crypto detection to meson | Paolo Bonzini |
2021-06-02 | crypto: drop used conditional check | Daniel P. Berrangé |
2021-06-02 | crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support | Daniel P. Berrangé |
2021-06-02 | crypto: drop back compatibility typedefs for nettle | Daniel P. Berrangé |
2021-06-02 | crypto: bump min nettle to 3.4, dropping RHEL-7 support | Daniel P. Berrangé |
2021-06-02 | docs: fix references to docs/devel/tracing.rst | Stefano Garzarella |
2021-03-23 | crypto: add reload for QCryptoTLSCredsClass | Zihao Chang |
2021-01-29 | crypto: Add spaces around operator | shiliyang |
2021-01-29 | crypto: Fix memory leaks in set_loaded for tls-* | Kevin Wolf |
2021-01-29 | crypto: Forbid broken unloading of secrets | Kevin Wolf |
2021-01-29 | crypto: Move USER_CREATABLE to secret_common base class | Kevin Wolf |
2021-01-29 | crypto: Fix some code style problems, add spaces around operator | shiliyang |
2021-01-28 | qapi: Use QAPI_LIST_APPEND in trivial cases | Eric Blake |
2020-10-12 | crypto: Move the creation of the library to the main meson.build | Philippe Mathieu-Daudé |
2020-09-18 | qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE | Eduardo Habkost |
2020-09-10 | crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses | Richard Henderson |
2020-09-10 | crypto/nettle: Split QCryptoCipherNettle into subclasses | Richard Henderson |
2020-09-10 | crypto/builtin: Split QCryptoCipherBuiltin into subclasses | Richard Henderson |
2020-09-10 | crypto/builtin: Split and simplify AES_encrypt_cbc | Richard Henderson |
2020-09-10 | crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c | Richard Henderson |
2020-09-10 | crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt | Richard Henderson |
2020-09-10 | crypto/builtin: Remove odd-sized AES block handling | Richard Henderson |
2020-09-10 | crypto: Constify cipher data tables | Richard Henderson |
2020-09-10 | crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new | Richard Henderson |
2020-09-10 | crypto: Allocate QCryptoCipher with the subclass | Richard Henderson |
2020-09-10 | crypto: Use the correct const type for driver | Richard Henderson |
2020-09-10 | crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h | Richard Henderson |
2020-09-10 | crypto/nettle: Fix xts_encrypt arguments | Richard Henderson |
2020-09-10 | crypto: Remove redundant includes | Richard Henderson |
2020-09-10 | crypto: Rename cipher include files to .c.inc | Richard Henderson |
2020-09-10 | crypto: Assume blocksize is a power of 2 | Richard Henderson |
2020-09-07 | crypto: fix build with gcrypt enabled | Daniel P. Berrangé |
2020-09-02 | tls-cipher-suites: Correct instance_size | Eduardo Habkost |
2020-08-21 | meson: convert crypto directory to Meson | Marc-André Lureau |
2020-08-21 | libqemuutil, qapi, trace: convert to meson | Paolo Bonzini |