From: tb Date: Mon, 25 Oct 2021 07:17:14 +0000 (+0000) Subject: Drop two uses of the terrible asn1 kludge spotted by anton X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=93c40b091d8d9b8bc0699a00d161377e853b0408;p=openbsd Drop two uses of the terrible asn1 kludge spotted by anton --- 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 # @@ -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"