2
0
mirror of https://github.com/openssl/openssl.git synced 2025-03-07 19:38:33 +08:00
openssl/ssl
Dr. Stephen Henson 21a5c040e5 The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDING
ctrl is incorrectly implemented (e.g. some versions of Apache). As a workaround
call both BIO_CTRL_INFO and BIO_CTRL_WPENDING if it returns zero. This should
both address the original bug and retain compatibility with the old behaviour.
2010-01-24 13:54:20 +00:00
..
.cvsignore
bio_ssl.c
d1_both.c PR: 2115 2009-12-01 17:42:15 +00:00
d1_clnt.c Add patch to crypto/evp which didn't apply from PR#2124 2009-12-09 15:01:39 +00:00
d1_enc.c
d1_lib.c PR: 2121 2009-12-08 11:37:40 +00:00
d1_meth.c
d1_pkt.c
d1_srvr.c PR: 2144 2010-01-19 19:11:35 +00:00
dtls1.h Update from 1.0.0-stable 2009-11-12 17:03:10 +00:00
install.com
kssl_lcl.h
kssl.c
kssl.h
Makefile make update 2010-01-15 15:24:19 +00:00
s2_clnt.c
s2_enc.c
s2_lib.c
s2_meth.c
s2_pkt.c
s2_srvr.c
s3_both.c First cut of renegotiation extension. (port to HEAD) 2009-11-09 19:03:34 +00:00
s3_clnt.c Missing commit from change ofr compress_meth to unsigned 2010-01-06 17:35:27 +00:00
s3_enc.c
s3_lib.c
s3_meth.c
s3_pkt.c Add patch to crypto/evp which didn't apply from PR#2124 2009-12-09 15:01:39 +00:00
s3_srvr.c The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDING 2010-01-24 13:54:20 +00:00
s23_clnt.c return v1.1 methods for client/server 2009-12-28 00:31:16 +00:00
s23_lib.c
s23_meth.c return v1.1 methods for client/server 2009-12-28 00:31:16 +00:00
s23_pkt.c
s23_srvr.c Fix version handling so it can cope with a major version >3. 2010-01-13 19:08:02 +00:00
ssl2.h
ssl3.h oops 2010-01-20 17:59:53 +00:00
ssl23.h
ssl_algs.c The use of NIDs in the password based encryption table can result in 2010-01-19 19:56:06 +00:00
ssl_asn1.c
ssl_cert.c
ssl_ciph.c
ssl_err2.c
ssl_err.c Updates to conform with draft-ietf-tls-renegotiation-03.txt: 2010-01-06 17:37:09 +00:00
ssl_lib.c Simplify RI+SCSV logic: 2010-01-07 19:04:52 +00:00
ssl_locl.h PR: 2121 2009-12-08 11:37:40 +00:00
ssl_rsa.c
ssl_sess.c Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00
ssl_stat.c PR: 2133 2010-01-16 19:20:52 +00:00
ssl_task.c
ssl_txt.c Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00
ssl-lib.com
ssl.h Updates to conform with draft-ietf-tls-renegotiation-03.txt: 2010-01-06 17:37:09 +00:00
ssltest.c PR: 2125 2010-01-14 17:51:29 +00:00
t1_clnt.c Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00
t1_enc.c Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00
t1_lib.c Simplify RI+SCSV logic: 2010-01-07 19:04:52 +00:00
t1_meth.c Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00
t1_reneg.c Update RI to match latest spec. 2009-12-27 22:58:55 +00:00
t1_srvr.c Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00
tls1.h Initial experimental TLSv1.1 support 2009-12-07 13:31:02 +00:00