summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-10md: Add function gcry_md_hash_buffers.Werner Koch1-0/+14
2013-09-07Add support for Salsa20/12 - 12 round version of Salsa20Dmitry Eremin-Solenikov1-1/+2
2013-09-07mpi: Add functions to manipulate the sign.Werner Koch1-0/+14
2013-07-19sexp: Add function gcry_sexp_nth_buffer.Werner Koch1-0/+7
2013-07-18Add support for Salsa20.Werner Koch1-1/+2
2013-07-17Typo fix in comment.Werner Koch1-1/+1
2013-05-22Add control commands to disable mlock and setuid dropping.Werner Koch1-1/+3
2013-04-15Add macros to return pre-defined MPIs.Werner Koch1-0/+10
2013-04-11Add gcry_pubkey_get_sexp.Werner Koch1-0/+7
2013-04-11Remove obsolete warning note from gcry_pk_keygrip.Werner Koch1-2/+2
2013-04-05Add test case for SCRYPT and rework the code.Werner Koch1-1/+1
2013-04-04Add the SCRYPT KDF functionChristian Grothoff1-1/+2