summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-18dsa: Make regression tests work.Werner Koch4-45/+60
2016-03-18dsa: Adjustments to conform with FIPS 186-4.Vitezslav Cizek2-38/+116
2016-03-18Register DCO for Vitezslav Cizek.Werner Koch1-0/+3
2016-03-16Update documentation for 'gcry_sexp_extract_param'.Justus Winter3-10/+61
2016-03-16cipher: Update comment.Justus Winter1-2/+2
2016-03-12Add Intel PCLMUL implementations of CRC algorithmsJussi Kivilinna8-27/+1084
2016-03-12Update .gitignoreJussi Kivilinna1-0/+19
2016-02-25mpi: Normalize EXPO for mpi_powm.NIIBE Yutaka1-1/+4
2016-02-22Do not ship generated header file in tarball.Andreas Metzler1-1/+1
2016-02-20Fix building random-drbg for Win32/64Jussi Kivilinna1-17/+15
2016-02-20tests: Do not test DRBG_REINIT from "make check"Werner Koch1-1/+4
2016-02-20doc: Fix possible dependency problem.Werner Koch1-1/+1
2016-02-19random: Remove ANSI X9.31 DRNGStephan Mueller2-26/+0
2016-02-19random: Add a test case for DRBG_REINIT.Werner Koch2-0/+87
2016-02-19random: Allow DRBG_REINIT before initialization.Werner Koch1-8/+13
2016-02-19Add new private header gcrypt-testapi.h.Werner Koch8-61/+100
2016-02-19random: Make the DRBG C-90 clean and use a flag string.Werner Koch2-261/+311
2016-02-19random: Symbol name cleanup for random-drbg.c.Werner Koch1-551/+565
2016-02-19random: Use our symbol name pattern also for drbg functions.Werner Koch5-51/+53
2016-02-19random: Rename drbg.c to random-drbg.c.Werner Koch2-1/+1
2016-02-19random: Remove the new API introduced by the new DRBG.Werner Koch4-78/+180
2016-02-19Add helper function _gcry_strtokenize.Werner Koch2-0/+76
2016-02-18random: Remove DRBG constants from the public API.Werner Koch2-60/+69
2016-02-18random: Add SP800-90A DRBGStephan Mueller7-75/+2513
2016-02-13bufhelp: disable unaligned memory accesses on powerpcJussi Kivilinna1-1/+0
2016-02-12Document more non LGPL-licensed code.Andreas Metzler1-0/+107
2016-02-12ecc: Not validate input point for Curve25519.NIIBE Yutaka1-1/+3
2016-02-10ecc: Fix memory leaks on error.NIIBE Yutaka2-6/+9
2016-02-09doc: about commit 23b72901f8a5ba9a78485b235c7a917fbc8faae0NIIBE Yutaka0-0/+0
2016-02-09ecc: input validation on ECDH.NIIBE Yutaka1-0/+6
2016-02-08Add ARM assembly implementation of SHA-512Jussi Kivilinna4-33/+520
2016-02-03tests: Add a test for Curve25519.NIIBE Yutaka2-1/+569
2016-02-02ecc: Fix Curve25519 for data by older implementation.NIIBE Yutaka1-20/+18
2016-02-02ecc: more fix of Curve25519.NIIBE Yutaka1-4/+3
2016-02-02ecc: Fix ECDH of Curve25519.NIIBE Yutaka2-18/+27
2016-01-29Update 'Interface changes' in NEWSJussi Kivilinna1-0/+17
2016-01-29Improve performance of generic SHA256 implementationJussi Kivilinna1-87/+83
2016-01-29Update NEWSJussi Kivilinna1-0/+13
2016-01-28doc: Fix typos in gcry_mpi_ec_new.Werner Koch1-1/+1
2016-01-28ecc: New API function gcry_mpi_ec_decode_point.Werner Koch11-8/+69
2016-01-15Fix build problem for rndegd.cWerner Koch2-3/+4
2016-01-15random: Fix possible AIX problem with sysconf in rndunix.Werner Koch1-3/+12
2015-12-27random: Take at max 25% from RDRANDWerner Koch1-3/+11
2015-12-27doc: Typo fix and .gitignore addition.Werner Koch2-1/+2
2015-12-07doc: Fix typo.Justus Winter1-1/+1
2015-12-07cipher: Improve error handling.Justus Winter1-1/+4
2015-12-07cipher: Initialize 'flags'.Justus Winter1-1/+1
2015-12-05ecc: CHANGE point representation of Curve25519.NIIBE Yutaka2-17/+52
2015-12-03chacha20: fix alignment of self-test contextJussi Kivilinna1-21/+25
2015-12-03salsa20: fix alignment of self-test contextJussi Kivilinna1-15/+19