| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | qom: Put name parameter before value / visitor parameter | Markus Armbruster | 2020-07-10 | 5 | -5/+5 |
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int... | Peter Maydell | 2020-07-09 | 3 | -0/+132 |
|\ |
|
| * | crypto/tls-cipher-suites: Produce fw_cfg consumable blob | Philippe Mathieu-Daudé | 2020-07-03 | 1 | -0/+11 |
| * | crypto: Add tls-cipher-suites object | Philippe Mathieu-Daudé | 2020-07-03 | 3 | -0/+121 |
* | | qcrypto/luks: implement encryption key management | Maxim Levitsky | 2020-07-06 | 1 | -4/+412 |
* | | qcrypto/core: add generic infrastructure for crypto options amendment | Maxim Levitsky | 2020-07-06 | 2 | -0/+37 |
|/ |
|
* | crypto: Remove use of GCRYPT_VERSION macro. | Richard W.M. Jones | 2020-06-15 | 1 | -1/+1 |
* | crypto/linux_keyring: add 'secret_keyring' secret object. | Alexey Krasikov | 2020-06-15 | 2 | -0/+149 |
* | crypto/secret: move main logic from 'secret' to 'secret_common'. | Alexey Krasikov | 2020-06-15 | 3 | -340/+411 |
* | crypto: add "none" random provider | Marek Marczykowski-Górecki | 2020-06-15 | 2 | -1/+40 |
* | qom: Drop parameter @errp of object_property_add() & friends | Markus Armbruster | 2020-05-15 | 5 | -32/+16 |
* | crypto: Redundant type conversion for AES_KEY pointer | Chen Qun | 2020-05-07 | 1 | -6/+4 |
* | crypto/secret: fix inconsequential errors. | Alexey Krasikov | 2020-05-07 | 1 | -1/+1 |
* | crypto: fix getter of a QCryptoSecret's property | Tong Ho | 2020-05-07 | 1 | -1/+2 |
* | luks: extract qcrypto_block_calculate_payload_offset() | Stefan Hajnoczi | 2020-03-11 | 1 | -0/+36 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2019-12-20 | 1 | -8/+5 |
|\ |
|
| * | stubs: replace stubs with lnot if applicable | Paolo Bonzini | 2019-12-17 | 1 | -2/+1 |
| * | crypto: move common bits for all emulators to libqemuutil | Paolo Bonzini | 2019-12-17 | 1 | -7/+5 |
* | | crypto: Fix certificate file error handling crash bug | Markus Armbruster | 2019-12-18 | 1 | -1/+1 |
|/ |
|
* | crypto: add support for nettle's native XTS impl | Daniel P. Berrangé | 2019-10-28 | 1 | -0/+18 |
* | crypto: add support for gcrypt's native XTS impl | Daniel P. Berrangé | 2019-10-28 | 2 | -34/+65 |