aboutsummaryrefslogtreecommitdiffstats
path: root/tests/hazmat/primitives/vectors
Commit message (Collapse)AuthorAgeFilesLines
* add key 2 tests from rfc 6229Paul Kehrer2013-11-017-0/+882
|
* ARC4 vectors from RFC 6229 reformatted for NIST loaderPaul Kehrer2013-11-017-0/+879
|
* CAST5 support + ECB vectorsPaul Kehrer2013-10-311-0/+19
|
* blowfish support + test vectorsPaul Kehrer2013-10-314-0/+329
| | | | | Vectors sourced from https://www.schneier.com/code/vectors.txt but reformatted to comply with our NIST loader
* move AES/3DES vectors into mode dirs and separate SHA vectorsPaul Kehrer2013-10-31210-0/+17
|
* restructure vectors into ciphers/hashes/hmacPaul Kehrer2013-10-30228-0/+0
|
* NIST AES XTS vectors.Paul Kehrer2013-10-284-0/+32052
| | | | | | | http://csrc.nist.gov/groups/STM/cavp/documents/aes/XTSTestVectors.zip OpenSSL supports the 128-bit hex tweak so that's what we'll be using initially
* Move primtives into a hazmat packageDonald Stufft2013-10-28224-0/+549156