summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-283-4/+4
* Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)Jussi Kivilinna2017-02-272-1/+21
* Add UNLIKELY and LIKELY macrosJussi Kivilinna2017-02-041-4/+12
* hwf-x86: avoid type-punchingJussi Kivilinna2017-01-281-9/+11
* bufhelp: use 'may_alias' attribute unaligned pointer typesJussi Kivilinna2017-01-231-1/+2
* Add AVX2/vpgather bulk implementation of TwofishJussi Kivilinna2017-01-063-40/+68
* Add XTS cipher modeJussi Kivilinna2017-01-061-1/+5
* Extend GCRYCTL_PRINT_CONFIG to print compiler version.Werner Koch2017-01-031-1/+19
* tests: Add option --disable-hwf to the version utility.Werner Koch2017-01-031-12/+26
* hwfeatures: add 'all' for disabling all hardware featuresJussi Kivilinna2016-12-101-9/+7
* Improve handling of mlock error codes.Werner Koch2016-12-091-10/+10
* cipher: New function for reading the counter in CTR modeStephan Mueller2016-12-081-0/+2
* Implement overflow secmem pools for xmalloc style allocators.Werner Koch2016-12-073-69/+156
* Give the secmem allocators a hint when a xmalloc calls them.Werner Koch2016-12-076-33/+60
* tests: New test t-secmem.Werner Koch2016-12-074-22/+26
* Fix compiler warning about possible-NULL-dreferenceWerner Koch2016-12-061-2/+2
* Fix possible NULL-deref in gcry_log_debugsxpWerner Koch2016-12-061-1/+1
* Reorganize code in secmem.c.Werner Koch2016-12-061-86/+127
* Cast oid argument of gcry_cipher_set_sbox to disable compiler warning.Dmitry Eremin-Solenikov2016-11-251-1/+1
* Put blocking calls into Libgpg-error's system call clamp.Werner Koch2016-11-124-14/+42
* Add HW feature check for ARMv8 AArch64 and crypto extensionsJussi Kivilinna2016-07-143-28/+121
* Improve robustness and help lint.Werner Koch2016-06-251-1/+1
* Release 1.7.0libgcrypt-1.7.0Werner Koch2016-04-152-5/+3
* src: Improve S-expression parsing.Justus Winter2016-04-141-0/+7
* cipher: Add constant for 8 bit CFB mode.Werner Koch2016-04-141-1/+2
* cipher: Buffer data from gcry_cipher_authenticate in OCB mode.Werner Koch2016-04-121-1/+1
* Allow building with configure option --enable-hmac-binary-check.Werner Koch2016-04-063-6/+16
* Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.Werner Koch2016-03-231-2/+3
* rsa: Add FIPS 186-4 compliant RSA probable prime key generator.Tomáš Mráz2016-03-221-0/+3
* Always require a 64 bit integer typeWerner Koch2016-03-182-9/+4
* Disable non-allowed algorithms in FIPS modeVitezslav Cizek2016-03-182-0/+4
* ecc: ECDSA adjustments for FIPS 186-4Vitezslav Cizek2016-03-181-1/+1
* Update documentation for 'gcry_sexp_extract_param'.Justus Winter2016-03-162-6/+52
* Add Intel PCLMUL implementations of CRC algorithmsJussi Kivilinna2016-03-123-17/+21
* Do not ship generated header file in tarball.Andreas Metzler2016-02-221-1/+1
* random: Add a test case for DRBG_REINIT.Werner Koch2016-02-191-0/+2
* Add new private header gcrypt-testapi.h.Werner Koch2016-02-193-7/+76
* random: Use our symbol name pattern also for drbg functions.Werner Koch2016-02-191-3/+3
* random: Remove the new API introduced by the new DRBG.Werner Koch2016-02-192-52/+7
* Add helper function _gcry_strtokenize.Werner Koch2016-02-192-0/+76
* random: Remove DRBG constants from the public API.Werner Koch2016-02-181-60/+0
* random: Add SP800-90A DRBGStephan Mueller2016-02-182-26/+127
* ecc: New API function gcry_mpi_ec_decode_point.Werner Koch2016-01-287-1/+32
* Fix typos found using codespellJustus Winter2015-11-176-9/+9
* Keccak: Add SHAKE Extendable-Output FunctionsJussi Kivilinna2015-10-312-1/+5
* md: add variable length output interfaceJussi Kivilinna2015-10-287-3/+23
* hwf-x86: add detection for Intel CPUs with fast SHLD instructionJussi Kivilinna2015-10-283-25/+57
* Fix double free on error.NIIBE Yutaka2015-10-151-4/+2
* Fix gpg_error_t and gpg_err_code_t confusion.NIIBE Yutaka2015-10-144-10/+10
* Fix declaration of return type.NIIBE Yutaka2015-10-133-6/+6