From: Vitaly Chikunov Date: Wed, 3 Jun 2020 02:45:13 +0000 (+0300) Subject: Add string option 'vko' for EVP_PKEY_CTRL_SET_VKO X-Git-Tag: v3.0.0~84 X-Git-Url: https://wagner.pp.ru/gitweb/?a=commitdiff_plain;ds=sidebyside;h=1c8b7f9a2a51ba2a6d668c2cd4e4672ed6731166;hp=1c8b7f9a2a51ba2a6d668c2cd4e4672ed6731166;p=openssl-gost%2Fengine.git Add string option 'vko' for EVP_PKEY_CTRL_SET_VKO Format: vko: Such as: vko:256 for VKO_256 vko:512 for VKO_512 vko:0 disable strict VKO mode, switch to other derive methods. ---