summaryrefslogtreecommitdiff
path: root/tests/t-ed25519.c
Commit message (Expand)AuthorAgeFilesLines
* fips: Provide a mechanizm to put libgcrypt in non-FIPS mode.NIIBE Yutaka2022-01-111-0/+11
* tests,fips: Align the use of variable in_fips_mode.NIIBE Yutaka2021-12-091-1/+1
* tests: Expect curves 25519/448 to fail in FIPS modeJakub Jelen2021-07-291-4/+14
* tests: do not use GCC variadic macro extension for xgcry_controlJussi Kivilinna2019-05-141-4/+4
* tests: Fix a printf glitch for a Windows test.Werner Koch2017-08-021-1/+1
* tests: Check the result of all gcry_control operations.Justus Winter2016-12-131-4/+4
* tests: Use common code for all tests.Justus Winter2016-12-131-68/+1
* tests: Rename 'show' to 'info'.Justus Winter2016-12-131-7/+7
* tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek2016-03-181-0/+4
* tests: Improve stopwatch.hWerner Koch2015-04-151-1/+1
* ecc: Support the non-standard 0x40 compression flag for EdDSA.Werner Koch2014-07-251-1/+1
* ecc: Require "eddsa" flag for curve Ed25519.Werner Koch2013-11-051-0/+3
* ecc: Change algorithm for Ed25519 x recovery.Werner Koch2013-10-241-7/+23
* ecc: Allow the use of an uncompressed public key.Werner Koch2013-09-241-2/+4
* tests: Beautify some diagnostics.Werner Koch2013-09-191-3/+23
* pk: Move s-expr creation for sign and encrypt to the modules.Werner Koch2013-09-191-1/+1
* ecc: Implement Curve Ed25519 signing and verification.Werner Koch2013-09-161-0/+519