- a092c51 qapi/crypto: Rename QCryptoCipherAlgorithm to *Algo, and drop prefix by Markus Armbruster · 4 months ago
- 41162dd crypto: use consistent error reporting pattern for unsupported cipher modes by Daniel P. Berrangé · 6 months ago
- 586ac2c crypto: avoid leak of ctx when bad cipher mode is given by Daniel P. Berrangé · 6 months ago
- 52ed9f4 crypto: Introduce SM4 symmetric cipher algorithm by Hyman Huang · 1 year ago
- 83bee4b crypto: replace 'des-rfb' cipher with 'des' by Daniel P. Berrangé · 3 years, 6 months ago
- 115e4b7 crypto: drop back compatibility typedefs for nettle by Daniel P. Berrangé · 3 years, 7 months ago
- 20ba7a4 crypto: bump min nettle to 3.4, dropping RHEL-7 support by Daniel P. Berrangé · 3 years, 7 months ago
- 53ddad9 crypto/nettle: Split QCryptoCipherNettle into subclasses by Richard Henderson · 4 years, 4 months ago
- da30cd7 crypto: Move cipher->driver init to qcrypto_*_cipher_ctx_new by Richard Henderson · 4 years, 4 months ago
- 3eedf5c crypto: Allocate QCryptoCipher with the subclass by Richard Henderson · 4 years, 4 months ago
- 7b5dbfb crypto: Use the correct const type for driver by Richard Henderson · 4 years, 4 months ago
- d6f7740 crypto/nettle: Fix xts_encrypt arguments by Richard Henderson · 4 years, 4 months ago
- 7d823bf crypto: Remove redundant includes by Richard Henderson · 4 years, 4 months ago
- 6d92bdf crypto: Rename cipher include files to .c.inc by Richard Henderson · 4 years, 4 months ago[Renamed from crypto/cipher-nettle.c]
- eba2977 crypto: Assume blocksize is a power of 2 by Richard Henderson · 4 years, 4 months ago
- dc2207a crypto: add support for nettle's native XTS impl by Daniel P. Berrangé · 5 years ago
- b7cbb87 crypto: Fix LGPL information in the file headers by Thomas Huth · 6 years ago
- e8e67ca crypto: switch to modern nettle AES APIs by Daniel P. Berrangé · 5 years ago
- 977c736 qapi: Mechanically convert FOO_lookup[...] to FOO_str(...) by Markus Armbruster · 7 years ago
- 75c8007 crypto: cipher: add cipher driver framework by Longpeng(Mike) · 7 years ago
- eabe6c5 crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backend by Longpeng(Mike) · 7 years ago
- cc5eff0 crypto: cipher: introduce context free function by Longpeng(Mike) · 7 years ago
- ffb7bf4 crypto: add 3des-ede support when using libgcrypt/nettle by Longpeng(Mike) · 8 years ago
- d4c6480 cipher: fix leak on initialization error by Marc-André Lureau · 8 years ago
- 3c28292 crypto: add CTR mode support by Gonglei · 8 years ago
- f844836 crypto: extend mode as a parameter in qcrypto_cipher_supports() by Gonglei · 8 years ago
- 90d6f60 crypto: report enum strings instead of values in errors by Daniel P. Berrange · 8 years ago
- a5d2f44 crypto: ensure XTS is only used with ciphers with 16 byte blocks by Daniel P. Berrange · 8 years ago
- f7ac78c crypto: fix cipher function signature mismatch with nettle & xts by Daniel P. Berrange · 9 years ago
- 621e6ae crypto: add compat cast5_set_key with nettle < 3.0.0 by Daniel P. Berrange · 9 years ago
- eaec903 crypto: wire up XTS mode for cipher APIs by Daniel P. Berrange · 9 years ago
- e3ba0b6 crypto: refactor code for dealing with AES cipher by Daniel P. Berrange · 9 years ago
- 50f6753 crypto: add support for the twofish cipher algorithm by Daniel P. Berrange · 9 years ago
- 9431852 crypto: add support for the serpent cipher algorithm by Daniel P. Berrange · 9 years ago
- 084a85e crypto: add support for the cast5-128 cipher algorithm by Daniel P. Berrange · 9 years ago
- 42f7a44 crypto: Clean up includes by Peter Maydell · 9 years ago
- 3a661f1 crypto: add sanity checking of plaintext/ciphertext length by Daniel P. Berrange · 9 years ago
- bd09594 crypto: Fix aes_decrypt_wrapper() by Kevin Wolf · 9 years ago
- d3462e3 crypto: avoid undefined behavior in nettle calls by Radim Krčmář · 9 years ago
- becaeb7 crypto: fix build with nettle >= 3.0.0 by Radim Krčmář · 9 years ago
- ed75474 crypto: add a nettle cipher implementation by Daniel P. Berrange · 9 years ago