aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests
diff options
context:
space:
mode:
authorDmitry Belyavskiy <beldmit@gmail.com>2020-05-04 20:42:42 +0300
committerDmitry Belyavskiy <beldmit@gmail.com>2020-05-04 20:42:42 +0300
commitcf43fbf26194688bc1823e9a8ab13762d69b23b7 (patch)
tree291051e5a2872a06dc022158c222d1dbecf41fc8 /tcl_tests
parent895a3dbf838a11956bf02f8f85b44a2116e13131 (diff)
downloadgost-engine-cf43fbf26194688bc1823e9a8ab13762d69b23b7.zip
gost-engine-cf43fbf26194688bc1823e9a8ab13762d69b23b7.tar.gz
gost-engine-cf43fbf26194688bc1823e9a8ab13762d69b23b7.tar.bz2
Typo in CA verify command
Diffstat (limited to 'tcl_tests')
-rw-r--r--tcl_tests/ca.try2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcl_tests/ca.try b/tcl_tests/ca.try
index 1dac04f..0c08e63 100644
--- a/tcl_tests/ca.try
+++ b/tcl_tests/ca.try
@@ -92,7 +92,7 @@ test -skip {![file exists test.crl]} "Verifying corrupted CRL" {
"
test "Verifying CA certificate" {
- grep "(cacert.pem|error|OK)" [openssl "verify -CAflie $::test::ca/cacert.pem $::test::ca/cacert.pem"]
+ grep "(cacert.pem|error|OK)" [openssl "verify -CAfile $::test::ca/cacert.pem $::test::ca/cacert.pem"]
} 1 "error $::test::ca/cacert.pem: verification failed
STDERR CONTENTS:
C = RU, L = Moscow, CN = Test CA $ca_alg, O = Cryptocom, OU = OpenSSL CA, emailAddress = openssl@cryptocom.ru