feat: migrates protocol examples to PSA APIs

This commit is contained in:
Ashish Sharma
2025-12-23 11:07:59 +08:00
committed by Mahavir Jain
parent 6e5715aac4
commit cc0d469048
12 changed files with 22 additions and 46 deletions

View File

@@ -362,7 +362,7 @@ def test_examples_protocol_https_server_tls1_2_only(dut: Dut) -> None:
conn.close()
# Now try with the matching ciphersuite
ssl_context.set_ciphers('DHE-RSA-AES128-SHA256')
ssl_context.set_ciphers('ECDHE-RSA-AES128-SHA256')
conn = http.client.HTTPSConnection(got_ip, got_port, context=ssl_context)
logging.info('Performing SSL handshake with the server')