aboutsummaryrefslogtreecommitdiff
path: root/tests/test-crypto-cipher.c
AgeCommit message (Expand)Author
2016-12-21crypto: add 3des-ede support when using libgcrypt/nettleLongpeng(Mike)
2016-10-19crypto: add CTR mode supportGonglei
2016-10-19crypto: extend mode as a parameter in qcrypto_cipher_supports()Gonglei
2016-09-12crypto: ensure XTS is only used with ciphers with 16 byte blocksDaniel P. Berrange
2016-06-07tests: Remove unnecessary glib.h includesPeter Maydell
2016-03-22include/qemu/osdep.h: Don't include qapi/error.hMarkus Armbruster
2016-03-17crypto: wire up XTS mode for cipher APIsDaniel 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-03-17crypto: skip testing of unsupported cipher algorithmsDaniel P. Berrange
2016-02-16tests: Clean up includesPeter Maydell
2015-12-23crypto: add additional query accessors for cipher instancesDaniel P. Berrange
2015-10-22crypto: add sanity checking of plaintext/ciphertext lengthDaniel P. Berrange
2015-10-22crypto: don't let builtin aes crash if no IV is providedDaniel P. Berrange
2015-07-27crypto: extend unit tests to cover decryption tooDaniel P. Berrange
2015-07-08crypto: introduce generic cipher API & built-in implementationDaniel P. Berrange