summaryrefslogtreecommitdiff
path: root/tests/curves.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices to use URL.NIIBE Yutaka2023-04-271-2/+2
* tests,fips: Align the use of variable in_fips_mode.NIIBE Yutaka2021-12-091-1/+1
* tests: Improve FIPS detection in curves test.Jakub Jelen2021-09-161-130/+147
* tests: Fix typo in commentJakub Jelen2021-09-161-1/+1
* ecc: Fix bug in gcry_pk_get_param for Curve25519.Werner Koch2021-06-171-0/+146
* ecc: Add new curve: Ed448.NIIBE Yutaka2020-06-161-1/+1
* Add new curve named sm2p256v1.Tianjia Zhang2020-01-161-1/+1
* tests: Fix number of implemented curves.Werner Koch2019-11-181-2/+2
* ecc: Add Curve for X448 with ECC_DIALECT_SAFECURVE.NIIBE Yutaka2019-10-281-1/+1
* tests: do not use GCC variadic macro extension for xgcry_controlJussi Kivilinna2019-05-141-3/+3
* tests: Check the result of all gcry_control operations.Justus Winter2016-12-131-3/+3
* tests: Use common code for all tests.Justus Winter2016-12-131-29/+4
* tests: Fix testsuite after the FIPS adjustments.Vitezslav Cizek2016-03-181-0/+3
* Add Curve25519 support.NIIBE Yutaka2015-08-061-1/+1
* ecc: Add cofactor to domain parameters.NIIBE Yutaka2014-08-081-0/+2
* Add GOST R 34.10-2012 curves proposed by TC26Dmitry Eremin-Solenikov2014-01-131-1/+1
* Add GOST R 34.10-2001 curves per RFC4357Dmitry Eremin-Solenikov2014-01-131-1/+1
* Add secp256k1 curve.NIIBE Yutaka2014-01-121-1/+1
* ecc: Add support for GOST R 34.10-2001/-2012 signaturesDmitry Eremin-Solenikov2013-10-161-1/+1
* ecc: Add Ed25519 key generation and prepare for optimizations.Werner Koch2013-09-181-2/+2
* ecc: Implement Curve Ed25519 signing and verification.Werner Koch2013-09-161-1/+1
* Make gpg-error replacement defines more robust.Werner Koch2013-06-261-1/+1
* Add ChangeLog Entry for Andrey's changes.ecc-integration-doneECC-INTEGRATION-1-5Werner Koch2011-02-021-2/+2
* Add function gcry_pk_get_param.Werner Koch2011-02-011-0/+35
* Add gcry_pk_get_curve.Werner Koch2011-02-011-0/+175