From: Dmitry Belyavskiy Date: Mon, 4 May 2020 17:42:42 +0000 (+0300) Subject: Typo in CA verify command X-Git-Tag: v3.0.0~159 X-Git-Url: http://www.wagner.pp.ru/gitweb/?a=commitdiff_plain;h=cf43fbf26194688bc1823e9a8ab13762d69b23b7;p=openssl-gost%2Fengine.git Typo in CA verify command --- 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