diff options
author | tb <> | 2024-08-23 04:57:12 +0000 |
---|---|---|
committer | tb <> | 2024-08-23 04:57:12 +0000 |
commit | 9f36be6501ec7fb1d11687ff58c3e992193af31e (patch) | |
tree | 8217a81e73dcdf86cc97aaf4ff089336044bab86 /src | |
parent | f088e137f1479fd10535b0225c74a6bfa1b9bfcc (diff) | |
download | openbsd-9f36be6501ec7fb1d11687ff58c3e992193af31e.tar.gz openbsd-9f36be6501ec7fb1d11687ff58c3e992193af31e.tar.bz2 openbsd-9f36be6501ec7fb1d11687ff58c3e992193af31e.zip |
Remove use of CSP/LMK in pkcs12 create/verify tests
reminded by ... anton
Diffstat (limited to 'src')
-rwxr-xr-x | src/regress/usr.bin/openssl/appstest.sh | 5 |
1 files changed, 2 insertions, 3 deletions
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 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # | 2 | # |
3 | # $OpenBSD: appstest.sh,v 1.64 2024/07/08 06:00:34 tb Exp $ | 3 | # $OpenBSD: appstest.sh,v 1.65 2024/08/23 04:57:12 tb Exp $ |
4 | # | 4 | # |
5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> | 5 | # Copyright (c) 2016 Kinichiro Inoguchi <inoguchi@openbsd.org> |
6 | # | 6 | # |
@@ -1403,8 +1403,7 @@ function test_pkcs { | |||
1403 | -caname "caname_server_p12" \ | 1403 | -caname "caname_server_p12" \ |
1404 | -certpbe AES-256-CBC -keypbe AES-256-CBC -chain \ | 1404 | -certpbe AES-256-CBC -keypbe AES-256-CBC -chain \ |
1405 | -name "name_server_p12" -des3 -maciter -macalg sha256 \ | 1405 | -name "name_server_p12" -des3 -maciter -macalg sha256 \ |
1406 | -CSP "csp_server_p12" -LMK -keyex \ | 1406 | -keyex -passout pass:$pkcs_pass -out $sv_rsa_cert.p12 |
1407 | -passout pass:$pkcs_pass -out $sv_rsa_cert.p12 | ||
1408 | check_exit_status $? | 1407 | check_exit_status $? |
1409 | 1408 | ||
1410 | start_message "pkcs12 ... verify" | 1409 | start_message "pkcs12 ... verify" |