CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/09/12 10:10:08
Modified files:
lib/libssl/src/ssl: d1_clnt.c s3_clnt.c s3_lib.c s3_pkt.c
s3_srvr.c ssl_lib.c t1_lib.c
Log message:
Remove most of the SSLv3 version checks and a few TLS v1.0.
We can now assume >= TLS v1.0 since SSL2_VERSION, SSL3_VERSION and
DTLS1_BAD_VER support was removed.
"reads ok" miod@
