summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-24cipher: Fix memleaks in (self)tests.HEADmasterPeter Wu3-0/+11
2016-03-24Mark constant MPIs as non-leakedPeter Wu1-0/+5
2016-03-23Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.Werner Koch5-17/+151
2016-03-23cipher: Avoid NULL-segv in GCM mode if a key has not been set.Werner Koch1-4/+16
2016-03-23cipher: Check length of supplied tag in _gcry_cipher_poly1305_check_tag.Werner Koch1-5/+13
2016-03-23Fix buffer overrun in gettag for Poly1305Peter Wu1-3/+3
2016-03-23cipher: Check length of supplied tag in _gcry_cipher_gcm_check_tag.Werner Koch1-3/+8
2016-03-23Fix buffer overrun in gettag for GCMPeter Wu1-2/+2
2016-03-22tests: Add options --fips to keygen for manual tests.Werner Koch1-20/+78
2016-03-22rsa: Add FIPS 186-4 compliant RSA probable prime key generator.Tomáš Mráz4-3/+341
2016-03-20Fix ARM NEON support detection on ARMv6 targetJussi Kivilinna1-1/+1
2016-03-18Always require a 64 bit integer typeWerner Koch17-370/+26
2016-03-18tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek8-11/+151
2016-03-18tests: Add new --pss option to fipsdrvVitezslav Cizek1-4/+43
2016-03-18cipher: Add option to specify salt length for PSS verification.Vitezslav Cizek1-1/+26
2016-03-18tests: Add support for RSA keygen tests to fipsdrv.Vitezslav Cizek1-0/+79
2016-03-18tests: Fixes for RSA testsuite in FIPS modeVitezslav Cizek4-24/+108
2016-03-18rsa: Use 2048 bit RSA keys for selftest.Vitezslav Cizek2-51/+120
2016-03-18Disable non-allowed algorithms in FIPS modeVitezslav Cizek8-9/+115
2016-03-18kdf: Make PBKDF2 check work on all platforms.Werner Koch1-4/+7
2016-03-18kdf: Add upper bound for derived key length in PBKDF2.Vitezslav Cizek1-3/+8
2016-03-18ecc: ECDSA adjustments for FIPS 186-4Vitezslav Cizek5-10/+436
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