- 25657fc win32: replace closesocket() with close() wrapper by Marc-André Lureau · 2 years ago
- 33ee0d8 crypto: TLS: introduce `check_pending` by Antoine Damhet · 2 years, 4 months ago
- f4124f8 crypto: Clean up includes by Markus Armbruster · 2 years, 1 month ago
- 2379247 coroutine: Clean up superfluous inclusion of qemu/coroutine.h by Markus Armbruster · 2 years, 3 months ago
- 16110c8 qapi crypto: Elide redundant has_FOO in generated C by Markus Armbruster · 2 years, 4 months ago
- 5866086 crypto: Support export akcipher to pkcs8 by Lei He · 2 years, 5 months ago
- 3b34cca crypto: Support DER encodings by Lei He · 2 years, 5 months ago
- 6c19893 crypto: quote algorithm names in error messages by Daniel P. Berrangé · 2 years, 6 months ago
- 98c72df crypto: split off helpers for converting LUKS header endianess by Daniel P. Berrangé · 2 years, 10 months ago
- 36445ac crypto: split LUKS header definitions off into file by Daniel P. Berrangé · 2 years, 10 months ago
- b57151a crypto: check that LUKS PBKDF2 iterations count is non-zero by Daniel P. Berrangé · 2 years, 6 months ago
- c5f6962 crypto: strengthen the check for key slots overlapping with LUKS header by Daniel P. Berrangé · 2 years, 6 months ago
- d233fbc crypto: validate that LUKS payload doesn't overlap with header by Daniel P. Berrangé · 2 years, 6 months ago
- 93569c3 crypto: enforce that key material doesn't overlap with LUKS header by Daniel P. Berrangé · 2 years, 10 months ago
- f119596 crypto: enforce that LUKS stripes is always a fixed value by Daniel P. Berrangé · 2 years, 10 months ago
- c1d8634 crypto: sanity check that LUKS header strings are NUL-terminated by Daniel P. Berrangé · 2 years, 10 months ago
- 3983bf1 crypto: check for and report errors setting PSK credentials by Daniel P. Berrangé · 2 years, 5 months ago
- bf98afc crypto/luks: Support creating LUKS image on Darwin by Jungmin Park · 2 years, 6 months ago
- 757dda5 crypto: Make block callbacks return 0 on success by Alberto Faria · 2 years, 9 months ago
- 689309c test/crypto: Add test suite for crypto akcipher by Lei He · 2 years, 10 months ago
- e09d1c2 crypto: Implement RSA algorithm by gcrypt by Lei He · 2 years, 10 months ago
- 4c5e512 crypto: Implement RSA algorithm by hogweed by Lei He · 2 years, 10 months ago
- 99d423f crypto: add ASN.1 DER decoder by Lei He · 2 years, 10 months ago
- db5ca5f crypto: Introduce akcipher crypto class by zhenwei pi · 2 years, 10 months ago
- 0310641 crypto: make loaded property read-only by Paolo Bonzini · 2 years, 10 months ago
- 9c09280 Clean up ill-advised or unusual header guards by Markus Armbruster · 2 years, 10 months ago
- c29da5a crypto: move sm4_sbox from target/arm by Weiwei Li · 2 years, 11 months ago
- 2edd2c0 meson, configure: move keyctl test to meson by Paolo Bonzini · 2 years, 11 months ago
- 0f9668e Remove qemu-common.h include from most units by Marc-André Lureau · 3 years ago
- e7b7942 Drop qemu_foo() socket API wrapper by Marc-André Lureau · 3 years, 1 month ago
- d41997e crypto: mandate a hostname when checking x509 creds on a client by Daniel P. Berrangé · 3 years ago
- c55cf6a configure, meson: move some default-disabled options to meson_options.txt by Paolo Bonzini · 3 years, 5 months ago
- 34b5261 configure, meson: move AF_ALG test to meson by Paolo Bonzini · 3 years, 4 months ago
- 8c1d3dc crypto: add gnutls pbkdf provider by Daniel P. Berrangé · 3 years, 8 months ago
- 678307b crypto: add gnutls hmac provider by Daniel P. Berrangé · 3 years, 8 months ago
- 9a85ca0 crypto: add gnutls hash provider by Daniel P. Berrangé · 3 years, 8 months ago
- 3d2b61f crypto: add gnutls cipher provider by Daniel P. Berrangé · 3 years, 8 months ago
- cc4c7c7 crypto: introduce build system for gnutls crypto backend by Daniel P. Berrangé · 3 years, 8 months ago
- 83bee4b crypto: replace 'des-rfb' cipher with 'des' by Daniel P. Berrangé · 3 years, 8 months ago
- 6801404 crypto: delete built-in XTS cipher mode support by Daniel P. Berrangé · 3 years, 8 months ago
- 21407dd crypto: delete built-in DES implementation by Daniel P. Berrangé · 3 years, 8 months ago
- 7b40aa4 crypto: drop custom XTS support in gcrypt driver by Daniel P. Berrangé · 3 years, 8 months ago
- ea7a680 crypto: drop gcrypt thread initialization code by Daniel P. Berrangé · 3 years, 8 months ago
- 678bcc3 crypto: Make QCryptoTLSCreds* structures private by Philippe Mathieu-Daudé · 3 years, 8 months ago
- e9ac680 crypto/tlscreds: Introduce qcrypto_tls_creds_check_endpoint() helper by Philippe Mathieu-Daudé · 3 years, 8 months ago
- 5761251 configure, meson: convert crypto detection to meson by Paolo Bonzini · 3 years, 9 months ago
- fd4eddc crypto: drop used conditional check by Daniel P. Berrangé · 3 years, 10 months ago
- b33a846 crypto: bump min gcrypt to 1.8.0, dropping RHEL-7 support by Daniel P. Berrangé · 3 years, 10 months ago
- 115e4b7 crypto: drop back compatibility typedefs for nettle by Daniel P. Berrangé · 3 years, 10 months ago
- 20ba7a4 crypto: bump min nettle to 3.4, dropping RHEL-7 support by Daniel P. Berrangé · 3 years, 10 months ago
- d0fb965 docs: fix references to docs/devel/tracing.rst by Stefano Garzarella · 3 years, 10 months ago
- a29acc9 crypto: add reload for QCryptoTLSCredsClass by Zihao Chang · 4 years ago
- c93c7dc crypto: Add spaces around operator by shiliyang · 4 years, 4 months ago
- ab366aa crypto: Fix memory leaks in set_loaded for tls-* by Kevin Wolf · 4 years, 3 months ago
- 668cb74 crypto: Forbid broken unloading of secrets by Kevin Wolf · 4 years, 3 months ago
- 31b6aef crypto: Move USER_CREATABLE to secret_common base class by Kevin Wolf · 4 years, 3 months ago
- 8573431 crypto: Fix some code style problems, add spaces around operator by shiliyang · 4 years, 3 months ago
- c3033fd qapi: Use QAPI_LIST_APPEND in trivial cases by Eric Blake · 4 years, 2 months ago
- 2389304 crypto: Move the creation of the library to the main meson.build by Philippe Mathieu-Daudé · 4 years, 5 months ago
- c734cd4 qom: Remove ParentClassType argument from OBJECT_DECLARE_SIMPLE_TYPE by Eduardo Habkost · 4 years, 6 months ago
- 1b010d9 crypto/gcrypt: Split QCryptoCipherGcrypt into subclasses by Richard Henderson · 4 years, 6 months ago
- 53ddad9 crypto/nettle: Split QCryptoCipherNettle into subclasses by Richard Henderson · 4 years, 6 months ago
- a3db31b crypto/builtin: Split QCryptoCipherBuiltin into subclasses by Richard Henderson · 4 years, 6 months ago
- ef186f4 crypto/builtin: Split and simplify AES_encrypt_cbc by Richard Henderson · 4 years, 6 months ago
- a2d76b6 crypto/builtin: Move AES_cbc_encrypt into cipher-builtin.inc.c by Richard Henderson · 4 years, 6 months ago
- 8ee47cd crypto/builtin: Merge qcrypto_cipher_aes_{ecb,xts}_{en,de}crypt by Richard Henderson · 4 years, 6 months ago
- 838e463 crypto/builtin: Remove odd-sized AES block handling by Richard Henderson · 4 years, 6 months ago
- e46064a crypto: Constify cipher data tables by Richard Henderson · 4 years, 6 months ago
- da30cd7 crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new by Richard Henderson · 4 years, 6 months ago
- 3eedf5c crypto: Allocate QCryptoCipher with the subclass by Richard Henderson · 4 years, 6 months ago
- 7b5dbfb crypto: Use the correct const type for driver by Richard Henderson · 4 years, 6 months ago
- 954721f crypto: Move QCryptoCipherDriver typedef to crypto/cipher.h by Richard Henderson · 4 years, 6 months ago
- d6f7740 crypto/nettle: Fix xts_encrypt arguments by Richard Henderson · 4 years, 6 months ago
- 7d823bf crypto: Remove redundant includes by Richard Henderson · 4 years, 6 months ago
- 6d92bdf crypto: Rename cipher include files to .c.inc by Richard Henderson · 4 years, 6 months ago
- eba2977 crypto: Assume blocksize is a power of 2 by Richard Henderson · 4 years, 6 months ago
- 46859d9 crypto: fix build with gcrypt enabled by Daniel P. Berrangé · 4 years, 6 months ago
- a7c893a tls-cipher-suites: Correct instance_size by Eduardo Habkost · 4 years, 6 months ago
- 5582c58 meson: convert crypto directory to Meson by Marc-André Lureau · 6 years ago
- a81df1b libqemuutil, qapi, trace: convert to meson by Paolo Bonzini · 4 years, 7 months ago
- 243af02 trace: switch position of headers to what Meson requires by Paolo Bonzini · 5 years ago
- 5325cc3 qom: Put name parameter before value / visitor parameter by Markus Armbruster · 4 years, 8 months ago
- aecdfcc Merge remote-tracking branch 'remotes/philmd-gitlab/tags/fw_cfg-20200704' into staging by Peter Maydell · 4 years, 8 months ago
- 557d2bd qcrypto/luks: implement encryption key management by Maxim Levitsky · 4 years, 8 months ago
- 43cbd06 qcrypto/core: add generic infrastructure for crypto options amendment by Maxim Levitsky · 4 years, 8 months ago
- 69699f3 crypto/tls-cipher-suites: Produce fw_cfg consumable blob by Philippe Mathieu-Daudé · 4 years, 10 months ago
- 993aec2 crypto: Add tls-cipher-suites object by Philippe Mathieu-Daudé · 6 years ago
- d6cca8e crypto: Remove use of GCRYPT_VERSION macro. by Richard W.M. Jones · 4 years, 9 months ago
- 54e7aac crypto/linux_keyring: add 'secret_keyring' secret object. by Alexey Krasikov · 4 years, 10 months ago
- 4862bd3 crypto/secret: move main logic from 'secret' to 'secret_common'. by Alexey Krasikov · 4 years, 10 months ago
- b767d25 crypto: add "none" random provider by Marek Marczykowski-Górecki · 4 years, 10 months ago
- d262312 qom: Drop parameter @errp of object_property_add() & friends by Markus Armbruster · 4 years, 10 months ago
- ccebb5f crypto: Redundant type conversion for AES_KEY pointer by Chen Qun · 4 years, 10 months ago
- 861c50b crypto/secret: fix inconsequential errors. by Alexey Krasikov · 4 years, 11 months ago
- 569644f crypto: fix getter of a QCryptoSecret's property by Tong Ho · 5 years ago
- 6d49d3a luks: extract qcrypto_block_calculate_payload_offset() by Stefan Hajnoczi · 5 years ago
- 4800819 Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging by Peter Maydell · 5 years ago
- 8cb846d crypto: Fix certificate file error handling crash bug by Markus Armbruster · 5 years ago
- 44e9f23 stubs: replace stubs with lnot if applicable by Paolo Bonzini · 6 years ago
- b8d89ba crypto: move common bits for all emulators to libqemuutil by Paolo Bonzini · 6 years ago