summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
Commit message (Expand)AuthorAgeFilesLines
* Update documentation for 'gcry_sexp_extract_param'.Justus Winter2016-03-161-2/+45
* random: Remove the new API introduced by the new DRBG.Werner Koch2016-02-191-48/+0
* random: Remove DRBG constants from the public API.Werner Koch2016-02-181-60/+0
* random: Add SP800-90A DRBGStephan Mueller2016-02-181-0/+108
* ecc: New API function gcry_mpi_ec_decode_point.Werner Koch2016-01-281-0/+4
* Fix typos found using codespellJustus Winter2015-11-171-2/+2
* Keccak: Add SHAKE Extendable-Output FunctionsJussi Kivilinna2015-10-311-1/+3
* md: add variable length output interfaceJussi Kivilinna2015-10-281-2/+7
* Add pubkey algo id for EdDSA.Werner Koch2015-08-311-2/+3
* Change SHA-3 algorithm idsWerner Koch2015-08-191-6/+6
* Add framework to eventually support SHA3.Werner Koch2015-08-081-1/+10
* Enable more modes in basic ciphers testJussi Kivilinna2015-05-011-0/+3
* Fix two pedantic warnings.Werner Koch2015-03-191-2/+2
* Add OCB cipher modeWerner Koch2015-01-161-1/+7
* cipher: Prepare for OCB mode.Werner Koch2015-01-081-0/+1
* mpi: Add gcry_mpi_ec_sub.Markus Teich2014-10-081-0/+4
* Add a constant for a forthcoming new RNG.Werner Koch2014-09-031-1/+2
* Fix bug inhibiting the use of the sentinel attribute.Werner Koch2014-08-051-1/+1
* Add GOST R 34.11-94 variant using id-GostR3411-94-CryptoProParamSetDmitry Eremin-Solenikov2014-06-281-1/+2
* Support setting s-box for the ciphers that require itDmitry Eremin-Solenikov2014-06-281-1/+5
* Add Poly1305 based cipher AEAD modeJussi Kivilinna2014-05-121-10/+11
* Add Poly1305-AES (-Camellia, etc) MACsJussi Kivilinna2014-05-121-1/+6
* Add Poly1305 MACJussi Kivilinna2014-05-121-1/+3
* Add ChaCha20 stream cipherJussi Kivilinna2014-05-111-1/+2
* Reserve control code for FIPS extensions.Werner Koch2014-01-291-1/+3
* md: Add Whirlpool bug emulation feature.Werner Koch2014-01-191-1/+2
* Add MD2-HMAC calculation supportDmitry Eremin-Solenikov2014-01-131-0/+1
* Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov2014-01-131-0/+3
* random: Add a feature to close device file descriptors.Werner Koch2013-12-111-1/+2
* mpi: Introduce 4 user flags for gcry_mpi_t.Werner Koch2013-12-021-1/+5
* Add GMAC to MAC APIJussi Kivilinna2013-11-211-1/+7
* Initial implementation of GCMDmitry Eremin-Solenikov2013-11-191-1/+5
* Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna2013-11-191-1/+13
* Add new MAC API, initially with HMACJussi Kivilinna2013-11-161-0/+97
* mpi: Add special format GCRYMPI_FMT_OPAQUE.Werner Koch2013-11-111-1/+2
* mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch2013-11-051-1/+9
* mpi: Fix scanning of negative SSH formats and add more tests.Werner Koch2013-10-231-1/+1
* Add Counter with CBC-MAC mode (CCM)Jussi Kivilinna2013-10-221-2/+6
* Add API to support AEAD cipher modesJussi Kivilinna2013-10-221-0/+11
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-161-1/+14
* cipher: Deprecate GCRY_PK_ELG_E.Werner Koch2013-10-081-7/+7
* Remove deprecated control codes.Werner Koch2013-10-021-3/+2
* Add logging functions to the API.Werner Koch2013-09-301-0/+14
* ecc: Allow the name "q@eddsa" to get/set the public key.Werner Koch2013-09-251-1/+1
* pk: Add algo id GCRY_PK_ECC and deprecate ECDSA and ECDH.Werner Koch2013-09-231-2/+3
* Rename the GOST algorithm identifiers.Werner Koch2013-09-181-6/+6
* Add GOST R 34.11-2012 implementation (Stribog)Dmitry Eremin-Solenikov2013-09-181-0/+2
* Add basic implementation of GOST R 34.11-94 message digestDmitry Eremin-Solenikov2013-09-181-1/+2
* Add limited implementation of GOST 28147-89 cipherDmitry Eremin-Solenikov2013-09-181-1/+2
* md: Add function gcry_md_hash_buffers.Werner Koch2013-09-101-0/+14