CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2015/07/17 19:42:26
Modified files: lib/libssl/src/doc/ssl: SSL_CTX_set_options.3 lib/libssl/src/ssl: s3_srvr.c ssl.h Log message: Remove support for the SSL_OP_TLS_D5_BUG compat hack from SSLeay. This is a 17 year old workaround from SSLeay 0.9.0b. It was for clients that send RSA client key exchange in TLS using SSLv3 format (no length prefix). ok jsing@