openssl/ssl
Bodo Möller 32a76f2c75 New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC
vulnerability workaround (included in SSL_OP_ALL).

PR: #90
2002-06-14 12:19:34 +00:00
..
.cvsignore
bio_ssl.c
install.com
Makefile.ssl make update 2002-06-13 21:57:57 +00:00
s2_clnt.c make code a little more similar to what it looked like before the fixes 2001-11-10 10:43:51 +00:00
s2_enc.c Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don't 2001-09-20 18:34:36 +00:00
s2_lib.c
s2_meth.c
s2_pkt.c important SSL 2.0 bugfixes 2001-11-10 01:15:29 +00:00
s2_srvr.c fix warning 2001-11-14 21:19:47 +00:00
s3_both.c improve binary compatibility 2002-04-14 08:25:41 +00:00
s3_clnt.c Bugfix: In ssl3_accept, don't use a local variable 'got_new_session' 2002-01-14 23:42:47 +00:00
s3_enc.c New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC 2002-06-14 12:19:34 +00:00
s3_lib.c improve binary compatibility 2002-04-14 08:25:41 +00:00
s3_meth.c
s3_pkt.c fix warning 2002-05-06 10:42:56 +00:00
s3_srvr.c Implement known-IV countermeasure. 2002-04-13 22:49:28 +00:00
s23_clnt.c Oops 2001-10-25 08:18:36 +00:00
s23_lib.c add ssl23_peek 2001-03-08 21:53:29 +00:00
s23_meth.c
s23_pkt.c In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert if 2001-10-20 17:52:40 +00:00
s23_srvr.c Assume TLS 1.0 if ClientHello fragment is too short. 2001-10-25 06:06:50 +00:00
ssl-lib.com Recover from errors 2002-05-23 23:33:22 +00:00
ssl.h New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC 2002-06-14 12:19:34 +00:00
ssl2.h important SSL 2.0 bugfixes 2001-11-10 01:15:29 +00:00
ssl3.h improve binary compatibility 2002-04-14 08:25:41 +00:00
ssl23.h
ssl_algs.c
ssl_asn1.c
ssl_cert.c Make sure the opened directory is closed on exit. 2002-04-18 16:20:32 +00:00
ssl_ciph.c
ssl_err.c important SSL 2.0 bugfixes 2001-11-10 01:15:29 +00:00
ssl_err2.c
ssl_lib.c Fix the fix (Yoram Zahavi)... 2002-02-27 11:26:20 +00:00
ssl_locl.h Consistently use 'void *' for SSL read, peek and write functions. 2001-03-09 10:08:06 +00:00
ssl_rsa.c
ssl_sess.c Backport from 0.9.7: 2002-02-10 12:52:57 +00:00
ssl_stat.c Checked in from the wrong !@#$%^&*() copy... 2001-08-21 07:27:47 +00:00
ssl_task.c
ssl_txt.c
ssltest.c Fix unsigned vs. signed clash 2002-04-29 10:30:05 +00:00
t1_clnt.c
t1_enc.c New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBC 2002-06-14 12:19:34 +00:00
t1_lib.c
t1_meth.c
t1_srvr.c
tls1.h