Age | Commit message (Expand) | Author |
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 |
2020-08-21 | trace: switch position of headers to what Meson requires | Paolo Bonzini |
2020-07-10 | qom: Put name parameter before value / visitor parameter | Markus Armbruster |
2020-07-09 | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int... | Peter Maydell |
2020-07-06 | qcrypto/luks: implement encryption key management | Maxim Levitsky |
2020-07-06 | qcrypto/core: add generic infrastructure for crypto options amendment | Maxim Levitsky |
2020-07-03 | crypto/tls-cipher-suites: Produce fw_cfg consumable blob | Philippe Mathieu-Daudé |
2020-07-03 | crypto: Add tls-cipher-suites object | Philippe Mathieu-Daudé |
2020-06-15 | crypto: Remove use of GCRYPT_VERSION macro. | Richard W.M. Jones |
2020-06-15 | crypto/linux_keyring: add 'secret_keyring' secret object. | Alexey Krasikov |
2020-06-15 | crypto/secret: move main logic from 'secret' to 'secret_common'. | Alexey Krasikov |
2020-06-15 | crypto: add "none" random provider | Marek Marczykowski-Górecki |
2020-05-15 | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster |
2020-05-07 | crypto: Redundant type conversion for AES_KEY pointer | Chen Qun |
2020-05-07 | crypto/secret: fix inconsequential errors. | Alexey Krasikov |
2020-05-07 | crypto: fix getter of a QCryptoSecret's property | Tong Ho |
2020-03-11 | luks: extract qcrypto_block_calculate_payload_offset() | Stefan Hajnoczi |