]> wagner.pp.ru Git - openssl-gost/engine.git/commitdiff
tcl_tests: ca.try: Ignore multi-space indentation in openssl crl output
authorVitaly Chikunov <vt@altlinux.org>
Fri, 28 Mar 2025 15:53:14 +0000 (18:53 +0300)
committerVitaly Chikunov <vt@altlinux.org>
Fri, 28 Mar 2025 16:14:48 +0000 (19:14 +0300)
Indentation is changing from 8 to 4 chars in new version of openssl[1]. Make the
test forward and backward compatible with variable indentation of openssl crl
output.

Link: https://github.com/openssl/openssl/pull/27124
Signed-off-by: Vitaly Chikunov <vt@altlinux.org>
tcl_tests/ca.try

index 7da25de2eae2691dcc10e72f944d38a65301d4d2..a1ac8ede3954a2c81e404069ad4d2e1560c9fecd 100644 (file)
@@ -73,11 +73,14 @@ test -createsfiles test.crl "Generating CRL" {
 
 
 test -skip {![file exists test.crl]} "Displaying 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
-$serial_list    Signature Algorithm: [hash_with_sign_long_name  $ca_alg]
+       regsub -all " +" [
+               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
+[regsub -all " +" $serial_list " "]\
+ Signature Algorithm: [hash_with_sign_long_name  $ca_alg]
 "
 
 test -skip {![file exists test.crl]} "Verifying CRL OK" {