summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix NEWS entry to refer CVE-2021-40528.LIBGCRYPT-1.9-BRANCHNIIBE Yutaka2021-11-101-1/+1
* mpi: Allow opaque MPI with zero length.NIIBE Yutaka2021-10-291-4/+7
* doc: Address the bug on AArch64 in README.NIIBE Yutaka2021-09-281-0/+6
* ec: Add zSeries/s390x accelerated scalar multiplication.Jussi Kivilinna2021-09-288-3/+483
* tests/t-mpi-point: Add one more NIST P-256 reduction test-vector.Jussi Kivilinna2021-09-281-0/+11
* tests/t-mpi-point: add reduction test-vectors for NIST curves.Jussi Kivilinna2021-09-281-0/+738
* libtool: Link without -flat_namespace for macOS.NIIBE Yutaka2021-09-271-9/+4
* cipher: Clear AESWRAP scratch area immediately after useWerner Koch2021-09-131-0/+1
* Post release updatesWerner Koch2021-08-222-1/+8
* Release 1.9.4libgcrypt-1.9.4Werner Koch2021-08-222-2/+14
* doc: Fix a typo.NIIBE Yutaka2021-08-221-1/+1
* mpi/longlong.h: fix missing macro parameter parenthesesJussi Kivilinna2021-08-221-7/+7
* tests/t-mpi-point: add NIST curve multiplication test vectorsJussi Kivilinna2021-08-221-1/+1997
* ecc: Fix bug in gcry_pk_get_param for Curve25519.Werner Koch2021-08-223-22/+151
* build: Fix broken mlock detectionJohannes Schindelin via Gcrypt-devel2021-08-221-1/+1
* cipher: Extend convenience OID mapping table for AES.Werner Koch2021-08-221-0/+6
* Minor tweak to gcry_free.Werner Koch2021-08-221-1/+1
* random: Silence a warning for building rndjent by Clang.NIIBE Yutaka2021-08-221-0/+2
* cipher: Fix memory leaks for EdDSA.Tianjia Zhang2021-08-221-6/+2
* ecc: Check the input length for the point.NIIBE Yutaka2021-08-221-1/+8
* hwf-x86: fix use of wrong operand typeJussi Kivilinna2021-08-221-7/+5
* doc: Clarify gcry_md_setkey for keyed BLAKE hashes.Werner Koch2021-08-221-2/+2
* build: _DARWIN_C_SOURCE should be 1.NIIBE Yutaka2021-05-271-1/+1
* cipher: Fix ElGamal encryption for other implementations.NIIBE Yutaka2021-05-261-18/+6
* Post release updates.libgcrypt-1.10-baseWerner Koch2021-04-192-1/+10
* Release 1.9.3libgcrypt-1.9.3Werner Koch2021-04-192-2/+33
* cipher: Fix memory leaks for EdDSA.NIIBE Yutaka2021-04-151-6/+9
* api: Avoid use of C99 feature.NIIBE Yutaka2021-04-131-1/+1
* random: Fix for iOS.NIIBE Yutaka2021-04-131-0/+3
* cipher: Hardening ElGamal by introducing exponent blinding too.NIIBE Yutaka2021-04-131-3/+17
* mpi: harden add_n_cond, sub_n_cond and abs_cond against EM leakageJussi Kivilinna2021-04-091-14/+20
* mpi: harden set_cond functions against EM leakageJussi Kivilinna2021-04-092-12/+18
* mpi: harden swap_cond functions against EM leakageJussi Kivilinna2021-04-092-16/+35
* cipher: Return GPG_ERR_INV_KEYLEN when wrong key length.NIIBE Yutaka2021-04-023-3/+12
* cipher-gcm-ppc: add big-endian supportJussi Kivilinna2021-04-013-24/+31
* mpi/aarch64: use C_SYMBOL_NAME for assembly function namesJussi Kivilinna2021-04-015-20/+20
* build: Update gpg-error.m4.NIIBE Yutaka2021-03-311-3/+4
* build: Fix for make distcheck, no EPS support.NIIBE Yutaka2021-03-302-3/+2
* ecc: Fix the regression of gcry_mpi_ec_add.NIIBE Yutaka2021-03-303-17/+44
* rijndael-s390x: fix checksum calculation in OCB decryptionJussi Kivilinna2021-03-251-3/+3
* 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
* build: Revert the previous commit.NIIBE Yutaka2021-03-251-1/+3
* build: Remove intermediate PDF files from EXTRA_DIST.NIIBE Yutaka2021-03-251-3/+1
* ecc: Fix keygrip computation for compressed points.Werner Koch2021-03-244-19/+172
* Compile arch specific GCM implementations only on target archJussi Kivilinna2021-03-072-9/+13
* configure.ac: fix digest implementations going to cipher listJussi Kivilinna2021-03-071-11/+11
* cipher-gcm-ppc: tweak for better performanceJussi Kivilinna2021-03-071-151/+185
* VPMSUMD acceleration for GCM mode on PPCShawn Landden2021-03-078-5/+634
* src/hwfeatures: add reminder about documenting new HW featuresJussi Kivilinna2021-03-061-1/+2