Add support for DTLSv1.2 version handling.
authorjsing <jsing@openbsd.org>
Wed, 17 Mar 2021 17:22:37 +0000 (17:22 +0000)
committerjsing <jsing@openbsd.org>
Wed, 17 Mar 2021 17:22:37 +0000 (17:22 +0000)
commitad17e628d246a85ce08bdac79bbb40b53db60120
tree6a0cd5b5951f214648d7e4677076edc931f34179
parent470859a3a4ba59190924e015cc628bacd429ab8a
Add support for DTLSv1.2 version handling.

This teaches the version functions that handle protocol versions about
DTLSv1.2 and the SSL_OP_NO_DTLS* options. We effectively convert between
TLS and TLS protocol versions where necessary.

ok inoguchi@ tb@
lib/libssl/ssl_versions.c