CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/09/14 12:25:23
Modified files:
lib/libssl : ssl_sess.c
Log message:
Cleanup and simplify SSL_set_session().
SSL_set_ssl_method() checks to see if the method is already the same, so
we do not need to do this check in three different places. Switch to
dtls1_get_client_method()/tls1_get_client_method() to find the method -
this is a slight change in behaviour, however there is not much point
trying to resume a session on something other than a client.
ok beck@