summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix internal declaration of _gcry_kdf_compute.NIIBE Yutaka2022-05-171-2/+2
* mpi: Fix for 64-bit for _gcry_mpih_cmp_ui.NIIBE Yutaka2022-05-101-1/+8
* random:drbg: Fix the behavior for child process.NIIBE Yutaka2022-05-061-0/+3
* tests: Expect the RSA PKCS #1.5 encryption to fail in FIPS modeJakub Jelen2022-05-062-5/+20
* tests: Replace custom bit with more generic flagsJakub Jelen2022-05-061-9/+10
* Do not allow PKCS #1.5 padding for encryption in FIPSJakub Jelen2022-05-062-1/+9
* random: Not use secure memory for DRBG instance.NIIBE Yutaka2022-05-061-4/+4
* cipher: Change the bounds for RSA key generation round.NIIBE Yutaka2022-05-061-4/+4
* cipher: Fix rsa key generation.NIIBE Yutaka2022-04-191-0/+2
* hwf-ppc: fix missing HWF_PPC_ARCH_3_10 in HW featureJussi Kivilinna2022-04-021-0/+1
* kdf:argon2: Fix for the case output > 64.NIIBE Yutaka2022-03-292-3/+12
* Post release updatesWerner Koch2022-03-282-1/+7
* Release 1.10.1libgcrypt-1.10.1Werner Koch2022-03-282-2/+14
* doc: Typo and grammar fixes.Werner Koch2022-03-281-201/+201
* hash: Add more OIDs.Werner Koch2022-03-282-0/+9
* tests: Add brainpoolP256r1 to bench-slope.Werner Koch2022-03-281-0/+16
* fips: Clarify what to be hashed for the integrity check.NIIBE Yutaka2022-02-222-17/+23
* fips: Fix gen-note-integrity.sh script not to use cmp utility.NIIBE Yutaka2022-02-221-4/+4
* fips: More portable integrity check.NIIBE Yutaka2022-02-223-75/+134
* fips: Integrity check improvement, with only loadable segments.NIIBE Yutaka2022-02-224-25/+136
* fips: Fix previous commit.NIIBE Yutaka2022-02-221-32/+32
* fips: Use ELF header to find hmac file offsetClemens Lang2022-02-222-7/+69
* Silence compiler warnings for possible alignment problem.NIIBE Yutaka2022-02-211-3/+3
* build: Fix m4/gpg-error.m4.NIIBE Yutaka2022-02-181-1/+2
* hmac: Fix memory leakClemens Lang via Gcrypt-devel2022-02-141-0/+1
* fips: Fix memory leaks in FIPS modeClemens Lang via Gcrypt-devel2022-02-144-1/+8
* Register DCO for Clemens Lang.NIIBE Yutaka2022-02-141-0/+3
* kdf: Use u64.NIIBE Yutaka2022-02-141-1/+1
* jitterentropy: Include <fcntl.h> and <limits.h>Heiko Becker2022-02-041-0/+3
* Post release updates.Werner Koch2022-02-012-1/+7
* Release 1.10.0libgcrypt-1.10.0Werner Koch2022-02-012-11/+61