p5-Protocol-HTTP2 icon indicating copy to clipboard operation
p5-Protocol-HTTP2 copied to clipboard

Adapt tests for OpenSSL 3.1

Open OttoHollmann opened this issue 2 years ago • 0 comments

From OpenSSL 3.1.0 protocols SSL 3, TLS 1.0, TLS 1.1, and DTLS 1.0 only work at security level 0. https://www.openssl.org/news/openssl-3.1-notes.html

Therefore, change protocol used in tests from TLSv1 to TLSv1.2.

OttoHollmann avatar May 04 '23 12:05 OttoHollmann