aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests
diff options
context:
space:
mode:
authorVitaly Chikunov <vt@altlinux.org>2019-11-11 07:09:10 +0300
committerDmitry Belyavskiy <beldmit@users.noreply.github.com>2020-01-12 00:20:37 +0300
commitf5a7dc7363a68ce4a79ec3d3fffc8e924e988ad4 (patch)
tree3e5130532ef9a545be01cf49678dfb7dcd1899dd /tcl_tests
parentc4e68c4e124ec29bd3c9c88fd8fdca77e6292f38 (diff)
downloadgost-engine-f5a7dc7363a68ce4a79ec3d3fffc8e924e988ad4.zip
gost-engine-f5a7dc7363a68ce4a79ec3d3fffc8e924e988ad4.tar.gz
gost-engine-f5a7dc7363a68ce4a79ec3d3fffc8e924e988ad4.tar.bz2
tcl_tests: Fix req-genpkey test (show OID for gost2012_256:0)
Diffstat (limited to 'tcl_tests')
-rw-r--r--tcl_tests/ossltest.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_tests/ossltest.tcl b/tcl_tests/ossltest.tcl
index c02d566..fbd126a 100644
--- a/tcl_tests/ossltest.tcl
+++ b/tcl_tests/ossltest.tcl
@@ -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"}