Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add OpenSSL PEM vector docs | Alex Stapleton | 2014-02-19 | 4 | -0/+0 |
| | |||||
* | Add GnuTLS OpenSSL compatibility test keys | Alex Stapleton | 2014-02-19 | 2 | -0/+24 |
| | | | | | | | | key1.pem is encrypted with the password `123456` key2.pem is encrypted with the password `a123456` From commit GnuTLS commit f16ef39ef0303b02d7fa590a37820440c466ce8d | ||||
* | Add testrsa.pem from the OpenSSL repo | Alex Stapleton | 2014-02-19 | 2 | -0/+21 |
| | | | | | | | | | | | Found in test/testrsa.pem. Has been around since the SSLeay fork. testrsa-encrypted.pem was encrypted with AES128 using OpenSSL 1.0.1e-3ubuntu1.1 under the password `password`. The command used was: openssl rsa -in testrsa.pem -out testrsa-encrypted.pem -aes128 | ||||
* | Fixed TOTP test vectors. | Ayrx | 2014-02-18 | 2 | -12/+12 |
| | |||||
* | Merge pull request #626 from reaperhulk/cast5-ctr-vectors | Alex Gaynor | 2014-02-16 | 1 | -0/+22 |
|\ | | | | | CAST5 CTR vectors | ||||
| * | add origin header to cast5-ctr test vectors | Paul Kehrer | 2014-02-16 | 1 | -1/+5 |
| | | |||||
| * | add CAST5 CTR vectors (built from AES CTR vectors) | Paul Kehrer | 2014-02-16 | 1 | -0/+18 |
| | | |||||
* | | reformat camellia cfb, ofb, cbc vectors to NIST layout | Paul Kehrer | 2014-02-16 | 3 | -94/+237 |
|/ | | | | + remove duplicate tests | ||||
* | Reformat AES CTR vectors to use NIST loader & document their source properly | Paul Kehrer | 2014-02-15 | 3 | -12/+62 |
| | |||||
* | update headers for the CAST5 vectors | Paul Kehrer | 2014-02-12 | 3 | -0/+3 |
| | |||||
* | CAST5 CBC, OFB, CFB vectors made from the AES MMT test data | Paul Kehrer | 2014-02-12 | 3 | -0/+370 |
| | |||||
* | Fixed error in totp test vectors. | Ayrx | 2014-02-10 | 1 | -2/+2 |
| | |||||
* | Updated vectors to include secret. | Ayrx | 2014-02-10 | 2 | -0/+36 |
| | |||||
* | Renamed vectors/otp to vectors/oath | Ayrx | 2014-02-09 | 2 | -0/+0 |
| | |||||
* | Added test vectors for HOTP and TOTP algorithms. | Ayrx | 2014-02-09 | 2 | -0/+154 |
| | |||||
* | Merge pull request #537 from public/pkcs1-vectors | David Reid | 2014-01-31 | 7 | -0/+24276 |
|\ | | | | | PKCS#1 vectors | ||||
| * | PKCS#1 vectors | Alex Stapleton | 2014-01-31 | 7 | -0/+24276 |
| | | | | | | | | | | From ftp://ftp.rsasecurity.com/pub/pkcs/pkcs-1/ and ftp://ftp.rsa.com/pub/rsalabs/tmp/ | ||||
* | | add PBKDF2 SHA1 vectors from RFC 6070 | Paul Kehrer | 2014-01-27 | 1 | -0/+48 |
| | | |||||
* | | Convert the HKDF vectors to the NIST format. | David Reid | 2014-01-27 | 2 | -0/+14 |
| | | |||||
* | | SHA256 vectors. | David Reid | 2014-01-23 | 1 | -0/+34 |
| | | |||||
* | | Add HKDF vectors from RFC5869. | David Reid | 2014-01-23 | 1 | -0/+48 |
|/ | |||||
* | add key 2 tests from rfc 6229 | Paul Kehrer | 2013-11-01 | 7 | -0/+882 |
| | |||||
* | ARC4 vectors from RFC 6229 reformatted for NIST loader | Paul Kehrer | 2013-11-01 | 7 | -0/+879 |
| | |||||
* | CAST5 support + ECB vectors | Paul Kehrer | 2013-10-31 | 1 | -0/+19 |
| | |||||
* | blowfish support + test vectors | Paul Kehrer | 2013-10-31 | 4 | -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 vectors | Paul Kehrer | 2013-10-31 | 210 | -0/+17 |
| | |||||
* | restructure vectors into ciphers/hashes/hmac | Paul Kehrer | 2013-10-30 | 228 | -0/+0 |
| | |||||
* | NIST AES XTS vectors. | Paul Kehrer | 2013-10-28 | 4 | -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 package | Donald Stufft | 2013-10-28 | 224 | -0/+549156 |