]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
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)
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.


No differences found