aboutsummaryrefslogtreecommitdiff
path: root/tcl_tests/ca.try
diff options
context:
space:
mode:
Diffstat (limited to 'tcl_tests/ca.try')
-rw-r--r--tcl_tests/ca.try4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcl_tests/ca.try b/tcl_tests/ca.try
index dd2d8df..3c7b61e 100644
--- a/tcl_tests/ca.try
+++ b/tcl_tests/ca.try
@@ -73,10 +73,10 @@ test -createsfiles test.crl "Generating CRL" {
test -skip {![file exists test.crl]} "Displaying CRL" {
- grep "(Serial|Version|Signature Alg|Issuer)" [openssl "crl -text -noout -in test.crl"]
+ regsub -all " = " [grep "(Serial|Version|Signature Alg|Issuer)" [openssl "crl -text -noout -in test.crl"] ] "="
} 0 " Version 2 (0x1)
Signature Algorithm: [hash_with_sign_long_name $ca_alg]
- Issuer: C = RU, L = Moscow, CN = Test CA $ca_alg, O = Cryptocom, OU = OpenSSL CA, emailAddress = openssl@cryptocom.ru
+ Issuer: C=RU, L=Moscow, CN=Test CA $ca_alg, O=Cryptocom, OU=OpenSSL CA, emailAddress=openssl@cryptocom.ru
$serial_list Signature Algorithm: [hash_with_sign_long_name $ca_alg]
"