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