]> www.wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
tcl_tests: Fix req-genpkey test (show OID for gost2012_256:0)
authorVitaly Chikunov <vt@altlinux.org>
Mon, 11 Nov 2019 04:09:10 +0000 (07:09 +0300)
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>
Sat, 11 Jan 2020 21:20:37 +0000 (00:20 +0300)
tcl_tests/ossltest.tcl

index c02d566679a9d8b2f166c9ffffe42fdde92515a8..fbd126ad6f0fda6107a060d19b4eab792394ded7 100644 (file)
@@ -563,7 +563,7 @@ proc pubkey_long_name {alg} {
                gost2001:C {return "id-GostR3410-2001-CryptoPro-C-ParamSet"}
                gost2001:XA {return "id-GostR3410-2001-CryptoPro-XchA-ParamSet"}
                gost2001:XB {return "id-GostR3410-2001-CryptoPro-XchB-ParamSet"}
-               #gost2012_256:0 {return param_pubkey01_cptest}
+               gost2012_256:0 {return "id-GostR3410-2001-TestParamSet"}
                gost2012_256:A {return "id-GostR3410-2001-CryptoPro-A-ParamSet"}
                gost2012_256:B {return "id-GostR3410-2001-CryptoPro-B-ParamSet"}
                gost2012_256:C {return "id-GostR3410-2001-CryptoPro-C-ParamSet"}