summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2025-01-19 11:04:35 +0000
committertb <>2025-01-19 11:04:35 +0000
commit102c447341fe3c2aa88784ed5683235c33b5ddc8 (patch)
tree2ba739d5b318ecac5e923e87435b01e7539cdfc2 /src
parent554fa5724d58481f6d98cf1f31538602c83777e3 (diff)
downloadopenbsd-102c447341fe3c2aa88784ed5683235c33b5ddc8.tar.gz
openbsd-102c447341fe3c2aa88784ed5683235c33b5ddc8.tar.bz2
openbsd-102c447341fe3c2aa88784ed5683235c33b5ddc8.zip
appstest: remove the two tests exercising -C minimally
Diffstat (limited to 'src')
-rwxr-xr-xsrc/regress/usr.bin/openssl/appstest.sh6
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 \