aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/test_cast5.py
Commit message (Expand)AuthorAgeFilesLines
* Fixes for the latest pep8-naming (#4744)Alex Gaynor2019-02-021-4/+4
* time to remove commoncrypto, fare thee well (#3551)Paul Kehrer2017-05-201-17/+0
* pass bytes to modes/algorithms like we shouldPaul Kehrer2016-03-071-5/+5
* Update the license header for every source file, as well as the documentation.Alex Gaynor2014-11-161-12/+3
* Change how we represented that a test requires a backend.Alex Gaynor2014-10-231-5/+6
* updates to make the project pep8-naming cleanPaul Kehrer2014-02-241-5/+5
* name things the right name for varietyPaul Kehrer2014-02-161-1/+1
* add CAST5 CTR support to commoncrypto + testsPaul Kehrer2014-02-161-0/+17
* add cbc, cfb, ofb support to CAST5 (aka CAST128) for openssl & ccPaul Kehrer2014-02-121-1/+52
* re-add CAST5 ECB support (OpenSSL & CC backends). fixes #417Paul Kehrer2014-02-121-0/+41
* remove CAST5 for first releasePaul Kehrer2014-01-071-41/+0
* refactor all tests to use mark instead of generator skipsPaul Kehrer2013-12-261-4/+6
* correct import stylePaul Kehrer2013-12-241-0/+1
* add all the markers to the testsPaul Kehrer2013-12-241-0/+2
* use both kwargs and named args in lambdas for clarityPaul Kehrer2013-12-211-1/+1
* don't modify params on parametrized testsPaul Kehrer2013-12-201-2/+2
* Also remove teh ciphers specific classAlex Gaynor2013-11-131-1/+1
* Remove separate file loaders and replace with onePaul Kehrer2013-11-111-2/+2
* Ignore the sections of the NIST filesAlex Gaynor2013-11-111-4/+2
* block cipher renamePaul Kehrer2013-11-061-3/+3
* CAST5 support + ECB vectorsPaul Kehrer2013-10-311-0/+38