summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2013-12-16doc: Change yat2m to allow arbitrary condition names.Werner Koch1-107/+266
2013-12-13doc: Minor manual fix.Werner Koch1-1/+1
2013-12-13SHA-512: Add AVX and AVX2 implementations for x86-64Jussi Kivilinna1-0/+2
2013-12-12SHA-256: Add SSSE3 implementation for x86-64Jussi Kivilinna1-0/+1
2013-12-12Add a configuration file to disable hardware features.Werner Koch1-0/+45
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-0/+12
2013-12-07sexp: Allow long names and white space in gcry_sexp_extract_param.Werner Koch1-10/+14
2013-12-02mpi: Introduce 4 user flags for gcry_mpi_t.Werner Koch1-0/+5
2013-11-21Add GMAC to MAC APIJussi Kivilinna1-7/+27
2013-11-20Add some documentation for GCM modeJussi Kivilinna1-3/+9
2013-11-19Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna1-1/+47
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna1-3/+251
2013-11-08ecc: Implement the "nocomp" flag for key generation.Werner Koch1-4/+8
2013-11-08ecc: Make "noparam" the default and replace by "param".Werner Koch1-12/+8
2013-11-05ecc: Require "eddsa" flag for curve Ed25519.Werner Koch1-10/+5
2013-11-05ecc: Fully implement Ed25519 compression in ECDSA mode.Werner Koch1-1/+1
2013-11-05mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch1-0/+7
2013-10-29ecc: Add flags "noparam" and "comp".Werner Koch1-2/+36
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