aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/kdf
Commit message (Collapse)AuthorAgeFilesLines
* Add test vectors for KDF1/ISO18033René Korthaus2016-07-151-0/+24
|
* pycryptodome generated test vectors for SP800-56CKai Michaelis2016-05-191-120/+160
|
* BouncyCastle generated test vectors for SP800-108Kai Michaelis2016-05-193-5397/+4329
|
* NIST SP800-108 & 56cKai Michaelis2016-04-204-0/+5640
|
* Add HKDF(SHA-512) test vectorslloyd2015-03-181-17/+51
|
* Convert HKDF to the normal KDF interfacelloyd2015-02-181-0/+46
|
* Modify interfaces of KDF and PBKDF to write output to an array, withlloyd2015-02-181-5/+5
| | | | higher level functions on interface handling returning a vector.
* Remove SSLv3 and handling of SSLv2 client hellos.lloyd2015-01-111-166/+0
|
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-105-0/+751
the tests and botan for everything else.