aboutsummaryrefslogtreecommitdiff
path: root/crypto/cipher-nettle.c
AgeCommit message (Expand)Author
2016-03-21crypto: fix cipher function signature mismatch with nettle & xtsDaniel P. Berrange
2016-03-21crypto: add compat cast5_set_key with nettle < 3.0.0Daniel P. Berrange
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel P. Berrange
2016-03-17crypto: refactor code for dealing with AES cipherDaniel P. Berrange
2016-03-17crypto: add support for the twofish cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the serpent cipher algorithmDaniel P. Berrange
2016-03-17crypto: add support for the cast5-128 cipher algorithmDaniel P. Berrange
2016-01-29crypto: Clean up includesPeter Maydell
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange
2015-07-20crypto: Fix aes_decrypt_wrapper()Kevin Wolf
2015-07-16crypto: avoid undefined behavior in nettle callsRadim Krčmář
2015-07-16crypto: fix build with nettle >= 3.0.0Radim Krčmář
2015-07-08crypto: add a nettle cipher implementationDaniel P. Berrange