From 96cd98e3473f7646141e32bb31e1bcd1ceea5688 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 30 Sep 2024 10:42:18 -0400 Subject: [PATCH] fixup! Test TLS1.3 connection forcing all ops on token --- tests/ttls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ttls b/tests/ttls index 25575c59..6ec20721 100755 --- a/tests/ttls +++ b/tests/ttls @@ -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/" \