summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2013-10-28Fix typos in documentationJussi Kivilinna1-43/+43
2013-10-22Add Counter with CBC-MAC mode (CCM)Jussi Kivilinna1-4/+12
2013-10-22Add API to support AEAD cipher modesJussi Kivilinna1-0/+35
2013-10-16sexp: Add function gcry_sexp_extract_param.Werner Koch1-0/+60
2013-10-14pubkey: Remove duplicated flag parsing code.Werner Koch1-45/+80
2013-10-02doc: Type fix.Werner Koch1-1/+1
2013-10-02doc: Remove note that RC2/128 is not yet supported.Werner Koch1-3/+1
2013-09-25ecc: Allow the name "q@eddsa" to get/set the public key.Werner Koch1-4/+10
2013-09-23pk: Add algo id GCRY_PK_ECC and deprecate ECDSA and ECDH.Werner Koch1-7/+12
2013-09-18pk: Simplify the public key dispatcher pubkey.c.Werner Koch1-2/+4
2013-09-18Rename the GOST algorithm identifiers.Werner Koch1-5/+5
2013-09-18doc: fix building of ps and pdf documentationDmitry Eremin-Solenikov3-11/+1
2013-09-18Add GOST R 34.11-2012 implementation (Stribog)Dmitry Eremin-Solenikov1-0/+8
2013-09-18Add basic implementation of GOST R 34.11-94 message digestDmitry Eremin-Solenikov1-0/+4
2013-09-18Add limited implementation of GOST 28147-89 cipherDmitry Eremin-Solenikov1-0/+5
2013-09-17mpi: Support printing of negative numbers.Werner Koch1-3/+12
2013-09-10md: Add function gcry_md_hash_buffers.Werner Koch1-4/+59
2013-09-07Add support for Salsa20/12 - 12 round version of Salsa20Dmitry Eremin-Solenikov1-0/+4
2013-09-07mpi: Add gcry_mpi_ec_curve_point.Werner Koch1-0/+7
2013-09-07mpi: Add functions to manipulate the sign.Werner Koch1-1/+17
2013-09-04Prepare support for EdDSA.Werner Koch1-3/+21
2013-07-19sexp: Add function gcry_sexp_nth_buffer.Werner Koch1-0/+24
2013-07-18Add support for Salsa20.Werner Koch1-3/+42
2013-05-22Add control commands to disable mlock and setuid dropping.Werner Koch1-0/+18
2013-04-15Add macros to return pre-defined MPIs.Werner Koch1-1/+10
2013-04-12Add hack to allow using an "ecc" key for "ecdsa" or "ecdh".Werner Koch1-1/+1
2013-04-11Add gcry_pubkey_get_sexp.Werner Koch1-0/+44
2013-04-05Make the Q parameter optional for ECC signing.Werner Koch1-1/+2
2013-04-05Add test case for SCRYPT and rework the code.Werner Koch1-1/+1
2013-04-04Add the SCRYPT KDF functionChristian Grothoff1-0/+6
2013-03-26Doc fix.Werner Koch1-1/+2
2013-03-19Extend the new EC interface and fix two bugs.Werner Koch1-2/+7
2013-03-15mpi: Add functions to manipulate an EC context.Werner Koch1-13/+69
2013-03-13Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch1-3/+13
2013-03-13Add GCRYMPI_FLAG_IMMUTABLE to help debugging.Werner Koch1-11/+36
2013-03-11Document the new point and EC functionsWerner Koch1-4/+148
2013-03-07mpi: Add mpi_snatch and change an internal typedef.Werner Koch1-0/+7
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch1-0/+31
2012-12-03Update the copyright years.Werner Koch1-1/+2
2012-04-16State new contribution rules.Werner Koch3-25/+108
2012-04-04Add GCRYCTL_SET_ENFORCED_FIPS_FLAG command.Tomas Mraz1-6/+17
2011-12-01Generate the ChangeLog from commit logs.Werner Koch2-0/+35
2011-09-15Removed deprecated debug macros.Werner Koch1-22/+0
2011-09-15Removed the module registration interfaceWerner Koch1-386/+3
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch2-549/+4
2011-09-15Add a man page for hmac256.Werner Koch4-2/+1457
2011-09-15Typo fix in gcrypt.texiWerner Koch1-2/+2
2011-06-29Fixed a bug in the gcry_cipher_get_algo_keylen and gcry_cipher_get_algo_blklenWerner Koch1-2/+31
2011-06-29Prepare for the 1.5.0 release.Werner Koch1-2/+12
2011-06-13Suggest to use GCRYMPI_FMT_USG with gcry_sexp_nth_mpi.Werner Koch1-5/+7