summaryrefslogtreecommitdiff
path: root/tests/t-kdf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to use URL.NIIBE Yutaka2023-04-271-2/+2
* tests: Reproducer for short dklen in FIPS modeJakub Jelen2022-10-061-2/+10
* kdf: Allow empty password for Argon2Milan Broz2022-08-181-0/+26
* kdf: Restructure KDF test vectorsMilan Broz2022-08-181-415/+351
* tests/t-kdf: Test KDF FIPS indicatorClemens Lang via Gcrypt-devel2022-07-071-0/+63
* kdf: Skip tests if hash algo is not availableClemens Lang2022-07-011-0/+4
* hmac,hkdf: Allow use of shorter salt for HKDF.NIIBE Yutaka2022-06-241-11/+1
* kdf,fips: Modify HKDF test for FIPS mode.NIIBE Yutaka2022-06-211-1/+11
* kdf: Add HKDF of RFC5869.NIIBE Yutaka2022-06-161-1/+162
* kdf: Add support for One-Step KDF with MAC.NIIBE Yutaka2022-06-081-8/+59
* kdf: Add One-Step KDF with hash.NIIBE Yutaka2022-06-071-0/+79
* 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