CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/14 10:44:15
Modified files:
lib/libssl : ssl_locl.h ssl_methods.c
Log message:
Mark DTLS methods as DTLS.
Rather than inferring DTLS from the method version, add a field that marks
a method as specifically being DTLS. Have SSL_IS_DTLS condition on this
rather than on version.
ok tb@
