aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/pkcs12.try
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_tests/pkcs12.try')
-rw-r--r--tcl_tests/pkcs12.try11
1 files changed, 10 insertions, 1 deletions
diff --git a/tcl_tests/pkcs12.try b/tcl_tests/pkcs12.try
index 6fc7ecb..40dce89 100644
--- a/tcl_tests/pkcs12.try
+++ b/tcl_tests/pkcs12.try
@@ -10,7 +10,16 @@ if {[info exists env(ALG_LIST)]} {
} else {
switch -exact [engine_name] {
"ccore" {set alg_list {gost2001:A gost2001:B gost2001:C gost2001:XA gost2001:XB gost2012_256:A gost2012_256:B gost2012_256:C gost2012_256:XA gost2012_256:XB gost2012_512:A gost2012_512:B}}
- "open" {set alg_list {gost2001:A gost2001:B gost2001:C gost2012_256:A gost2001:XA gost2001:XB gost2012_256:B gost2012_256:C gost2012_256:XA gost2012_256:XB gost2012_512:A gost2012_512:B}}
+ "open" {
+ set alg_list {
+ gost2001:A gost2001:B gost2001:C
+ gost2001:XA gost2001:XB
+ gost2012_256:A gost2012_256:B gost2012_256:C
+ gost2012_256:XA gost2012_256:XB
+ gost2012_256:TCA gost2012_256:TCB gost2012_256:TCC gost2012_256:TCD
+ gost2012_512:A gost2012_512:B gost2012_512:C
+ }
+ }
}
}