summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fips: Add explicit indicators for md and mac algorithms.Tobias Heider2023-03-084-1/+70
* kdf: Update tests in regards to the allowed parameters in FIPS mode.Jakub Jelen2023-03-071-7/+15
* fips: Check return value from ftellJakub Jelen2023-03-071-0/+2
* random: Remove unused SHA384 DRBGs.Jakub Jelen2023-03-071-11/+2
* visibility: Check FIPS operational status for MD+Sign operation.Jakub Jelen2023-03-071-0/+7
* ecc: Make the PCT recoverable in FIPS mode and consistent with RSA.Jakub Jelen2023-03-071-8/+28
* ecc: Do not allow skipping tests in FIPS Mode.Jakub Jelen2023-03-071-1/+1
* fips: Remove GCM mode from the allowed FIPS indicators.Jakub Jelen2023-01-231-1/+0
* build: Silence libtool warnings on Windows.Werner Koch2023-01-201-2/+2
* build: Fix m4 macros for strict C compiler.NIIBE Yutaka2022-12-162-2/+2
* build: Fix configure.ac for strict C99.NIIBE Yutaka2022-12-161-28/+42
* t-rsa-testparm: fix 'function declaration isn’t a prototype' warningJussi Kivilinna2022-12-071-1/+1
* doc: Minor fix up.NIIBE Yutaka2022-12-071-3/+3
* fips,rsa: Prevent usage of X9.31 keygen in FIPS mode.Jakub Jelen2022-12-073-7/+54
* rsa: Prevent usage of long salt in FIPS modeJakub Jelen2022-12-053-2/+33
* fips: Mark AES key wrapping as approved.Jakub Jelen2022-11-181-0/+1
* pkdf2: Add checks for FIPS.Jakub Jelen2022-11-181-0/+12
* doc: Update document for pkg-config and libgcrypt.m4.NIIBE Yutaka2022-11-181-28/+18
* build: Prefer gpgrt-config when available.NIIBE Yutaka2022-11-011-2/+2
* hmac,hkdf: Check the HMAC key length in FIPS mode.Jakub Jelen2022-10-271-0/+4
* Revert "kdf:pkdf2: Require longer input when FIPS mode."Jakub Jelen2022-10-271-4/+0
* build: Update gpg-error.m4.NIIBE Yutaka2022-10-241-1/+5
* tests: Reproducer for short dklen in FIPS modeJakub Jelen2022-10-061-2/+10
* random: Extend the comment about FIPS specificsJakub Jelen2022-10-061-1/+11
* random: Get maximum 32B of entropy at once in FIPS ModeJakub Jelen2022-10-041-3/+9
* keccak: Use size_t to avoid integer overflowJakub Jelen2022-10-043-14/+14
* kdf:pkdf2: Check minimum allowed key size when running in FIPS mode.Tobias Heider2022-10-041-0/+4
* kdf:pkdf2: Require longer input when FIPS mode.NIIBE Yutaka2022-10-041-0/+3
* build: Fix configure script.NIIBE Yutaka2022-09-221-2/+1
* fips: Skip PCT if RSA keygen test-parms specifiedClemens Lang2022-09-223-2/+135
* build: Skip PK-specific tests if algo is disabledClemens Lang2022-09-222-4/+19
* Fix _gcry_err_code_to_errno.NIIBE Yutaka2022-09-201-1/+1
* tests: Expect the OEAP tests to fail in FIPS mode.Jakub Jelen2022-08-302-5/+22
* fips: Disable RSA-OAEP padding in FIPS mode.Jakub Jelen2022-08-302-2/+6
* gcrypt.h: Fix function name in comment.Jakub Jelen2022-08-301-1/+2
* random: Use getrandom (GRND_RANDOM) in FIPS mode.Jakub Jelen2022-08-301-1/+4
* Simplify the PCT for RSA and ECDSAJakub Jelen2022-08-302-77/+20
* ecc: Run PCT also with the digest stepJakub Jelen2022-08-301-0/+81
* rsa: Run PCT in FIPS mode also with digest step.Jakub Jelen2022-08-301-1/+68
* fips: Add function-name based FIPS indicator.Jakub Jelen2022-08-305-1/+29
* fips: Run digest&sign self tests for RSA and ECC in FIPS mode.Jakub Jelen2022-08-302-12/+234
* hmac: Allow use of shorter salt.NIIBE Yutaka2022-08-152-3/+3
* cipher: Fix gcry_pk_hash_verify for explicit hash.NIIBE Yutaka2022-07-132-20/+79
* tests/t-kdf: Test KDF FIPS indicatorClemens Lang2022-07-131-0/+60
* tests: Test gcry_pk_hash_sign w/explicit hash algoClemens Lang2022-07-131-1/+26
* random: Fix rndjent for Windows.NIIBE Yutaka2022-07-132-1/+25
* mpi: Allow building with --disable-asm for HPPA.NIIBE Yutaka2022-06-161-2/+2
* tests: Fix copy paste errorJakub Jelen2022-05-311-1/+1
* Fix memory leaks in testsJakub Jelen2022-05-3111-19/+63
* cipher: Allow verification of small RSA signatures in FIPS modeJakub Jelen2022-05-191-2/+24