summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* libgcrypt.m4: Update from master.NIIBE Yutaka2018-11-131-14/+16
* libgcrypt.m4: Update from master.NIIBE Yutaka2018-10-301-7/+29
* libgrypt.pc: Provide pkg-config file.NIIBE Yutaka2018-10-303-1/+22
* Post release updatesWerner Koch2018-10-263-4/+13
* Release 1.8.4libgcrypt-1.8.4Werner Koch2018-10-262-6/+24
* random: use getrandom() on Linux where availableDaniel Kahn Gillmor2018-10-261-5/+4
* random: Make sure to re-open /dev/random after a forkWerner Koch2018-10-261-4/+29
* primes: Avoid leaking bits of the prime test to pageable memory.Werner Koch2018-10-261-1/+2
* build: Add release make targetWerner Koch2018-10-241-2/+58
* doc: Update yat2m.c from upstream (libgpg-error)Werner Koch2018-10-241-12/+30
* Fix memory leak in secmem in out of core conditions.Werner Koch2018-10-241-1/+4
* ecc: Fix memory leak in the error case of ecc_encrypt_rawWerner Koch2018-10-241-4/+6
* ecc: Fix possible memory leakage in parameter check of eddsa.Werner Koch2018-10-241-1/+4
* doc: Fix example for gcry_sexp_extract_paramWerner Koch2018-10-241-4/+5
* ecc: Fix potential unintended freeing of an internal param.Werner Koch2018-10-241-1/+1
* sexp: Fix uninitialized use of a var in the error case.Werner Koch2018-10-242-2/+2
* random: Fix hang of _gcry_rndjent_get_version.Will Dietz2018-06-191-1/+2
* Post release updatesWerner Koch2018-06-132-2/+8
* Release 1.8.3libgcrypt-1.8.3Werner Koch2018-06-136-15/+30
* ecc: Add blinding for ECDSA.NIIBE Yutaka2018-06-131-2/+18
* ecc: Improve gcry_mpi_ec_curve_pointWerner Koch2018-06-112-0/+275
* mpi: New internal function _gcry_mpi_cmpabs.Werner Koch2018-06-112-7/+29
* build: Convince gcc not to delete NULL ptr checks.Werner Koch2018-04-291-1/+11
* prime: Avoid rare assertion failure in gcry_prime_check.Werner Koch2018-04-291-12/+17
* Make BMI2 inline assembly check more robustJussi Kivilinna2018-04-171-2/+9
* AES-KW: fix in-place encryptionStephan Mueller2018-04-171-3/+3
* mpi: Fix for buidling for MIPS64 with ClangWerner Koch2018-04-171-1/+2
* hmac: Use xtrymalloc.NIIBE Yutaka2018-04-171-10/+19
* random: Protect another use of jent_rng_collector.NIIBE Yutaka2018-04-171-0/+2
* random: Don't assume that _WIN64 implies x86_64Martin Storsjö2018-04-171-2/+2
* Improve constant-time buffer compareJussi Kivilinna2018-04-171-4/+10
* doc: Clarify the value range of the use-rsa-e parameter.Werner Koch2018-04-172-2/+4