aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/kdf/kdf1.vec
Commit message (Collapse)AuthorAgeFilesLines
* KDF1 uses a hash function onlyRené Korthaus2016-11-161-1/+1
|
* Add a test for KDF::name()René Korthaus2016-11-151-1/+1
| | | | | | This required fixing some test vectors that previously omitted the MAC, defaulting to HMAC, that used the SHA-1 alias to SHA-160, and fixing X942_PRF::name().
* Add short output KDF1 testJack Lloyd2016-11-031-0/+5
|
* 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.
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-101-0/+26
the tests and botan for everything else.