summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: Use -no-fast-install LDFLAGS for Windows.NIIBE Yutaka2023-05-101-0/+4
* Update copyright notices to use URL.NIIBE Yutaka2023-04-278-18/+18
* Update m4 files and Makefiles.NIIBE Yutaka2023-04-271-2/+2
* bench-slope: add MPI benchmarkingJussi Kivilinna2023-04-231-1/+307
* tests: Improve test coverage for FIPS service indicators.Jakub Jelen2023-03-141-0/+13
* tests/bench-slope: skip CPU warm-up in regression testsJussi Kivilinna2023-01-171-0/+3
* tests/basic: perform x86 vector cluttering only when __SSE2__ is setJussi Kivilinna2023-01-171-12/+8
* tests/basic: fix clutter vector register asm for amd64 and i386Jussi Kivilinna2023-01-171-48/+26
* Add ARIA block cipherJussi Kivilinna2023-01-063-1/+455
* Add GMAC-SM4 and Poly1305-SM4Jussi Kivilinna2023-01-042-1/+2
* fips,rsa: Prevent usage of X9.31 keygen in FIPS mode.Jakub Jelen2022-12-061-2/+13
* rsa: Prevent usage of long salt in FIPS modeJakub Jelen2022-11-302-2/+19
* tests: Use proper format string for size_tJakub Jelen2022-10-191-2/+2
* Revert "tests: Expect the RSA PKCS #1.5 encryption to fail in FIPS mode"Jakub Jelen2022-10-192-20/+5
* Revert "tests: Expect the OEAP tests to fail in FIPS mode."Jakub Jelen2022-10-192-22/+5
* tests: Reproducer for short dklen in FIPS modeJakub Jelen2022-10-061-2/+10
* tests: Avoid memory leakJakub Jelen2022-10-021-0/+1
* t-rsa-testparm: fix 'function declaration isn’t a prototype' warningJussi Kivilinna2022-10-021-1/+1
* tests/benchmark: remove VLA usageJussi Kivilinna2022-10-021-5/+6
* tests/bench-slope: remove VLA usageJussi Kivilinna2022-10-021-28/+31
* tests/hashtest: add hugeblock & disable-hwf options and 6 gig test vectorsJussi Kivilinna2022-09-275-15/+259
* fips: Skip PCT if RSA keygen test-parms specifiedClemens Lang2022-09-222-1/+131
* tests: Expect the OEAP tests to fail in FIPS mode.Jakub Jelen2022-08-232-5/+22
* kdf: Allow empty password for Argon2Milan Broz2022-08-181-0/+26
* kdf: Restructure KDF test vectorsMilan Broz2022-08-181-415/+351
* tests/basic: Add ifdefs for SM4 and CAMELLIA testsClemens Lang2022-08-021-0/+4
* basic: gcm-siv: add fips checks for SM4 and CAMELLIA128Jussi Kivilinna2022-08-011-84/+101
* sm4 & camellia: add generic bulk acceleration for CTR32LE mode (GCM-SIV)Jussi Kivilinna2022-07-211-3/+407
* 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