]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
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)
commit9bcbcfa0193491800b3d0afa140828488b6b84de
tree5eaf8c09995b5e620fc2c3a0875e1187a1f0b602
parentc7d1861bb972628521b44b9ebe2aed08e90be747
test_params: Avoid calls to fill_GOST_EC_params and bind_gost

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.
gost_eng.c
gost_lcl.h
test_params.c