CVSROOT:        /cvs
Module name:    src
Changes by:     d...@cvs.openbsd.org    2015/07/19 00:31:32

Modified files:
        lib/libssl/src/ssl: s23_clnt.c s23_meth.c s23_srvr.c ssl.h 
                            ssl_locl.h 

Log message:
Add TLS_method, TLS_client_method and TLS_server_method.

Use these instead of SSLv23_*method when you want to make sure TLS is
used.

By default, we disable SSLv3 but it's still possible for the user to
re-enable it.  TLS_*method does not allow SSLv3.

Both BoringSSL and (next version of) OpenSSL have these methods.
However, they have changed the implementation significantly.  We will
as well, but not right now.

Riding the libssl major bump.

ok miod@ bcook@

Reply via email to