]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
test_params: Avoid calls to fill_GOST_EC_params and bind_gost
authorVitaly Chikunov <vt@altlinux.org>
Sat, 26 Jan 2019 23:15:00 +0000 (02:15 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Sun, 27 Jan 2019 00:59:25 +0000 (03:59 +0300)
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.


No differences found