| Commit message (Expand) | Author | Age | Files | Lines |
* | qom: Remove module_obj_name parameter from OBJECT_DECLARE* macros | Eduardo Habkost | 2020-09-18 | 2 | -2/+2 |
* | qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE | Eduardo Habkost | 2020-09-18 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/berrange-gitlab/tags/crypt-perf-pull-re... | Peter Maydell | 2020-09-12 | 2 | -6/+2 |
|\ |
|
| * | crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c | Richard Henderson | 2020-09-10 | 1 | -4/+0 |
| * | crypto: Allocate QCryptoCipher with the subclass | Richard Henderson | 2020-09-10 | 1 | -1/+0 |
| * | crypto: Use the correct const type for driver | Richard Henderson | 2020-09-10 | 1 | -1/+1 |
| * | crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h | Richard Henderson | 2020-09-10 | 1 | -0/+1 |
* | | Use OBJECT_DECLARE_SIMPLE_TYPE when possible | Eduardo Habkost | 2020-09-09 | 1 | -5/+2 |
* | | Use OBJECT_DECLARE_TYPE where possible | Eduardo Habkost | 2020-09-09 | 2 | -8/+4 |
* | | Use DECLARE_*CHECKER* macros | Eduardo Habkost | 2020-09-09 | 8 | -29/+16 |
* | | Move QOM typedefs and add missing includes | Eduardo Habkost | 2020-09-09 | 8 | -11/+15 |
* | | Delete duplicate QOM typedefs | Eduardo Habkost | 2020-09-08 | 1 | -4/+4 |
|/ |
|
* | qapi: enable use of g_autoptr with QAPI types | Daniel P. Berrangé | 2020-09-03 | 1 | -2/+0 |
* | Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' int... | Peter Maydell | 2020-07-09 | 1 | -0/+39 |
|\ |
|
| * | crypto: Add tls-cipher-suites object | Philippe Mathieu-Daudé | 2020-07-03 | 1 | -0/+39 |
* | | qcrypto/core: add generic infrastructure for crypto options amendment | Maxim Levitsky | 2020-07-06 | 1 | -0/+22 |
|/ |
|
* | crypto/linux_keyring: add 'secret_keyring' secret object. | Alexey Krasikov | 2020-06-15 | 1 | -0/+52 |
* | crypto/secret: move main logic from 'secret' to 'secret_common'. | Alexey Krasikov | 2020-06-15 | 2 | -17/+71 |
* | luks: extract qcrypto_block_calculate_payload_offset() | Stefan Hajnoczi | 2020-03-11 | 1 | -0/+22 |
* | crypto: Fix typo in QCryptoTLSSession's <example> comment | Markus Armbruster | 2019-12-18 | 1 | -1/+1 |
* | crypto: define cleanup functions for use with g_autoptr | Daniel P. Berrangé | 2019-08-22 | 5 | -0/+10 |
* | crypto: Fix LGPL information in the file headers | Thomas Huth | 2019-07-19 | 14 | -14/+14 |
* | Include qemu-common.h exactly where needed | Markus Armbruster | 2019-06-12 | 2 | -2/+0 |
* | crypto: Change the qcrypto_random_bytes buffer type to void* | Richard Henderson | 2019-05-22 | 1 | -1/+1 |
* | Don't talk about the LGPL if the file is licensed under the GPL | Thomas Huth | 2019-01-30 | 1 | -6/+5 |
* | crypto: support multiple threads accessing one QCryptoBlock | Vladimir Sementsov-Ogievskiy | 2018-12-12 | 1 | -0/+2 |
* | tests: call qcrypto_init instead of gnutls_global_init | Daniel P. Berrangé | 2018-07-24 | 1 | -0/+2 |
* | crypto: Implement TLS Pre-Shared Keys (PSK). | Richard W.M. Jones | 2018-07-03 | 1 | -0/+106 |
* | Include less of the generated modular QAPI headers | Markus Armbruster | 2018-03-02 | 5 | -3/+5 |
* | Include qapi/error.h exactly where needed | Markus Armbruster | 2018-02-09 | 2 | -4/+0 |
* | block: convert qcrypto_block_encrypt|decrypt to take bytes offset | Daniel P. Berrange | 2017-10-06 | 1 | -6/+8 |
* | crypto: expose encryption sector size in APIs | Daniel P. Berrange | 2017-10-06 | 1 | -0/+15 |
* | crypto: hmac: add hmac driver framework | Longpeng(Mike) | 2017-07-19 | 1 | -0/+1 |
* | crypto: hmac: move crypto/hmac.h into include/crypto/ | Longpeng(Mike) | 2017-07-19 | 1 | -0/+166 |
* | crypto: cipher: add cipher driver framework | Longpeng(Mike) | 2017-07-19 | 1 | -0/+1 |
* | block: pass option prefix down to crypto layer | Daniel P. Berrange | 2017-07-11 | 1 | -1/+5 |
* | crypto: qcrypto_random_bytes() now works on windows w/o any other crypto libs | Geert Martin Ijewski | 2017-05-09 | 1 | -0/+9 |
* | crypto: move 'opaque' parameter to (nearly) the end of parameter list | Daniel P. Berrange | 2017-05-09 | 1 | -3/+3 |
* | crypto: Make errp the last parameter of functions | Fam Zheng | 2017-04-24 | 1 | -6/+6 |
* | crypto: add CTR mode support | Gonglei | 2016-10-19 | 1 | -3/+3 |
* | crypto: extend mode as a parameter in qcrypto_cipher_supports() | Gonglei | 2016-10-19 | 1 | -2/+4 |
* | crypto: use correct derived key size when timing pbkdf | Daniel P. Berrange | 2016-09-19 | 1 | -1/+5 |
* | crypto: use uint64_t for pbkdf iteration count parameters | Daniel P. Berrange | 2016-09-19 | 1 | -5/+5 |
* | crypto: add support for querying parameters for block encryption | Daniel P. Berrange | 2016-07-26 | 1 | -0/+16 |
* | Clean up ill-advised or unusual header guards | Markus Armbruster | 2016-07-12 | 10 | -31/+30 |
* | Clean up header guards that don't match their file name | Markus Armbruster | 2016-07-12 | 5 | -17/+15 |
* | crypto: add support for TLS priority string override | Daniel P. Berrange | 2016-07-04 | 1 | -0/+1 |
* | crypto: aes: always rename internal symbols | Mike Frysinger | 2016-06-13 | 1 | -3/+2 |
* | Fix some typos found by codespell | Stefan Weil | 2016-05-18 | 1 | -1/+1 |
* | include/crypto: Include qapi-types.h or qemu/bswap.h instead of qemu-common.h | Markus Armbruster | 2016-03-22 | 5 | -6/+2 |