summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorTheo Buehler <tb@cvs.openbsd.org>2021-10-25 07:17:15 +0000
committerTheo Buehler <tb@cvs.openbsd.org>2021-10-25 07:17:15 +0000
commitf11c350767e59b44f00b39c6bdd75cbec5e07ed3 (patch)
tree3f49d76a61b0e5ec7ffea590dd2141675c9a32a2 /regress
parent5117040310d6adcda4872e98014e5333012b6df8 (diff)
Drop two uses of the terrible asn1 kludge spotted by anton
Diffstat (limited to 'regress')
-rwxr-xr-xregress/usr.bin/openssl/appstest.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/openssl/appstest.sh b/regress/usr.bin/openssl/appstest.sh
index c5b1f21869e..3d4562a16a3 100755
--- a/regress/usr.bin/openssl/appstest.sh
+++ b/regress/usr.bin/openssl/appstest.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $OpenBSD: appstest.sh,v 1.52 2021/09/20 10:45:01 inoguchi Exp $
+# $OpenBSD: appstest.sh,v 1.53 2021/10/25 07:17:14 tb Exp $
#
# Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org>
#
@@ -649,7 +649,7 @@ __EOF__
fi
$openssl_bin req -new -keyout $tsa_key -out $tsa_csr \
- -passout pass:$tsa_pass -subj $subj -asn1-kludge
+ -passout pass:$tsa_pass -subj $subj
check_exit_status $?
start_message "ca ... sign by CA with TSA extensions"
@@ -683,7 +683,7 @@ __EOF__
fi
$openssl_bin req -new -keyout $ocsp_key -nodes -out $ocsp_csr \
- -subj $subj -no-asn1-kludge
+ -subj $subj
check_exit_status $?
start_message "ca ... sign by CA with OCSP extensions"