summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.Werner Koch1-2/+14
2016-03-16Update documentation for 'gcry_sexp_extract_param'.Justus Winter1-4/+9
2016-02-20doc: Fix possible dependency problem.Werner Koch1-1/+1
2016-01-28doc: Fix typos in gcry_mpi_ec_new.Werner Koch1-1/+1
2016-01-28ecc: New API function gcry_mpi_ec_decode_point.Werner Koch1-0/+13
2015-12-27doc: Typo fix and .gitignore addition.Werner Koch1-1/+1
2015-12-07doc: Fix typo.Justus Winter1-1/+1
2015-10-31Keccak: Add SHAKE Extendable-Output FunctionsJussi Kivilinna1-1/+11
2015-10-31Few updates to documentationJussi Kivilinna1-3/+4
2015-10-28md: add variable length output interfaceJussi Kivilinna1-8/+59
2015-05-21ecc: Add key generation flag "no-keytest".Werner Koch1-0/+7
2015-05-14Update documentation for Poly1305-ChaCha20 AEAD, RFC-7539Jussi Kivilinna1-4/+5
2015-01-16Add OCB cipher modeWerner Koch1-8/+31
2015-01-08cipher: Prepare for OCB mode.Werner Koch1-6/+13
2015-01-05doc: Update yat2m to current upstream version (GnuPG).Werner Koch1-3/+100
2015-01-05doc: State that gcry_md_write et al may be used after md_read.Werner Koch1-7/+16
2015-01-05doc: typo fixWerner Koch1-1/+1
2014-10-08mpi: Add gcry_mpi_ec_sub.Markus Teich1-0/+9
2014-10-08doc: Fix a configure option name.Werner Koch1-1/+1
2014-10-02build: Document SYSROOT.Werner Koch1-4/+17
2014-10-02build: Support SYSROOT based config script finding.Werner Koch1-1/+1
2014-07-25ecc: Support the non-standard 0x40 compression flag for EdDSA.Werner Koch1-4/+8
2014-05-17Add Poly1305 to documentationJussi Kivilinna1-6/+36
2014-05-11Add ChaCha20 stream cipherJussi Kivilinna1-3/+7
2014-01-28sexp: Fix broken gcry_sexp_nth.Werner Koch1-2/+3
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-0/+16
2014-01-16Replace ath based mutexes by gpgrt based locks.Werner Koch1-89/+6
2014-01-13Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov1-0/+10
2014-01-13Correct formatting of gcry_mac_get_algo_keylen documentationDmitry Eremin-Solenikov1-1/+1
2014-01-10Move all helper scripts to build-aux/Werner Koch3-7686/+5
2014-01-08Fix another minor typo.Werner Koch1-1/+1
2014-01-08Typo fixes.Werner Koch1-1/+1
2013-12-16doc: Change yat2m to allow arbitrary condition names.Werner Koch1-107/+266
2013-12-13doc: Minor manual fix.Werner Koch1-1/+1
2013-12-13SHA-512: Add AVX and AVX2 implementations for x86-64Jussi Kivilinna1-0/+2
2013-12-12SHA-256: Add SSSE3 implementation for x86-64Jussi Kivilinna1-0/+1
2013-12-12Add a configuration file to disable hardware features.Werner Koch1-0/+45
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-0/+12
2013-12-07sexp: Allow long names and white space in gcry_sexp_extract_param.Werner Koch1-10/+14
2013-12-02mpi: Introduce 4 user flags for gcry_mpi_t.Werner Koch1-0/+5
2013-11-21Add GMAC to MAC APIJussi Kivilinna1-7/+27
2013-11-20Add some documentation for GCM modeJussi Kivilinna1-3/+9
2013-11-19Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna1-1/+47
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna1-3/+251
2013-11-08ecc: Implement the "nocomp" flag for key generation.Werner Koch1-4/+8
2013-11-08ecc: Make "noparam" the default and replace by "param".Werner Koch1-12/+8
2013-11-05ecc: Require "eddsa" flag for curve Ed25519.Werner Koch1-10/+5
2013-11-05ecc: Fully implement Ed25519 compression in ECDSA mode.Werner Koch1-1/+1
2013-11-05mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch1-0/+7
2013-10-29ecc: Add flags "noparam" and "comp".Werner Koch1-2/+36