aboutsummaryrefslogtreecommitdiff
path: root/test_params.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-15tests: Load just built engine from the output directoryVitaly Chikunov1-1/+8
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/+4
In preparation for memory leak detector fix them in the tests.
2019-01-28test_params: additional testsVitaly Chikunov1-7/+50
- Manually verify cert using EVP_Verify API. (In addition to X509_verify). - Add test using EVP_DigestVerifyInit API for raw vectors.
2019-01-27test_params: Avoid calls to fill_GOST_EC_params and bind_gostVitaly Chikunov1-5/+24
Use external API to generate key with parameters instead of calling fill_GOST_EC_params(). Use OPENSSL_CONF trick like in test_sign to avoid calling bind_gost(). Reverting 1716316de77 ("Export bind_gost to allow local engine init") as not needed anymore.
2019-01-21test_params: signature verify tests for different curvesVitaly Chikunov1-0/+1043
Interoperability with third party software.