CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/03/17 11:22:37
Modified files:
lib/libssl : ssl_versions.c
Log message:
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@
