summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: add documentation for GCRYCTL_SET_ALLOW_WEAK_KEYLIBGCRYPT-1.10-BRANCHJussi Kivilinna2023-04-211-0/+22
* Revert "cipher: Fix edge case for SET_ALLOW_WEAK_KEY."Jussi Kivilinna2023-04-212-5/+0
* cipher: Fix edge case for SET_ALLOW_WEAK_KEY.Werner Koch2023-04-162-0/+5
* random: Use getrandom only when it's appropriate.NIIBE Yutaka2023-04-111-0/+2
* Post release updatesWerner Koch2023-04-062-1/+5
* Release 1.10.2libgcrypt-1.10.2Werner Koch2023-04-066-8/+77
* cipher: Enable the fast path to ChaCha20 only when supported.NIIBE Yutaka2023-04-041-0/+4
* build: Allow build with -Oz.NIIBE Yutaka2023-04-042-2/+2
* doc: Add remark that leading zeroes are stripped from printed MPIs.Werner Koch2023-04-031-1/+2
* m4: Update gpg-error.m4.NIIBE Yutaka2023-04-031-1/+2
* fips: More elaborate way of getting FIPS pk flags indicators.NIIBE Yutaka2023-03-242-7/+76
* build: Update gpg-error.m4.NIIBE Yutaka2023-03-231-23/+35
* tests: Improve test coverage for FIPS service indicators.Jakub Jelen2023-03-141-0/+13
* fips: Explicitly disable overriding random in FIPS mode.Jakub Jelen2023-03-141-1/+2
* fips: Mark gcry_pk_encrypt/decrypt function non-approved.Jakub Jelen2023-03-141-1/+3
* fips: Fix fips indicator function.Jakub Jelen2023-03-141-2/+2
* fips: Explicitly allow only some PK flags.Jakub Jelen2023-03-145-1/+31
* doc: Document the new FIPS indicators.Tobias Heider2023-03-141-0/+13
* fips: Unblock MD5 in fips mode but mark non-approved in indicator.Tobias Heider2023-03-082-2/+2
* 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