Add a test for SSL_version(), SSL_get_version() etc
authorMatt Caswell <matt@openssl.org>
Wed, 29 Mar 2023 15:50:49 +0000 (16:50 +0100)
committerPauli <pauli@openssl.org>
Mon, 3 Apr 2023 23:06:31 +0000 (09:06 +1000)
commit843f6e277f2905d95f0c2d0804deb3ea62cef1c1
tree72bdfb48a5bacc431d2ac378d96b82d25b9ac88b
parent50769b15ea76123406b5ccebe85b2402e64e9fc6
Add a test for SSL_version(), SSL_get_version() etc

We also test SSL_is_dtls(), SSL_is_tls() and SSL_is_quic().

Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20650)
test/quicapitest.c
test/sslapitest.c