CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2014/04/16 09:10:07
Modified files:
lib/libssl/src/ssl: s23_clnt.c s23_srvr.c ssl_asn1.c ssl_lib.c
ssl_locl.h ssl_sess.c ssl_txt.c
Log message:
Kill the bogus "send an SSLv3/TLS hello in SSLv2 format" crap from
the SSLv23_* client code. The server continues to accept it. It
also kills the bits for SSL2 SESSIONs; even when the server gets
an SSLv2-style compat handshake, the session that it creates has
the correct version internally.
ok tedu@ beck@