summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-08-08ecc: Add cofactor to domain parameters.NIIBE Yutaka3-7/+21
2014-07-25ecc: Support the non-standard 0x40 compression flag for EdDSA.Werner Koch3-1/+20
2014-06-28Fixup curve name in the GOST2012 test caseDmitry Eremin-Solenikov1-1/+1
2014-06-28Update PBKDF2 tests with GOST R 34.11-94 test casesDmitry Eremin-Solenikov1-3/+67
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 Kivilinna2-15/+412
2014-05-12Add Poly1305-AES (-Camellia, etc) MACsJussi Kivilinna3-0/+58
2014-05-12Add Poly1305 MACJussi Kivilinna3-8/+116
2014-05-11Add ChaCha20 stream cipherJussi Kivilinna1-2/+328
2014-05-09mpi: Fix a subtle bug setting spurious bits with in mpi_set_bit.Werner Koch1-0/+54
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 an utility to calculate hashes over a set of filesDmitry Eremin-Solenikov2-1/+122
2014-03-04Add a simple (raw) PKCS#1 padding modeDmitry Eremin-Solenikov1-0/+8
2014-01-28sexp: Fix broken gcry_sexp_nth.Werner Koch1-0/+69
2014-01-27tests: Improve t-common.h.Werner Koch3-86/+95
2014-01-27Fix most of memory leaks in tests codeDmitry Eremin-Solenikov6-2/+10
2014-01-27Small Windows build tweaks.Werner Koch1-6/+6
2014-01-27Update gpg-error autoconf macros to fix threading problems.Werner Koch1-4/+5
2014-01-24tests: Pass -no-install to libtoolDmitry Eremin-Solenikov1-0/+1
2014-01-24tests: Add a test for the internal lockingWerner Koch3-2/+567
2014-01-20tests: Rename tsexp.cWerner Koch2-3/+3
2014-01-19md: Add Whirlpool bug emulation feature.Werner Koch1-0/+53
2014-01-15ecc: Fix _gcry_mpi_ec_p_new to allow secp256k1.NIIBE Yutaka1-13/+3
2014-01-13Truncate hash values for ECDSA signature schemeDmitry Eremin-Solenikov1-1/+46
2014-01-13Add GOST R 34.10-2012 curves proposed by TC26Dmitry Eremin-Solenikov1-1/+1
2014-01-13Add GOST R 34.10-2001 curves per RFC4357Dmitry Eremin-Solenikov1-1/+1
2014-01-13Add a function to retrieve algorithm used by MAC handlerDmitry Eremin-Solenikov1-0/+6
2014-01-12Add secp256k1 curve.NIIBE Yutaka2-1/+23
2013-12-16tests: Add SHA-512 to the long hash test.Werner Koch3-3/+33
2013-12-16Add configure option --enable-large-data-tests.Werner Koch2-5/+23
2013-12-15Use u64 for CCM data lengthsJussi Kivilinna3-8/+17
2013-12-14tests: Prevent rare failure of gcry_pk_decrypt test.Werner Koch1-16/+59
2013-12-11random: Add a feature to close device file descriptors.Werner Koch1-0/+49
2013-12-09tests: Speed up benchmarks in regression test mode.Werner Koch4-4/+31
2013-12-09tests: Add --csv option to bench-slope.Werner Koch1-30/+169
2013-12-07sexp: Allow long names and white space in gcry_sexp_extract_param.Werner Koch1-0/+71
2013-12-04mpi: fix gcry_mpi_powm for negative base.NIIBE Yutaka1-0/+19
2013-12-02ecc: Use constant time point operation for Twisted Edwards.Werner Koch1-1/+7
2013-12-02ecc: Make gcry_pk_testkey work for Ed25519.Werner Koch1-21/+22
2013-11-21Add GMAC to MAC APIJussi Kivilinna3-6/+55
2013-11-20GCM: Add support for split data buffers and online operationJussi Kivilinna1-48/+118
2013-11-19Initial implementation of GCMDmitry Eremin-Solenikov3-0/+467
2013-11-19Add CMAC (Cipher-based MAC) to MAC APIJussi Kivilinna1-0/+141
2013-11-16Add new MAC API, initially with HMACJussi Kivilinna3-11/+732
2013-11-14md: Fix hashing for data >= 256 GBWerner Koch3-2/+632
2013-11-11ecc: Change keygrip computation for Ed25519+EdDSA.Werner Koch1-2/+56
2013-11-08ecc: Implement the "nocomp" flag for key generation.Werner Koch1-3/+4
2013-11-08ecc: Make "noparam" the default and replace by "param".Werner Koch1-3/+3