summaryrefslogtreecommitdiff
path: root/tests/t-kdf.c
Commit message (Expand)AuthorAgeFilesLines
* kdf: Add experimental Balloon KDF.NIIBE Yutaka2022-02-071-4/+118
* kdf: handle errors from thread dispatch/wait functionsJussi Kivilinna2022-01-281-4/+20
* Rename KDF job functions and function typesJussi Kivilinna2022-01-281-4/+4
* tests/t-kdf: few changes to pthread example and fix win32/win64 buildsJussi Kivilinna2022-01-281-23/+23
* kdf: Change new KDF API.NIIBE Yutaka2022-01-281-78/+123
* kdf: Implement Argon2 KDF using blake2b_vl_hash function.NIIBE Yutaka2022-01-281-7/+17
* 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