summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Prepare support for non-Weierstrass EC equations.Werner Koch1-3/+4
2013-08-30mpi: Make gcry_mpi_print work with negative zeroes.Werner Koch2-1/+161
2013-08-08mpi: Clear immutable flag on the result of gcry_mpi_set.Werner Koch1-0/+17
2013-08-07tests: fix memory leaks.NIIBE Yutaka4-9/+37
2013-08-06tests: fix memory leaks.NIIBE Yutaka1-1/+8
2013-07-29Implement deterministic ECDSA as specified by rfc-6979.Werner Koch1-1/+556
2013-07-26Implement deterministic DSA as specified by rfc-6979.Werner Koch2-1/+476
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-07-17Allow gcry_mpi_dump to print opaque MPIs.Werner Koch1-0/+33
2013-07-15Fix memory leak in t-mpi-point testDmitry Eremin-Solenikov1-0/+2
2013-07-10Fix 'Please include winsock2.h before windows.h' warnings with mingw32Jussi Kivilinna1-0/+1
2013-06-26Make gpg-error replacement defines more robust.Werner Koch20-20/+20
2013-04-16Fix multiply by zero in gcry_mpi_ec_mul.Werner Koch1-1/+15
2013-04-12Add hack to allow using an "ecc" key for "ecdsa" or "ecdh".Werner Koch1-110/+326
2013-04-11Add gcry_pubkey_get_sexp.Werner Koch1-2/+102
2013-04-05Make the Q parameter optional for ECC signing.Werner Koch1-0/+77
2013-04-05Add test case for SCRYPT and rework the code.Werner Koch1-3/+100
2013-03-19Extend the new EC interface and fix two bugs.Werner Koch1-7/+71
2013-03-15mpi: Add functions to manipulate an EC context.Werner Koch1-17/+301
2013-03-13Add GCRYMPI_FLAG_CONST and make use constants.Werner Koch1-0/+62
2013-03-08mpi: Add an API for EC math.Werner Koch1-2/+168
2013-03-08mpi: Add an API for EC point operations.Werner Koch2-1/+166
2012-12-03random: Add a RNG selection interface and system RNG wrapper.Werner Koch2-10/+282
2012-12-03tests: Allow use of random.c under Windows.Werner Koch2-9/+35
2012-11-26Extend test of chained modes for 128bit ciphersJussi Kivilinna1-17/+28
2012-10-30Make ancient test program useful again.Werner Koch1-16/+30
2012-10-30tests: Add ECC key generation tests.Werner Koch1-1/+65
2012-10-30PBKDF2: Allow empty passphrase.Milan Broz1-1/+9
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-12-07tests/prime: Add option to create a well known private key.Werner Koch1-1/+132
2011-12-01Generate the ChangeLog from commit logs.Werner Koch1-0/+11
2011-11-11tests: avoid write-beyond-end-of-heap bufferJim Meyering2-2/+9
2011-09-15Removed the module registration interfaceWerner Koch3-188/+3
2011-09-15Removed the AC interface (gcry_ac_*)Werner Koch5-718/+5
2011-06-29Implement the --debug option for the keygrip test.Werner Koch1-0/+3
2011-06-13Add a full set of pkcs#1 v2 test vectorsWerner Koch9-1726/+9714
2011-06-10Fixed leading zero problems in PSS and OAEP.Werner Koch3-36/+111
2011-06-09Add the PSS test vectorsWerner Koch1-2/+1062
2011-06-09Add OAEP regression test.Werner Koch3-1/+1076
2011-06-09Add random-override parameter to the PK functions to allow better regression ...Werner Koch2-1/+22
2011-06-09Merge branch 'master' into ueno-pssWerner Koch2-6/+46
2011-06-03Add option --die to ease debuggingWerner Koch2-0/+12
2011-05-27Fix double-free when un-padding invalid data.Daiki Ueno2-6/+34
2011-05-25Support PSS.Daiki Ueno1-0/+9
2011-05-24Tell check_pubkey_* which PK algo is used.Daiki Ueno2-9/+35
2011-05-18Support PKCS#1 un-padding.Daiki Ueno2-3/+12
2011-05-11Add missing ChangeLogsWerner Koch1-0/+7
2011-05-11Support RSA-OAEP padding for encryption.Daiki Ueno1-0/+152