summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* use https instead of cleartext http where possiblehttp-to-httpsDaniel Kahn Gillmor2019-05-1427-38/+38
* tests/basic: mark CFB and CFB8 as stream block cipher modesJussi Kivilinna2019-05-101-0/+2
* Fix message digest final function for MD4, MD5 and RMD160Jussi Kivilinna2019-05-091-0/+199
* Fix carry overflow in Stribog in 512-bit additionDmitry Eremin-Solenikov2019-05-061-0/+27
* Limit and document Blowfish key lengths to 8-576 bitsJussi Kivilinna2019-04-181-0/+246
* Add SHA512/224 and SHA512/256 algorithmsJussi Kivilinna2019-04-051-0/+12
* tests/basic: add hash test for small block sizesJussi Kivilinna2019-04-051-1/+61
* tests/basic: add large buffer testing for ciphersJussi Kivilinna2019-03-261-48/+98
* tests/bench-slope: prevent auto-mhz detection getting stuckJussi Kivilinna2019-01-271-24/+59
* tests/bench-slope: add missing cipher context resetJussi Kivilinna2019-01-271-2/+6
* tests/basic: increase buffer size for check_one_cipherJussi Kivilinna2019-01-271-10/+10
* tests/basic: check AEAD tags in check_one_cipher testJussi Kivilinna2019-01-271-0/+107
* build: With LD_LIBRARY_PATH defined, use --disable-new-dtags.NIIBE Yutaka2019-01-151-2/+2
* tests/benchmark: add Chacha20-Poly1305 benchmarkingJussi Kivilinna2019-01-021-3/+10
* tests/benchmark: add --huge-buffers option for cipher testsJussi Kivilinna2019-01-021-19/+90
* Optimizations for AES-NI OCBJussi Kivilinna2018-11-201-24/+244
* tests/basic: silence GCC-8 warningJussi Kivilinna2018-06-191-2/+2
* ecc: Improve gcry_mpi_ec_curve_pointWerner Koch2018-06-061-0/+266
* basic_all_hwfeature_combinations.sh: use $njobs to limit parallel tasksJussi Kivilinna2018-04-101-1/+1
* tests/aeswrap: add in-place encryption/decryption testingJussi Kivilinna2018-03-221-17/+69
* bench-slope: add CPU frequency auto-detectionJussi Kivilinna2018-03-221-63/+249
* Fix incorrect counter overflow handling for GCMJussi Kivilinna2018-01-311-4/+685
* Add EAX modeJussi Kivilinna2018-01-203-3/+591
* tests: Add another test case to keygrip.cWerner Koch2017-12-081-0/+25
* tests: Add HAVE_MMAP check for MinGW.NIIBE Yutaka2017-11-141-0/+2
* Fix secmem test for machine with larger page.NIIBE Yutaka2017-11-091-5/+23
* Add crypto hash SM3.Jia Zhang2017-10-243-1/+37
* api: New function gcry_mpi_get_ui.Werner Koch2017-10-171-0/+30
* tests: Fix warnings on Windows.NIIBE Yutaka2017-08-291-2/+2
* tests: Fix a printf glitch for a Windows test.Werner Koch2017-08-022-5/+9
* tests: Add benchmarking option to tests/random.Werner Koch2017-08-022-6/+153
* Add script to run basic tests with all supported HWF combinationsJussi Kivilinna2017-08-012-1/+112
* api: New function gcry_mpi_point_copy.Werner Koch2017-07-181-1/+16
* random: Minor fix for getting the rndjent version.Werner Koch2017-07-171-0/+17
* 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