CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/01/23 03:48:37
Modified files:
lib/libssl : d1_clnt.c ssl_both.c ssl_clnt.c ssl_locl.h
ssl_methods.c ssl_srvr.c
Log message:
Remove the ssl_get_message function pointer from SSL_METHOD_INTERNAL.
ssl_get_message is essentially a switch between ssl3_get_message and
dtls1_get_message, both only used by the legacy stack. Instead, use
SSL_IS_DTLS() in ssl3_get_message to call the DTLS function when
necessary.
ok beck@ inoguchi@ tb@
