aboutsummaryrefslogtreecommitdiffstats
path: root/vectors/cryptography_vectors/KDF
Commit message (Collapse)AuthorAgeFilesLines
* HTTPS a bunch of links in random places (#4666)Alex Gaynor2018-12-311-1/+1
| | | | | | * HTTPS a bunch of links in random places * What the heck happened here?
* add 1200 byte HKDF test vector and a generator/verifier for it (#4074)Paul Kehrer2018-01-061-0/+9
| | | | | | | | * add 1200 byte HKDF test vector and a generator/verifier for it * exit non-zero when failing * ugh
* Remove executable flag on nist-800-108-KBKDF-CTR.txt.Tristan Seligmann2016-04-061-0/+0
|
* Moving all KBKDF Counter Mode test vectors to a single file.Jared Messenger2016-03-145-1552/+56007
|
* NIST SP 800-108 Counter Mode KDF test vectors.Jared Messenger2016-03-074-0/+1552
| | | | NIST CAVP test vectors for Counter Mode KDF using HMAC-SHA1, HMAC-SHA224, HMAC-SHA256 and HMAC-SHA512 as the PRF.
* Add NIST Vectors for ANSI X9.63 KDFSimo Sorce2015-09-181-0/+1335
| | | | | | | Source: http://csrc.nist.gov/groups/STM/cavp/documents/components/800-135testvectors/ansx963_2001.zip Signed-off-by: Simo Sorce <simo@redhat.com>
* Move cryptography.vectors to cryptography_vectorsAlex Stapleton2014-03-244-0/+182
All vectors are now stored in the subpackage in the vectors/ folder. This package is automatically installed by setup.py test and will also be uploaded with a matching version number by the PyPI upload task.