From 102c447341fe3c2aa88784ed5683235c33b5ddc8 Mon Sep 17 00:00:00 2001 From: tb <> Date: Sun, 19 Jan 2025 11:04:35 +0000 Subject: appstest: remove the two tests exercising -C minimally --- src/regress/usr.bin/openssl/appstest.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') 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 @@ #!/bin/sh # -# $OpenBSD: appstest.sh,v 1.66 2025/01/15 05:02:01 tb Exp $ +# $OpenBSD: appstest.sh,v 1.67 2025/01/19 11:04:35 tb Exp $ # # Copyright (c) 2016 Kinichiro Inoguchi # @@ -338,7 +338,7 @@ function test_key { echo -n "ec - $curve ... ecparam ... " $openssl_bin ecparam -out $ecparam -name $curve -genkey \ - -param_enc explicit -conv_form compressed -C + -param_enc explicit -conv_form compressed check_exit_status $? echo -n "ec ... " @@ -934,7 +934,7 @@ __EOF__ check_exit_status $? start_message "x509 ... get detail info about server cert#1" - $openssl_bin x509 -in $sv_rsa_cert -text -C -dates -startdate -enddate \ + $openssl_bin x509 -in $sv_rsa_cert -text -dates -startdate -enddate \ -fingerprint -issuer -issuer_hash -issuer_hash_old \ -subject -hash -subject_hash -subject_hash_old -ocsp_uri \ -ocspid -modulus -pubkey -serial -email -noout -trustout \ -- cgit v1.2.3-55-g6feb