summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Fix names in swdb.snippetLIBGCRYPT-1.8-BRANCHWerner Koch2023-01-051-1/+1
* Post release updatesWerner Koch2023-01-052-1/+8
* Release 1.8.10libgcrypt-1.8.10Werner Koch2023-01-052-2/+11
* tests: Allow running testdrv on Unix in the build dirWerner Koch2023-01-051-1/+7
* tests: Fix minor glitches.Werner Koch2023-01-051-2/+1
* New test Makefile target xtestsuiteWerner Koch2023-01-051-2/+42
* New test driver to allow for standalone regression tests.Werner Koch2023-01-051-0/+885
* random:drbg: Fix the behavior for child process.NIIBE Yutaka2022-03-311-0/+3
* Post release updatesWerner Koch2022-02-072-1/+8
* Release 1.8.9libgcrypt-1.8.9Werner Koch2022-02-078-10/+18
* build: More accurate dependency to -lgpg-error.NIIBE Yutaka2022-02-042-2/+2
* pkgconfig: Fix libgcrypt.pc.NIIBE Yutaka2022-02-041-2/+2
* doc: Fix NEWS entry to refer CVE-2021-40528.NIIBE Yutaka2021-11-101-1/+1
* doc: Address the bug on AArch64 in README.NIIBE Yutaka2021-09-281-0/+6
* cipher: Clear AESWRAP scratch area immediately after useWerner Koch2021-09-131-0/+1
* hmac: Use xfree.NIIBE Yutaka2021-08-181-3/+4
* build: Fix broken mlock detectionJohannes Schindelin via Gcrypt-devel2021-06-161-1/+1
* Post release updatesWerner Koch2021-06-022-1/+11
* Release 1.8.8libgcrypt-1.8.8Werner Koch2021-06-027-14/+39
* hwf-arm: fix incorrect HWCAP2 for SHA1 and SHA2 on AArch32Jussi Kivilinna2021-06-021-2/+2
* Silence compiler warning.Werner Koch2021-06-021-2/+2
* cipher: Extend convenience OID mapping table for AES.Werner Koch2021-06-021-0/+6
* Minor tweak to gcry_free.Werner Koch2021-06-021-1/+1
* 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
* ecc: Fix the previous commit.NIIBE Yutaka2021-05-061-1/+1
* ecc: Check the input length for the point.NIIBE Yutaka2021-04-281-4/+14
* Fix previous commitWerner Koch2021-02-141-2/+7
* Make sure the grcy_get_config string is always null-terminated.Jussi Kivilinna2021-02-041-0/+4
* Add handling for -Og with O-flag mungingJussi Kivilinna2021-02-042-2/+2
* Fix ubsan warnings for i386 buildJussi Kivilinna2021-02-042-9/+9
* ecc: Add checking key for ECDSA.NIIBE Yutaka2021-02-042-0/+12
* tests: Put a work around to tests/random for macOS.NIIBE Yutaka2020-12-032-0/+62
* Post release updatesWerner Koch2020-10-232-1/+5
* Release 1.8.7libgcrypt-1.8.7Werner Koch2020-10-232-3/+9
* random: Allow for a Unicode random seed file on Windows.Werner Koch2020-10-231-7/+89
* build: Allow customization of the signing keyWerner Koch2020-08-261-11/+23
* random/jitterentropy: fix USE_JENT == JENT_USES_GETTIME code pathJussi Kivilinna2020-08-041-2/+2
* mpi: Support opaque MPI with gcry_mpi_print.NIIBE Yutaka2020-07-301-1/+12
* Post release updatesWerner Koch2020-07-062-2/+11
* Release 1.8.6libgcrypt-1.8.6Werner Koch2020-07-062-1/+29
* mpi: Consider +0 and -0 the same in mpi_cmp.Werner Koch2020-07-061-1/+4
* mpi: Fix flags in mpi_copy for opaque MPI.NIIBE Yutaka2020-06-091-2/+3
* oops: I meant RFC-8410Werner Koch2020-05-130-0/+0
* ecc: Add OIDs from RFC-4880 as aliases for Ed25519 and Curve25519.Werner Koch2020-05-131-2/+6
* mpi: Fix the return value of mpi_invm_generic.NIIBE Yutaka2020-04-271-7/+20
* mpi: Fix return value of mpi_invm_generic.NIIBE Yutaka2020-04-271-1/+5
* DSA,ECDSA: Fix use of mpi_invm.NIIBE Yutaka2020-03-182-5/+6
* mpi: Constant time mpi_inv with some conditions.NIIBE Yutaka2020-03-181-7/+200
* mpi: Abort on division by zero also in _gcry_mpi_tdiv_qr.Werner Koch2020-03-091-0/+3