summaryrefslogtreecommitdiff
path: root/tests/basic.c
Commit message (Expand)AuthorAgeFilesLines
* tests: Improve test coverage for FIPS service indicators.Jakub Jelen2023-03-141-0/+13
* 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-061-0/+453
* rsa: Prevent usage of long salt in FIPS modeJakub Jelen2022-11-301-1/+18
* Revert "tests: Expect the RSA PKCS #1.5 encryption to fail in FIPS mode"Jakub Jelen2022-10-191-7/+4
* Revert "tests: Expect the OEAP tests to fail in FIPS mode."Jakub Jelen2022-10-191-9/+5
* tests: Expect the OEAP tests to fail in FIPS mode.Jakub Jelen2022-08-231-5/+9
* 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
* 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
* tests/basic: Skip tests if PK algo is unavailableClemens Lang2022-07-011-2/+23
* tests: Fix copy paste errorJakub Jelen2022-05-311-1/+1
* Fix memory leaks in testsJakub Jelen2022-05-311-1/+10
* 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-211-4/+7
* tests: Replace custom bit with more generic flagsJakub Jelen2022-04-211-9/+10
* fips: Fix memory leaks in FIPS modeClemens Lang via Gcrypt-devel2022-02-141-0/+1
* fips: Reject shorter key for HMAC in FIPS mode.NIIBE Yutaka2022-01-191-4/+25
* 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
* Properly enforce disablement in other pubkey APIJakub Jelen2021-12-071-2/+4
* tests: Add paren for readability.NIIBE Yutaka2021-12-071-1/+1
* 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
* 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: Explicit FIPS checking for symmetric algorithms.Jakub Jelen2021-11-091-136/+233
* 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
* Add x86 HW acceleration for GCM-SIV counter modeJussi Kivilinna2021-08-261-0/+139
* Add AES-GCM-SIV mode (RFC 8452)Jussi Kivilinna2021-08-261-0/+914
* Add SIV mode (RFC 5297)Jussi Kivilinna2021-08-261-0/+421
* tests: Do not expect GCM work in FIPSJakub Jelen2021-07-291-1/+13
* cipher: Support internal hashing for RSA-PSS.NIIBE Yutaka2021-07-231-0/+11
* tests/basic: use SHA256 instead of RMD160 for SHAKE extract testingJussi Kivilinna2021-07-071-1/+1
* tests: Fix tests/basic.c for FIPS mode.NIIBE Yutaka2021-07-071-2/+2
* tests: Skip unavailable ciphers in FIPS mode.NIIBE Yutaka2021-07-071-0/+33
* tests: Fix messages to STDERR when FIPS mode is enabled.NIIBE Yutaka2021-07-071-24/+24
* tests/basic: OCB large buffer check: make input buffer non-repeatableJussi Kivilinna2021-03-251-13/+23
* tests/basic: add decryption check to check_ocb_cipher_checksumJussi Kivilinna2021-03-251-1/+31
* VPMSUMD acceleration for GCM mode on PPCShawn Landden2021-03-071-0/+16
* tests: Fix minor glitches.Werner Koch2021-02-081-0/+2