CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2020/02/06 09:05:58
Modified files: lib/libssl : ssl_methods.c Log message: Add a workaround to make SSL_set_session() work with TLSv1.3. While we do not currently do session resumption, just return the TLS_client_method() or TLS_server_method() when asked for a method that does TLSv1.3. ok tb@ (who also arrived at the same diff)