summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tests: Conditionalize other algorithms that might not be built-inJakub Jelen2021-12-061-0/+26
* tests: Unbreak tests with SM4 disabledJakub Jelen2021-12-061-0/+10
* gcry_mpi_sub_ui: fix subtracting from negative valueJussi Kivilinna2021-12-011-7/+112
* tests: Fix basic.c to show useful information on error.NIIBE Yutaka2021-12-011-5/+5
* tests: Improve error checking in regards to FIPSJakub Jelen2021-12-011-67/+123
* Disable 3DES in FIPS modeJakub Jelen2021-12-011-2/+2
* Implement explicit FIPS indicators for cipher modesJakub Jelen2021-11-301-0/+51
* tests: Remove tweak for FIPS enabled.NIIBE Yutaka2021-11-181-6/+0
* tests:pkcs1v2: Skip tests with small keys in FIPS mode.NIIBE Yutaka2021-11-111-3/+75
* tests:pubkey: Replace RSA key to one of 2k.NIIBE Yutaka2021-11-111-38/+88
* tests: Benchmark also larger RSA keys in FIPS modeJakub Jelen2021-11-091-1/+1
* tests: Explicit FIPS checking for symmetric algorithms.Jakub Jelen2021-11-091-136/+233
* dsa: Add checks in FIPS mode.NIIBE Yutaka2021-11-083-2/+11
* tests: Add 2k RSA key working in FIPS mode.Jakub Jelen2021-11-081-0/+56
* tests: Expect errors from algorithms not supported in FIPS mode.NIIBE Yutaka2021-11-081-19/+46
* tests: Fix basic.c:check_pubkey.NIIBE Yutaka2021-11-081-14/+3
* tests/bench-slope: avoid divide by zeroJussi Kivilinna2021-10-251-15/+49
* Fix building for Win64 targetJussi Kivilinna2021-10-061-0/+3
* tests: Remove old CAVS test scripts.Werner Koch2021-09-273-2379/+1
* tests: Improve FIPS detection in curves test.Jakub Jelen2021-09-161-130/+147
* tests: Fix typo in commentJakub Jelen2021-09-161-1/+1
* Add x86 HW acceleration for GCM-SIV counter modeJussi Kivilinna2021-08-261-0/+139