Skip to content

Commit

Permalink
fixup! Test TLS1.3 connection forcing all ops on token
Browse files Browse the repository at this point in the history
  • Loading branch information
simo5 committed Sep 30, 2024
1 parent a814a72 commit 96cd98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/ttls
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ title PARA "Run test with TLS 1.2 and ECDH"
run_test "$ECPRIURI" "$ECCRTURI" "" "-tls1_2 -cipher ECDHE-ECDSA-AES128-GCM-SHA256 -groups secp256r1"

#Try again forcing all operations on the token
#We need to disable digest operations as OPenSSL depens on context duplication working
#We need to disable digest operations as OpenSSL depends on context duplication working
ORIG_OPENSSL_CONF=${OPENSSL_CONF}
sed -e "s/#MORECONF/alg_section = algorithm_sec\n\n[algorithm_sec]\ndefault_properties = ?provider=pkcs11/" \
-e "s/#pkcs11-module-block-operations/pkcs11-module-block-operations = digest/" \
Expand Down

0 comments on commit 96cd98e

Please sign in to comment.