summaryrefslogtreecommitdiff
path: root/src/gcrypt.h.in
AgeCommit message (Expand)AuthorFilesLines
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
2013-03-20Provide GCRYPT_VERSION_NUMBER macro, add build info to the binary.Werner Koch1-0/+5
2013-03-15mpi: Add functions to manipulate an EC context.Werner Koch1-3/+18
2013-03-13Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch1-1/+2
2013-03-13Add GCRYMPI_FLAG_IMMUTABLE to help debugging.Werner Koch1-1/+2
2013-03-08mpi: Add an API for EC math.Werner Koch1-0/+27
2013-03-08mpi: Add an API for EC point operations.Werner Koch1-1/+41
2013-03-07mpi: Add mpi_snatch and change an internal typedef.Werner Koch1-0/+5
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch1-1/+11
2012-12-03Update the copyright years.Werner Koch1-19/+21
2012-04-04Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz1-1/+2
2011-12-01Completed switch to a simpler thread model.Werner Koch1-135/+13
2011-09-15Removed deprecated debug macros.Werner Koch1-21/+0
2011-09-15Removed the module registration interfaceWerner Koch1-27/+0
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch1-408/+0
2011-06-29Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch1-1/+1
2011-03-09New function gcry_kdf_deriveWerner Koch1-0/+27
2011-02-17Flag the _ac_ functions as deprecated.Werner Koch1-57/+91