summaryrefslogtreecommitdiff
path: root/tests/basic.c
AgeCommit message (Expand)AuthorFilesLines
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-02-28Fix in-place encryption for OCB modeJussi Kivilinna1-3/+38
2015-01-16Add OCB cipher modeWerner Koch1-2/+399
2014-12-23Poly1305-AEAD: updated implementation to match draft-irtf-cfrg-chacha20-poly1...Jussi Kivilinna1-20/+50
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