summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* api: New function gcry_get_config.Werner Koch2017-06-211-0/+49
* New global config option "only-urandom".Werner Koch2017-06-161-1/+9
* Implement global config file /etc/gcrypt/random.confWerner Koch2017-06-161-0/+3
* Spelling fixes in docs and comments.NIIBE Yutaka2017-04-285-5/+5
* Add BLAKE2b and BLAKE2s hash algorithms (RFC 7693)Jussi Kivilinna2017-02-274-4/+2886
* Implement CFB with 8-bit modeMathias L. Baumann2017-02-041-1/+99
* Add XTS cipher modeJussi Kivilinna2017-01-063-18/+510
* tests: Add option --disable-hwf to the version utility.Werner Koch2017-01-031-2/+41
* tests: Check the result of all gcry_control operations.Justus Winter2016-12-1333-158/+169
* tests: Use common code for all tests.Justus Winter2016-12-1329-1094/+117
* tests: Rename 'show' to 'info'.Justus Winter2016-12-138-102/+102
* tests: Rename 'PGMNAME' to 'PGM'.Justus Winter2016-12-134-10/+10
* tests: Rename 'errorcount' to 'error_count'.Justus Winter2016-12-134-7/+7
* hwfeatures: add 'all' for disabling all hardware featuresJussi Kivilinna2016-12-102-2/+7
* tests/hashtest-256g: add missing executable extension for Win32Jussi Kivilinna2016-12-101-1/+1
* Document the overflow pools and add a stupid test case.Werner Koch2016-12-071-1/+40
* tests: New test t-secmem.Werner Koch2016-12-072-1/+142
* tests: Add PBKDF2 tests for Stribog512.Dmitry Eremin-Solenikov2016-11-281-1/+70
* tests: Add Stribog HMAC tests from TC26ALG.Dmitry Eremin-Solenikov2016-11-281-0/+16
* tests: Fix memory leak.Justus Winter2016-11-251-0/+3
* tests: Add test to verify GOST 28147-89 against known results.Dmitry Eremin-Solenikov2016-11-251-0/+165
* GCM: Add bulk processing for ARMv8/AArch32 implementationJussi Kivilinna2016-10-091-6/+113
* bench-slope: add unaligned buffer modeJussi Kivilinna2016-07-031-1/+11
* Fix static buildJussi Kivilinna2016-07-011-1/+1
* tests: Do not test SHAKE128 et al with gcry_md_hash_buffer.Werner Koch2016-06-271-15/+18
* tests: Add attributes to helper functions.Werner Koch2016-06-255-7/+36
* tests: Add test vectors for 256 GiB test of SHA3-256.Werner Koch2016-04-141-0/+16
* cipher: Add constant for 8 bit CFB mode.Werner Koch2016-04-141-6/+9
* tests: Add a new test for S-expressions.Werner Koch2016-04-141-1/+77
* ecc: Fix corner cases for X25519.NIIBE Yutaka2016-04-131-1/+75
* cipher: Buffer data from gcry_cipher_authenticate in OCB mode.Werner Koch2016-04-121-1/+237
* ecc: Fix X25519 computation on Curve25519.NIIBE Yutaka2016-04-121-36/+32
* ecc: Positive values in computation.NIIBE Yutaka2016-04-061-2/+2
* mpi: Explicitly limit the allowed input length for gcry_mpi_scan.Werner Koch2016-04-011-0/+37
* tests: Fix buffer overflow in bench-slope.Werner Koch2016-03-291-7/+4
* doc: Update for gcry_cipher_gettag and gcry_cipher_checktag.Werner Koch2016-03-291-1/+1
* cipher: GCM: check that length of supplied tag is one of valid lengthsJussi Kivilinna2016-03-271-9/+123
* cipher: Fix memleaks in (self)tests.Peter Wu2016-03-241-0/+3
* Add new control GCRYCTL_GET_TAGLEN for use with gcry_cipher_info.Werner Koch2016-03-231-3/+92
* tests: Add options --fips to keygen for manual tests.Werner Koch2016-03-221-20/+78
* rsa: Add FIPS 186-4 compliant RSA probable prime key generator.Tomáš Mráz2016-03-221-0/+22
* Always require a 64 bit integer typeWerner Koch2016-03-183-10/+0
* tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek2016-03-188-11/+151
* tests: Add new --pss option to fipsdrvVitezslav Cizek2016-03-181-4/+43
* tests: Add support for RSA keygen tests to fipsdrv.Vitezslav Cizek2016-03-181-0/+79
* tests: Fixes for RSA testsuite in FIPS modeVitezslav Cizek2016-03-184-24/+108
* rsa: Use 2048 bit RSA keys for selftest.Vitezslav Cizek2016-03-181-2/+2
* Disable non-allowed algorithms in FIPS modeVitezslav Cizek2016-03-181-8/+60
* ecc: ECDSA adjustments for FIPS 186-4Vitezslav Cizek2016-03-181-2/+260
* dsa: Make regression tests work.Werner Koch2016-03-182-9/+21