summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_ciphers.py
AgeCommit message (Expand)Author
2018-06-20Add clearer message when key type is not bytes (#4289)Vladyslav Moisieienkov
2017-10-01Add support for AES XTS (#3900)Paul Kehrer
2017-05-23Bump the minimum PyPy/cffi version and simplify as a result (#3585)Alex Gaynor
2017-05-20Fixed #3533 -- made GCM mode object immutable (#3553)Alex Gaynor
2017-04-29Don't compare cffi version using strings (#3524)Alex Gaynor
2017-02-16add support for update_into on CipherContext (#3190)Paul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-04-09add SEED docs, tests, small fixesPaul Kehrer
2014-03-27Update tests and raise sitesAlex Stapleton
2014-03-27Fixed #809 -- switch back to always using UnsupportedAlgorithmAlex Gaynor
2014-03-19import order fixes for future automated checkingPaul Kehrer
2014-03-16Tiny style changes to some importsAlex Gaynor
2014-03-16Style nitpickAyrx
2014-03-16Added backend check to cipher primitivesAyrx
2014-03-15test IDEA key_size properlyPaul Kehrer
2014-02-12re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417Paul Kehrer
2014-01-07remove CAST5 for first releasePaul Kehrer
2013-11-07add ARC4 keysize testingPaul Kehrer
2013-11-06block cipher renamePaul Kehrer
2013-10-31CAST5 support + ECB vectorsPaul Kehrer
2013-10-31add blowfish cipher key_size testsPaul Kehrer
2013-10-28Move primtives into a hazmat packageDonald Stufft