Skip to content

Commit

Permalink
fixup! Add test for RSA-PSS restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
simo5 committed May 28, 2024
1 parent a42e19d commit 62dc339
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/trsapssam
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ source "${TESTSSRCDIR}/helpers.sh"

#Need to enable this or genpkey fails because it can't output the private key
sed -e "s/#pkcs11-module-encode-provider-uri-to-pem/pkcs11-module-encode-provider-uri-to-pem = true/" \
-e "s/#pkcs11-module-load-behavior/pkcs11-module-load-behavior = early/" \
"${OPENSSL_CONF}" > "${OPENSSL_CONF}.rsapss_genpkey"
OPENSSL_CONF=${OPENSSL_CONF}.rsapss_genpkey

Expand Down

0 comments on commit 62dc339

Please sign in to comment.