From: Vitaly Chikunov Date: Sat, 26 Jan 2019 23:15:00 +0000 (+0300) Subject: test_params: Avoid calls to fill_GOST_EC_params and bind_gost X-Git-Tag: v3.0.0~310^2~1 X-Git-Url: http://wagner.pp.ru/gitweb/?a=commitdiff_plain;h=9bcbcfa0193491800b3d0afa140828488b6b84de;hp=9bcbcfa0193491800b3d0afa140828488b6b84de;p=openssl-gost%2Fengine.git 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. ---