diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/usr.bin/openssl/appstest.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/usr.bin/openssl/appstest.sh b/src/regress/usr.bin/openssl/appstest.sh index 22bae9d921..e394102f0d 100755 --- a/src/regress/usr.bin/openssl/appstest.sh +++ b/src/regress/usr.bin/openssl/appstest.sh | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # $OpenBSD: appstest.sh,v 1.66 2025/01/15 05:02:01 tb Exp $ | 3 | # $OpenBSD: appstest.sh,v 1.67 2025/01/19 11:04:35 tb Exp $ |
4 | # | 4 | # |
5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> | 5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> |
6 | # | 6 | # |
@@ -338,7 +338,7 @@ function test_key { | |||
338 | 338 | ||
339 | echo -n "ec - $curve ... ecparam ... " | 339 | echo -n "ec - $curve ... ecparam ... " |
340 | $openssl_bin ecparam -out $ecparam -name $curve -genkey \ | 340 | $openssl_bin ecparam -out $ecparam -name $curve -genkey \ |
341 | -param_enc explicit -conv_form compressed -C | 341 | -param_enc explicit -conv_form compressed |
342 | check_exit_status $? | 342 | check_exit_status $? |
343 | 343 | ||
344 | echo -n "ec ... " | 344 | echo -n "ec ... " |
@@ -934,7 +934,7 @@ __EOF__ | |||
934 | check_exit_status $? | 934 | check_exit_status $? |
935 | 935 | ||
936 | start_message "x509 ... get detail info about server cert#1" | 936 | start_message "x509 ... get detail info about server cert#1" |
937 | $openssl_bin x509 -in $sv_rsa_cert -text -C -dates -startdate -enddate \ | 937 | $openssl_bin x509 -in $sv_rsa_cert -text -dates -startdate -enddate \ |
938 | -fingerprint -issuer -issuer_hash -issuer_hash_old \ | 938 | -fingerprint -issuer -issuer_hash -issuer_hash_old \ |
939 | -subject -hash -subject_hash -subject_hash_old -ocsp_uri \ | 939 | -subject -hash -subject_hash -subject_hash_old -ocsp_uri \ |
940 | -ocspid -modulus -pubkey -serial -email -noout -trustout \ | 940 | -ocspid -modulus -pubkey -serial -email -noout -trustout \ |