summaryrefslogtreecommitdiff
path: root/crypto/cipher-nettle.c
AgeCommit message (Expand)AuthorFilesLines
2017-09-04qapi: Mechanically convert FOO_lookup[...] to FOO_str(...)Markus Armbruster1-4/+4
2017-07-19crypto: cipher: add cipher driver frameworkLongpeng(Mike)1-42/+29
2017-07-19crypto: cipher: introduce qcrypto_cipher_ctx_new for nettle-backendLongpeng(Mike)1-12/+29
2017-07-19crypto: cipher: introduce context free functionLongpeng(Mike)1-4/+14
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)1-0/+37
2016-12-21cipher: fix leak on initialization errorMarc-André Lureau1-3/+2
2016-10-19crypto: add CTR mode supportGonglei1-1/+14
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei1-1/+12
2016-09-12crypto: report enum strings instead of values in errorsDaniel P. Berrange1-6/+8
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange1-5/+7
2016-03-21crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange1-35/+109
2016-03-21crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange1-0/+2
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange1-6/+73
2016-03-17crypto: refactor code for dealing with AES cipherDaniel P. Berrange1-28/+29
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange1-0/+30
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange1-0/+31
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange1-0/+26
2016-01-29crypto: Clean up includesPeter Maydell1-0/+1
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange1-8/+20
2015-07-20crypto: Fix aes_decrypt_wrapper()Kevin Wolf1-1/+1
2015-07-16crypto: avoid undefined behavior in nettle callsRadim Krčmář1-4/+39
2015-07-16crypto: fix build with nettle >= 3.0.0Radim Krčmář1-6/+10
2015-07-08crypto: add a nettle cipher implementationDaniel P. Berrange1-0/+206