summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-05-21ecc: Add key generation flag "no-keytest".Werner Koch1-2/+38
2015-05-03Add '1 million a characters' test vectorsJussi Kivilinna1-0/+15
2015-05-03More optimized CRC implementationsJussi Kivilinna1-0/+3
2015-05-01Add --disable-hwf for basic testsJussi Kivilinna1-0/+15
2015-05-01Use more odd chuck sizes for check_one_mdJussi Kivilinna1-3/+21
2015-05-01Enable more modes in basic ciphers testJussi Kivilinna1-8/+65
2015-04-30Fix buggy RC4 AMD64 assembly and add test to notice similar issuesJussi Kivilinna1-0/+152
2015-04-18Add OCB bulk crypt/auth functions for AES/AES-NIJussi Kivilinna1-0/+174
2015-04-15tests: Add option to time the S2K function.Werner Koch1-7/+114
2015-04-15tests: Improve stopwatch.hWerner Koch4-32/+40
2015-03-21tests/bench-slope: fix memory-leak and use-after-free bugsJussi Kivilinna1-1/+3
2015-02-28Fix in-place encryption for OCB modeJussi Kivilinna1-3/+38
2015-02-27tests: fix t-sexp.c.NIIBE Yutaka1-0/+2
2015-01-16Add OCB cipher modeWerner Koch3-16/+527
2014-12-23Poly1305-AEAD: updated implementation to match draft-irtf-cfrg-chacha20-poly1...Jussi Kivilinna2-24/+52
2014-11-24tests: Add a prime mode to benchmark.Werner Koch1-5/+68
2014-09-02Add new Poly1305 MAC test vectorsJussi Kivilinna1-0/+66
2014-08-09tests: Add a benchmark for Elgamal.Werner Koch1-3/+262
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