summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
AgeCommit message (Expand)AuthorFilesLines
2016-03-23Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.Werner Koch1-2/+3
2016-03-16Update documentation for 'gcry_sexp_extract_param'.Justus Winter1-2/+45
2016-02-19random: Remove the new API introduced by the new DRBG.Werner Koch1-48/+0
2016-02-18random: Remove DRBG constants from the public API.Werner Koch1-60/+0
2016-02-18random: Add SP800-90A DRBGStephan Mueller1-0/+108
2016-01-28ecc: New API function gcry_mpi_ec_decode_point.Werner Koch1-0/+4
2015-11-17Fix typos found using codespellJustus Winter1-2/+2
2015-10-31Keccak: Add SHAKE Extendable-Output FunctionsJussi Kivilinna1-1/+3
2015-10-28md: add variable length output interfaceJussi Kivilinna1-2/+7
2015-08-31Add pubkey algo id for EdDSA.Werner Koch1-2/+3
2015-08-19Change SHA-3 algorithm idsWerner Koch1-6/+6
2015-08-08Add framework to eventually support SHA3.Werner Koch1-1/+10
2015-05-01Enable more modes in basic ciphers testJussi Kivilinna1-0/+3
2015-03-19Fix two pedantic warnings.Werner Koch1-2/+2
2015-01-16Add OCB cipher modeWerner Koch1-1/+7
2015-01-08cipher: Prepare for OCB mode.Werner Koch1-0/+1
2014-10-08mpi: Add gcry_mpi_ec_sub.Markus Teich1-0/+4
2014-09-03Add a constant for a forthcoming new RNG.Werner Koch1-1/+2
2014-08-05Fix bug inhibiting the use of the sentinel attribute.Werner Koch1-1/+1
2014-06-28Add GOST R 34.11-94 variant using id-GostR3411-94-CryptoProParamSetDmitry Eremin-Solenikov1-1/+2
2014-06-28Support setting s-box for the ciphers that require itDmitry Eremin-Solenikov1-1/+5
2014-05-12Add Poly1305 based cipher AEAD modeJussi Kivilinna1-10/+11
2014-05-12Add Poly1305-AES (-Camellia, etc) MACsJussi Kivilinna1-1/+6
2014-05-12Add Poly1305 MACJussi Kivilinna1-1/+3
2014-05-11Add ChaCha20 stream cipherJussi Kivilinna1-1/+2
2014-01-29Reserve control code for FIPS extensions.Werner Koch1-1/+3
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-1/+2
2014-01-13Add MD2-HMAC calculation supportDmitry Eremin-Solenikov1-0/+1
2014-01-13Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov1-0/+3
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-1/+2
2013-12-02mpi: Introduce 4 user flags for gcry_mpi_t.Werner Koch1-1/+5
2013-11-21Add GMAC to MAC APIJussi Kivilinna1-1/+7
2013-11-19Initial implementation of GCMDmitry Eremin-Solenikov1-1/+5
2013-11-19Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna1-1/+13
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna1-0/+97
2013-11-11mpi: Add special format GCRYMPI_FMT_OPAQUE.Werner Koch1-1/+2
2013-11-05mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch1-1/+9
2013-10-23mpi: Fix scanning of negative SSH formats and add more tests.Werner Koch1-1/+1
2013-10-22Add Counter with CBC-MAC mode (CCM)Jussi Kivilinna1-2/+6
2013-10-22Add API to support AEAD cipher modesJussi Kivilinna1-0/+11
2013-10-16sexp: Add function gcry_sexp_extract_param.Werner Koch1-1/+14
2013-10-08cipher: Deprecate GCRY_PK_ELG_E.Werner Koch1-7/+7
2013-10-02Remove deprecated control codes.Werner Koch1-3/+2
2013-09-30Add logging functions to the API.Werner Koch1-0/+14
2013-09-25ecc: Allow the name "q@eddsa" to get/set the public key.Werner Koch1-1/+1
2013-09-23pk: Add algo id GCRY_PK_ECC and deprecate ECDSA and ECDH.Werner Koch1-2/+3
2013-09-18Rename the GOST algorithm identifiers.Werner Koch1-6/+6
2013-09-18Add GOST R 34.11-2012 implementation (Stribog)Dmitry Eremin-Solenikov1-0/+2
2013-09-18Add basic implementation of GOST R 34.11-94 message digestDmitry Eremin-Solenikov1-1/+2
2013-09-18Add limited implementation of GOST 28147-89 cipherDmitry Eremin-Solenikov1-1/+2