From 9f36be6501ec7fb1d11687ff58c3e992193af31e Mon Sep 17 00:00:00 2001 From: tb <> Date: Fri, 23 Aug 2024 04:57:12 +0000 Subject: Remove use of CSP/LMK in pkcs12 create/verify tests reminded by ... anton --- src/regress/usr.bin/openssl/appstest.sh | 5 ++--- 1 file changed, 2 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 572cc73617..1912d0f88e 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.64 2024/07/08 06:00:34 tb Exp $ +# $OpenBSD: appstest.sh,v 1.65 2024/08/23 04:57:12 tb Exp $ # # Copyright (c) 2016 Kinichiro Inoguchi # @@ -1403,8 +1403,7 @@ function test_pkcs { -caname "caname_server_p12" \ -certpbe AES-256-CBC -keypbe AES-256-CBC -chain \ -name "name_server_p12" -des3 -maciter -macalg sha256 \ - -CSP "csp_server_p12" -LMK -keyex \ - -passout pass:$pkcs_pass -out $sv_rsa_cert.p12 + -keyex -passout pass:$pkcs_pass -out $sv_rsa_cert.p12 check_exit_status $? start_message "pkcs12 ... verify" -- cgit v1.2.3-55-g6feb