summaryrefslogtreecommitdiff
path: root/tests/hazmat/primitives/test_camellia.py
AgeCommit message (Expand)Author
2021-11-11Upgrade cryptography from 2.5 to 3.3Lucia Li
2016-03-07pass bytes to modes/algorithms like we shouldPaul Kehrer
2014-11-16Update the license header for every source file, as well as the documentation.Alex Gaynor
2014-10-23Change how we represented that a test requires a backend.Alex Gaynor
2014-02-24updates to make the project pep8-naming cleanPaul Kehrer
2014-02-16reformat camellia cfb, ofb, cbc vectors to NIST layoutPaul Kehrer
2013-12-26refactor all tests to use mark instead of generator skipsPaul Kehrer
2013-12-24correct import stylePaul Kehrer
2013-12-24add all the markers to the testsPaul Kehrer
2013-12-21use both kwargs and named args in lambdas for clarityPaul Kehrer
2013-12-20don't modify params on parametrized testsPaul Kehrer
2013-11-13Also remove teh ciphers specific classAlex Gaynor
2013-11-11Remove separate file loaders and replace with onePaul Kehrer
2013-11-06block cipher renamePaul Kehrer
2013-10-31simplify some test class structurePaul Kehrer
2013-10-31rename camellia testsPaul Kehrer
2013-10-30move around the tests to organize by cipherPaul Kehrer