aboutsummaryrefslogtreecommitdiff
path: root/test_curves.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15tests: Load just built engine from the output directoryVitaly Chikunov1-0/+11
Define ENGINE_DIR for all binary tests. Instead of auto-loading engine using `example.conf' load it directly from the OUTPUT_DIRECTORY for curves tests.
2019-02-02Fix memory leaks in the testsVitaly Chikunov1-0/+16
In preparation for memory leak detector fix them in the tests.
2019-02-02test_curves: Fix forgotten comparison in testVitaly Chikunov1-0/+1
2019-01-23test_curves: test all allowed GOST 34.10 curvesVitaly Chikunov1-17/+8
Enable test for 2001 curves since they are allowed and add TC26 aliases for 256-bit curves.
2018-12-28Replace orders of groups with orders of cyclic subgroupsDmitry Meshkov1-6/+3
According to OpenSSL documentation EC_GROUP's member named order contains the cardinality of cyclic subgroup. Some paramsets contain cardinalities of elliptic curves' groups.
2018-12-06New master API versioning.Dmitry Belyavskiy1-2/+2
2018-09-18Add basic tests for curves parametersVitaly Chikunov1-0/+230