aboutsummaryrefslogtreecommitdiffstats
path: root/tests/primitives/vectors
Commit message (Collapse)AuthorAgeFilesLines
* Move primtives into a hazmat packageDonald Stufft2013-10-28224-549156/+0
|
* AES GCM vectors from NISTPaul Kehrer2013-10-246-0/+396936
| | | | * http://csrc.nist.gov/groups/STM/cavp/documents/mac/gcmtestvectors.zip
* add note on hmac truncation vectorsPaul Kehrer2013-10-223-0/+3
|
* HMAC test vectors from RFC 2202, 2286, and 4231Paul Kehrer2013-10-207-0/+278
|
* Merge pull request #80 from reaperhulk/evp-mdDavid Reid2013-10-1824-0/+16415
|\ | | | | MD test vectors
| * remove raw whirlpool vectors (formatted vectors already committed)Paul Kehrer2013-10-181-73/+0
| |
| * Added MD5 test vectors from RFC 1321 (http://www.ietf.org/rfc/rfc1321.txt)Paul Kehrer2013-10-011-0/+29
| |
| * add ISO/IEC 10118-3 test vectors for RIPEMD160 and Whirlpool.Paul Kehrer2013-10-013-0/+178
| | | | | | | | | | | | | | | | | | | | These vectors have been reformatted from their original form to conform to the same format as the NIST SHA tests. * RIPEMD160 original vectors from the hash homepage - http://homes.esat.kuleuven.be/~bosselae/ripemd160.html * Whirlpool vectors from the hash homepage - http://www.larc.usp.br/~pbarreto/WhirlpoolPage.html (yes that really is the homepage)
| * SHA test vectors (byte oriented) from NISTPaul Kehrer2013-09-3021-0/+16281
| | | | | | | | | | Obtained from http://csrc.nist.gov/groups/STM/cavp/ with this link: http://csrc.nist.gov/groups/STM/cavp/documents/shs/shabytetestvectors.zip
* | AES Counter supportPaul Kehrer2013-10-173-0/+13
|/ | | | | * vectors from RFC 3686 * Documentation for the mode
* Camellia test vectorsPaul Kehrer2013-09-146-0/+11687
| | | | | | * ECB tests come from the NTT Camellia pages (as linked to by the latest [CRYPTREC](http://www.cryptrec.go.jp/english/method.html)). * CFB, OFB, CBC tests from OpenSSL evptests
* Aded the 3DES vectors. Refs #51.Alex Gaynor2013-09-0988-0/+48004
|
* Add the NIST AES vectorsDonald Stufft2013-08-1089-0/+75749
|
* Add a test utility functions to read & process NIST vector filesDonald Stufft2013-08-091-0/+71