summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* doc: Fix description of hash algorithmsSébastien Helleu2020-03-031-2/+2
* Fix wrong code execution in Poly1305 ARM/NEON implementationJussi Kivilinna2020-02-031-3/+1
* Set vZZ.16b register to zero before use in armv8 gcm implementationMarvin W2020-02-031-0/+2
* random: Fix include of config.h.NIIBE Yutaka2020-01-231-2/+2
* Fix declaration of internal function _gcry_mpi_get_ui.NIIBE Yutaka2020-01-211-1/+1
* ecc: Fix wrong handling of shorten PK bytes.NIIBE Yutaka2019-10-241-11/+5
* ecc: Add a keygrip testcase for cv25519.Werner Koch2019-09-281-0/+11
* Post release updatesWerner Koch2019-08-292-2/+6
* Release 1.8.5libgcrypt-1.8.5Werner Koch2019-08-294-6/+6
* Prepare NEWS for upcoming releaseWerner Koch2019-08-231-1/+9
* ecdsa: Fix unblinding too early.NIIBE Yutaka2019-08-161-3/+5
* dsa,ecdsa: Fix use of nonce, use larger one.NIIBE Yutaka2019-08-095-9/+30
* ecc: Add mitigation against timing attack.NIIBE Yutaka2019-08-072-1/+15
* dsa,ecdsa: Allocate secure memory for RFC6979 generation.NIIBE Yutaka2019-08-071-1/+1
* tests: t-mpi-point: Remove implementation dependent checks.NIIBE Yutaka2019-07-151-24/+1
* doc: Fix library initialization examplesAndreas Metzler2018-11-191-6/+10
* doc: Minor typo fixWerner Koch2018-11-141-1/+1
* random: Initialize variable as requested by valgrindWerner Koch2018-11-141-0/+2