summaryrefslogtreecommitdiff
path: root/tests/basic.c
AgeCommit message (Expand)AuthorFilesLines
2014-09-02Add new Poly1305 MAC test vectorsJussi Kivilinna1-0/+66
2014-06-28Fixup curve name in the GOST2012 test caseDmitry Eremin-Solenikov1-1/+1
2014-05-21tests: add larger test-vectors for hash algorithmsJussi Kivilinna1-0/+111
2014-05-21sha512: fix ARM/NEON implementationJussi Kivilinna1-0/+13
2014-05-12Add Poly1305 based cipher AEAD modeJussi Kivilinna1-0/+319
2014-05-12Add Poly1305-AES (-Camellia, etc) MACsJussi Kivilinna1-0/+33
2014-05-12Add Poly1305 MACJussi Kivilinna1-6/+114
2014-05-11Add ChaCha20 stream cipherJussi Kivilinna1-2/+328
2014-03-13tests: Print diagnostics for skipped tests.Werner Koch1-4/+92
2014-03-11Add MD2 message digest implementationDmitry Eremin-Solenikov1-0/+6
2014-03-04Add a simple (raw) PKCS#1 padding modeDmitry Eremin-Solenikov1-0/+8
2014-01-27Fix most of memory leaks in tests codeDmitry Eremin-Solenikov1-1/+5
2014-01-27Small Windows build tweaks.Werner Koch1-6/+6
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-0/+53
2014-01-13Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov1-0/+6
2014-01-12Add secp256k1 curve.NIIBE Yutaka1-0/+22
2013-12-15Use u64 for CCM data lengthsJussi Kivilinna1-2/+4
2013-12-14tests: Prevent rare failure of gcry_pk_decrypt test.Werner Koch1-16/+59
2013-11-21Add GMAC to MAC APIJussi Kivilinna1-4/+53
2013-11-20GCM: Add support for split data buffers and online operationJussi Kivilinna1-48/+118
2013-11-19Initial implementation of GCMDmitry Eremin-Solenikov1-0/+337
2013-11-19Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna1-0/+141
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna1-1/+414
2013-11-04Make test vectors 'static const'Jussi Kivilinna1-18/+18
2013-10-22Add Counter with CBC-MAC mode (CCM)Jussi Kivilinna1-0/+771
2013-10-16ecc: Add support for GOST R 34.10-2001/-2012 signaturesDmitry Eremin-Solenikov1-0/+75
2013-10-16Fix 256-bit ecdsa test key definitionDmitry Eremin-Solenikov1-1/+1
2013-10-11pubkey: Move sexp parsing for gcry_pk_encrypt to the modules.Werner Koch1-1/+3
2013-10-09pubkey: Move sexp parsing for gcry_pk_verify to the modules.Werner Koch1-2/+12
2013-09-20pk: Move s-exp creation for gcry_pk_decrypt to the modules.Werner Koch1-1/+12
2013-09-18Rename the GOST algorithm identifiers.Werner Koch1-4/+4
2013-09-18Add GOST R 34.11-2012 implementation (Stribog)Dmitry Eremin-Solenikov1-0/+30
2013-09-18Add basic implementation of GOST R 34.11-94 message digestDmitry Eremin-Solenikov1-1/+19
2013-09-18Add limited implementation of GOST 28147-89 cipherDmitry Eremin-Solenikov1-0/+3
2013-09-10md: Add function gcry_md_hash_buffers.Werner Koch1-5/+73
2013-09-07Add support for Salsa20/12 - 12 round version of Salsa20Dmitry Eremin-Solenikov1-0/+218
2013-07-19pk: Allow the use of a hash element for DSA sign and verify.Werner Koch1-3/+13
2013-07-18Add support for Salsa20.Werner Koch1-1/+568
2013-06-26Make gpg-error replacement defines more robust.Werner Koch1-1/+1
2013-04-12Add hack to allow using an "ecc" key for "ecdsa" or "ecdh".Werner Koch1-110/+326
2012-11-26Extend test of chained modes for 128bit ciphersJussi Kivilinna1-17/+28
2012-02-16Add support for the IDEA cipher.Ulrich Müller1-0/+3
2011-12-16Add alignment tests for the cipher tests.Werner Koch1-32/+106
2011-11-11tests: avoid write-beyond-end-of-heap bufferJim Meyering1-2/+2
2011-06-13Add a full set of pkcs#1 v2 test vectorsWerner Koch1-7/+7
2011-06-10Fixed leading zero problems in PSS and OAEP.Werner Koch1-15/+33
2011-06-09Add random-override parameter to the PK functions to allow better regression ...Werner Koch1-1/+16
2011-06-09Merge branch 'master' into ueno-pssWerner Koch1-6/+38
2011-06-03Add option --die to ease debuggingWerner Koch1-0/+8
2011-05-27Fix double-free when un-padding invalid data.Daiki Ueno1-6/+30