summaryrefslogtreecommitdiff
path: root/tests/t-kdf.c
Commit message (Expand)AuthorAgeFilesLines
* kdf: Support ARGON2I and ARGON2ID.gniibe/t5797NIIBE Yutaka2022-01-281-3/+3
* kdf: Let implement ARGON2D first.NIIBE Yutaka2022-01-271-2/+14
* kdf: Change the test vector for the one of version 1.3.NIIBE Yutaka2022-01-261-5/+5
* kdf: Fix bugs in Argon2 implementation.NIIBE Yutaka2022-01-261-2/+0
* kdf: Improve new KDF API.NIIBE Yutaka2022-01-261-25/+13
* cipher: Add new API for modern KDF function.NIIBE Yutaka2022-01-261-0/+189
* tests/t-kdf: fix format string argument type mismatchJussi Kivilinna2022-01-221-4/+4
* fips: Reject shorter key for HMAC in FIPS mode.NIIBE Yutaka2022-01-191-6/+32
* tests: Verify unsupported KDF tests fail in FIPS modeJakub Jelen2021-07-291-0/+7
* tests: do not use GCC variadic macro extension for xgcry_controlJussi Kivilinna2019-05-141-3/+3
* tests: Check the result of all gcry_control operations.Justus Winter2016-12-131-3/+3
* tests: Use common code for all tests.Justus Winter2016-12-131-35/+4
* tests: Add PBKDF2 tests for Stribog512.Dmitry Eremin-Solenikov2016-11-281-1/+70
* tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek2016-03-181-0/+4
* tests: Add option to time the S2K function.Werner Koch2015-04-151-7/+114
* Update PBKDF2 tests with GOST R 34.11-94 test casesDmitry Eremin-Solenikov2014-06-281-3/+67
* Make gpg-error replacement defines more robust.Werner Koch2013-06-261-1/+1
* Add test case for SCRYPT and rework the code.Werner Koch2013-04-051-3/+100
* PBKDF2: Allow empty passphrase.Milan Broz2012-10-301-1/+9
* New function gcry_kdf_deriveWerner Koch2011-03-091-0/+974