summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Move list of hardware features to hwfeatures.c.Werner Koch2013-12-124-48/+70
* Remove macro hacks for internal vs. external functions. Part 2 and last.Werner Koch2013-12-128-126/+132
* random: Add a feature to close device file descriptors.Werner Koch2013-12-112-1/+6
* Fix last commit (9a37470c)Werner Koch2013-12-101-1/+0
* Fix one-off memory leak when build with Linux capability support.Werner Koch2013-12-091-6/+21
* sexp: Allow long names and white space in gcry_sexp_extract_param.Werner Koch2013-12-071-7/+40
* ecc: Remove unused internal function.Werner Koch2013-12-061-5/+0
* Fix building on mingw32Jussi Kivilinna2013-12-061-0/+1
* Remove macro hacks for internal vs. external functions. Part 1.Werner Koch2013-12-0510-847/+1060
* 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
* Add Intel PCLMUL acceleration for GCMJussi Kivilinna2013-11-203-0/+7
* Initial implementation of GCMDmitry Eremin-Solenikov2013-11-191-1/+5
* Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna2013-11-192-1/+37
* Add new MAC API, initially with HMACJussi Kivilinna2013-11-166-0/+268
* cipher: use size_t for internal buffer lengthsJussi Kivilinna2013-11-152-24/+23
* mpi: Add special format GCRYMPI_FMT_OPAQUE.Werner Koch2013-11-113-32/+26
* ecc: Make "noparam" the default and replace by "param".Werner Koch2013-11-081-3/+4
* ecc: Require "eddsa" flag for curve Ed25519.Werner Koch2013-11-051-5/+4
* ecc: Fully implement Ed25519 compression in ECDSA mode.Werner Koch2013-11-052-0/+4
* mpi: Add function gcry_mpi_set_opaque_copy.Werner Koch2013-11-055-4/+22
* ecc: Add flags "noparam" and "comp".Werner Koch2013-10-291-0/+2
* Replace architecture specific fast_wipememory2 with genericJussi Kivilinna2013-10-231-60/+25
* 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-225-0/+51
* ecc: Add support for GOST R 34.10-2001/-2012 signaturesDmitry Eremin-Solenikov2013-10-161-0/+1
* sexp: Add function gcry_sexp_extract_param.Werner Koch2013-10-167-10/+286
* ecc: Support use of Ed25519 with ECDSA.Werner Koch2013-10-151-8/+9
* pubkey: Support flags list in gcry_pk_genkey.Werner Koch2013-10-141-0/+5
* pubkey: Remove duplicated flag parsing code.Werner Koch2013-10-141-0/+1
* mpicalc: Accept lowercase hex digits.Werner Koch2013-10-141-1/+3
* pubkey: Move sexp parsing of remaining fucntions to the modules.Werner Koch2013-10-111-3/+2
* pubkey: Move sexp parsing for gcry_pk_decrypt to the modules.Werner Koch2013-10-111-9/+3
* pubkey: Move sexp parsing for gcry_pk_encrypt to the modules.Werner Koch2013-10-111-5/+3
* pubkey: Move sexp parsing for gcry_pk_sign to the modules.Werner Koch2013-10-111-7/+4
* Prevent tail call optimization with _gcry_burn_stackJussi Kivilinna2013-10-102-2/+18
* pubkey: Move sexp parsing for gcry_pk_verify to the modules.Werner Koch2013-10-092-9/+9
* pubkey: Move sexp parsing for gcry_pk_get_nbits to the modules.Werner Koch2013-10-081-2/+1
* pubkey: Move sexp parsing for gcry_pk_getkey to the modules.Werner Koch2013-10-081-4/+1
* cipher: Deprecate GCRY_PK_ELG_E.Werner Koch2013-10-081-7/+7
* Provide Pth compatiblity for use with GnuPG 2.0.Werner Koch2013-10-021-0/+13
* Remove deprecated control codes.Werner Koch2013-10-021-3/+2
* Remove last remains of the former module system.Werner Koch2013-10-025-318/+3
* Fix missing prototype warning in visibility.cWerner Koch2013-10-022-3/+4
* md: Simplify the message digest dispatcher md.c.Werner Koch2013-10-023-46/+35
* cipher: Simplify the cipher dispatcher cipher.c.Werner Koch2013-10-013-68/+69
* cipher: Add support for 128-bit keys in RC2Peter Wu2013-10-011-0/+1
* ecc: Prepare for future Ed25519 optimization.Werner Koch2013-09-302-1/+4
* log: Try to print s-expressions in a more compact format.Werner Koch2013-09-301-4/+29