Age | Commit message (Expand) | Author | Files | Lines |
2019-12-20 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -8/+5 |
2019-12-18 | crypto: Fix certificate file error handling crash bug | Markus Armbruster | 1 | -1/+1 |
2019-12-17 | stubs: replace stubs with lnot if applicable | Paolo Bonzini | 1 | -2/+1 |
2019-12-17 | crypto: move common bits for all emulators to libqemuutil | Paolo Bonzini | 1 | -7/+5 |
2019-10-28 | crypto: add support for nettle's native XTS impl | Daniel P. Berrangé | 1 | -0/+18 |
2019-10-28 | crypto: add support for gcrypt's native XTS impl | Daniel P. Berrangé | 2 | -34/+65 |
2019-09-26 | qcrypto-luks: more rigorous header checking | Maxim Levitsky | 1 | -0/+52 |
2019-09-26 | qcrypto-luks: simplify the math used for keyslot locations | Maxim Levitsky | 1 | -23/+40 |
2019-09-26 | qcrypto-luks: extract store key function | Maxim Levitsky | 1 | -123/+181 |
2019-09-26 | qcrypto-luks: extract check and parse header | Maxim Levitsky | 1 | -98/+125 |
2019-09-26 | qcrypto-luks: extract store and load header | Maxim Levitsky | 1 | -62/+93 |
2019-09-26 | qcrypto-luks: purge unused error codes from open callback | Maxim Levitsky | 1 | -32/+13 |
2019-09-26 | qcrypto-luks: use the parsed encryption settings in QCryptoBlockLUKS | Maxim Levitsky | 1 | -90/+79 |
2019-09-26 | qcrypto-luks: pass keyslot index rather that pointer to the keyslot | Maxim Levitsky | 1 | -3/+3 |
2019-09-26 | qcrypto-luks: simplify masterkey and masterkey length | Maxim Levitsky | 1 | -23/+21 |
2019-09-26 | qcrypto-luks: don't overwrite cipher_mode in header | Maxim Levitsky | 1 | -3/+6 |
2019-09-26 | qcrypto-luks: rename some fields in QCryptoBlockLUKSHeader | Maxim Levitsky | 1 | -44/+47 |
2019-08-22 | crypto: use auto cleanup for many stack variables | Daniel P. Berrangé | 8 | -133/+65 |
2019-08-22 | glib: bump min required glib library version to 2.48 | Daniel P. Berrangé | 1 | -5/+0 |
2019-07-19 | crypto: Fix LGPL information in the file headers | Thomas Huth | 38 | -38/+38 |
2019-07-19 | crypto: fix function signatures for nettle 2.7 vs 3 | Daniel P. Berrangé | 2 | -7/+22 |
2019-07-19 | crypto: switch to modern nettle AES APIs | Daniel P. Berrangé | 1 | -35/+183 |
2019-06-12 | Normalize position of header guard | Markus Armbruster | 3 | -13/+10 |
2019-06-12 | Include qemu-common.h exactly where needed | Markus Armbruster | 1 | -1/+0 |
2019-06-12 | Include qemu/module.h where needed, drop it from qemu-common.h | Markus Armbruster | 5 | -0/+5 |
2019-05-22 | crypto: Change the qcrypto_random_bytes buffer type to void* | Richard Henderson | 3 | -4/+4 |
2019-05-22 | crypto: Use getrandom for qcrypto_random_bytes | Richard Henderson | 1 | -5/+32 |
2019-05-22 | crypto: Use O_CLOEXEC in qcrypto_random_init | Richard Henderson | 1 | -2/+2 |
2019-05-22 | crypto: Do not fail for EINTR during qcrypto_random_bytes | Richard Henderson | 1 | -21/+15 |
2019-05-22 | crypto: Reverse code blocks in random-platform.c | Richard Henderson | 1 | -18/+17 |
2019-05-22 | build: Link user-only with crypto random number objects | Richard Henderson | 1 | -5/+6 |
2019-03-22 | trace-events: Shorten file names in comments | Markus Armbruster | 1 | -5/+5 |
2019-03-21 | crypto/block: remove redundant struct packing to fix build with gcc 9 | Greg Kurz | 1 | -2/+2 |
2019-02-26 | authz: delete existing ACL implementation | Daniel P. Berrange | 2 | -19/+18 |
2019-02-05 | crypto: finish removing TABs | Paolo Bonzini | 2 | -504/+504 |
2019-01-30 | Don't talk about the LGPL if the file is licensed under the GPL | Thomas Huth | 1 | -6/+5 |
2019-01-11 | remove space-tab sequences | Paolo Bonzini | 1 | -14/+14 |
2018-12-12 | crypto: support multiple threads accessing one QCryptoBlock | Vladimir Sementsov-Ogievskiy | 4 | -41/+163 |
2018-12-12 | crypto/block: introduce qcrypto_block_*crypt_helper functions | Vladimir Sementsov-Ogievskiy | 4 | -16/+54 |
2018-12-12 | crypto/block: rename qcrypto_block_*crypt_helper | Vladimir Sementsov-Ogievskiy | 4 | -81/+83 |
2018-12-12 | crypto/block: refactor qcrypto_block_*crypt_helper functions | Vladimir Sementsov-Ogievskiy | 1 | -50/+31 |
2018-12-12 | crypto/block-luks: fix memory leak in qcrypto_block_luks_create | Vladimir Sementsov-Ogievskiy | 1 | -0/+3 |
2018-11-19 | io: return 0 for EOF in TLS session read after shutdown | Daniel P. Berrangé | 1 | -0/+3 |
2018-11-05 | crypto: initialize sector size even when opening with no IO flag | Daniel P. Berrangé | 1 | -0/+2 |
2018-10-24 | crypto: annotate xts_tweak_encdec as inlineable | Daniel P. Berrangé | 1 | -5/+5 |
2018-10-24 | crypto: convert xts_mult_x to use xts_uint128 type | Daniel P. Berrangé | 1 | -12/+28 |
2018-10-24 | crypto: convert xts_tweak_encdec to use xts_uint128 type | Daniel P. Berrangé | 1 | -26/+58 |
2018-10-24 | crypto: introduce a xts_uint128 data type | Daniel P. Berrangé | 1 | -20/+26 |
2018-10-24 | crypto: remove code duplication in tweak encrypt/decrypt | Daniel P. Berrangé | 1 | -49/+15 |
2018-10-19 | crypto: require nettle >= 2.7.1 for building QEMU | Daniel P. Berrangé | 1 | -2/+2 |