summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* cipher: Fix gcry_pk_hash_verify for explicit hash.NIIBE Yutaka2022-07-071-4/+1
* tests/t-kdf: Test KDF FIPS indicatorClemens Lang via Gcrypt-devel2022-07-071-0/+63
* tests: Test gcry_pk_hash_sign w/explicit hash algoClemens Lang via Gcrypt-devel2022-07-071-1/+26
* tests/basic: enable IV checks for CBC/CFB/CTR bulk testsJussi Kivilinna2022-07-061-96/+167
* tests/basic: Skip non-FIPS tests in FIPS modeClemens Lang2022-07-061-1/+1
* build: Skip PK-specific tests if algo is disabledClemens Lang2022-07-011-4/+15
* tests/keygen.c: Skip unavailable PK algorithmsClemens Lang2022-07-011-0/+12
* tests/benchmark: Skip unavailable PK algorithmsClemens Lang2022-07-011-0/+23
* tests/basic: Skip tests if PK algo is unavailableClemens Lang2022-07-011-2/+23
* tests/pubkey: Skip tests if PK algo is unavailableClemens Lang2022-07-011-0/+33
* 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
* tests: Fix copy paste errorJakub Jelen2022-05-311-1/+1
* Fix memory leaks in testsJakub Jelen2022-05-3111-19/+63
* cipher: move CBC/CFB/CTR self-tests to tests/basicJussi Kivilinna2022-05-111-0/+772
* tests/basic: add testing for partial bulk processing code pathsJussi Kivilinna2022-04-301-10/+23
* tests: Expect the RSA PKCS #1.5 encryption to fail in FIPS modeJakub Jelen2022-04-212-5/+20
* tests: Replace custom bit with more generic flagsJakub Jelen2022-04-211-9/+10
* tests: Add brainpoolP256r1 to bench-slope.Werner Koch2022-03-301-0/+16
* test: Fix cast for Windows 64-bit.NIIBE Yutaka2022-03-281-1/+1
* tests: Fix null pointer arithmetic.NIIBE Yutaka2022-03-281-1/+1
* fips: Fix memory leaks in FIPS modeClemens Lang via Gcrypt-devel2022-02-143-0/+4
* 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-282-23/+25
* 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-262-0/+191
* tests: Fix variable initialization for tests.NIIBE Yutaka2022-01-252-6/+4
* 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-192-10/+57
* fips: Remove GCRYCTL_FIPS_SERVICE_INDICATOR and renumber the enum.NIIBE Yutaka2022-01-171-5/+5
* Add SM3 ARM/AArch64 assembly implementationJussi Kivilinna2022-01-111-0/+12
* fips: Provide a mechanizm to put libgcrypt in non-FIPS mode.NIIBE Yutaka2022-01-111-0/+11
* cipher: Add an API to retrieve unwrapped key length for KWP.NIIBE Yutaka2022-01-051-3/+30
* cipher: Add support of Key wrap with padding (KWP).NIIBE Yutaka2022-01-031-0/+154
* tests: Include the new input files for testsJakub Jelen2021-12-101-3/+3
* tests,fips: Align the use of variable in_fips_mode.NIIBE Yutaka2021-12-0914-33/+46
* Adjust tests for proper disablement of non-approve PK operationsJakub Jelen2021-12-096-39/+135
* tests: Add tests for gcry_pk_hash_sign/verify API.NIIBE Yutaka2021-12-089-0/+8381
* Properly enforce disablement in other pubkey APIJakub Jelen2021-12-071-2/+4
* tests: Add paren for readability.NIIBE Yutaka2021-12-071-1/+1
* random: Remove use of experimental random daemon.NIIBE Yutaka2021-12-071-9/+0
* cipher,tests: Consitent use of #if/#endif for algo selection.NIIBE Yutaka2021-12-061-6/+6