summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Document the overflow pools and add a stupid test case.Werner Koch2016-12-071-3/+9
* Put blocking calls into Libgpg-error's system call clamp.Werner Koch2016-11-121-0/+15
* doc: Update yat2m.Werner Koch2016-06-251-8/+56
* doc: Describe envvars.Werner Koch2016-06-151-2/+81
* cipher: Add constant for 8 bit CFB mode.Werner Koch2016-04-141-2/+5
* cipher: Buffer data from gcry_cipher_authenticate in OCB mode.Werner Koch2016-04-121-1/+1
* mpi: Explicitly limit the allowed input length for gcry_mpi_scan.Werner Koch2016-04-011-1/+3
* random: Replace RMD160 by SHA-1 for mixing the CSPRNG pool.Werner Koch2016-03-311-1/+1
* doc: Update for gcry_cipher_gettag and gcry_cipher_checktag.Werner Koch2016-03-291-2/+14
* Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.Werner Koch2016-03-231-2/+14
* Update documentation for 'gcry_sexp_extract_param'.Justus Winter2016-03-161-4/+9
* doc: Fix possible dependency problem.Werner Koch2016-02-201-1/+1
* doc: Fix typos in gcry_mpi_ec_new.Werner Koch2016-01-281-1/+1
* ecc: New API function gcry_mpi_ec_decode_point.Werner Koch2016-01-281-0/+13
* doc: Typo fix and .gitignore addition.Werner Koch2015-12-271-1/+1
* doc: Fix typo.Justus Winter2015-12-071-1/+1
* Keccak: Add SHAKE Extendable-Output FunctionsJussi Kivilinna2015-10-311-1/+11
* Few updates to documentationJussi Kivilinna2015-10-311-3/+4
* md: add variable length output interfaceJussi Kivilinna2015-10-281-8/+59
* ecc: Add key generation flag "no-keytest".Werner Koch2015-05-211-0/+7
* Update documentation for Poly1305-ChaCha20 AEAD, RFC-7539Jussi Kivilinna2015-05-141-4/+5
* Add OCB cipher modeWerner Koch2015-01-161-8/+31
* cipher: Prepare for OCB mode.Werner Koch2015-01-081-6/+13
* doc: Update yat2m to current upstream version (GnuPG).Werner Koch2015-01-051-3/+100
* doc: State that gcry_md_write et al may be used after md_read.Werner Koch2015-01-051-7/+16
* doc: typo fixWerner Koch2015-01-051-1/+1
* mpi: Add gcry_mpi_ec_sub.Markus Teich2014-10-081-0/+9
* doc: Fix a configure option name.Werner Koch2014-10-081-1/+1
* build: Document SYSROOT.Werner Koch2014-10-021-4/+17
* build: Support SYSROOT based config script finding.Werner Koch2014-10-021-1/+1
* ecc: Support the non-standard 0x40 compression flag for EdDSA.Werner Koch2014-07-251-4/+8
* Add Poly1305 to documentationJussi Kivilinna2014-05-171-6/+36
* Add ChaCha20 stream cipherJussi Kivilinna2014-05-111-3/+7
* sexp: Fix broken gcry_sexp_nth.Werner Koch2014-01-281-2/+3
* md: Add Whirlpool bug emulation feature.Werner Koch2014-01-191-0/+16
* Replace ath based mutexes by gpgrt based locks.Werner Koch2014-01-161-89/+6
* Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov2014-01-131-0/+10
* Correct formatting of gcry_mac_get_algo_keylen documentationDmitry Eremin-Solenikov2014-01-131-1/+1
* Move all helper scripts to build-aux/Werner Koch2014-01-103-7686/+5
* Fix another minor typo.Werner Koch2014-01-081-1/+1
* Typo fixes.Werner Koch2014-01-081-1/+1
* doc: Change yat2m to allow arbitrary condition names.Werner Koch2013-12-161-107/+266
* doc: Minor manual fix.Werner Koch2013-12-131-1/+1
* SHA-512: Add AVX and AVX2 implementations for x86-64Jussi Kivilinna2013-12-131-0/+2
* SHA-256: Add SSSE3 implementation for x86-64Jussi Kivilinna2013-12-121-0/+1
* Add a configuration file to disable hardware features.Werner Koch2013-12-121-0/+45
* random: Add a feature to close device file descriptors.Werner Koch2013-12-111-0/+12
* sexp: Allow long names and white space in gcry_sexp_extract_param.Werner Koch2013-12-071-10/+14
* mpi: Introduce 4 user flags for gcry_mpi_t.Werner Koch2013-12-021-0/+5
* Add GMAC to MAC APIJussi Kivilinna2013-11-211-7/+27