]> www.wagner.pp.ru Git - openssl-gost/engine.git/commit
Add string option 'vko' for EVP_PKEY_CTRL_SET_VKO
authorVitaly Chikunov <vt@altlinux.org>
Wed, 3 Jun 2020 02:45:13 +0000 (05:45 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Thu, 9 Jul 2020 16:27:22 +0000 (19:27 +0300)
commit1c8b7f9a2a51ba2a6d668c2cd4e4672ed6731166
tree63da2741d92a724f2a82ef548d690d945ec7633c
parenteaf0efe8098a2a3701f469d777ec1fd2e00574b1
Add string option 'vko' for EVP_PKEY_CTRL_SET_VKO

Format: vko:<bit length>
Such as:
  vko:256 for VKO_256
  vko:512 for VKO_512
  vko:0   disable strict VKO mode, switch to other derive methods.
gost_lcl.h
gost_pmeth.c