summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2001-11-15make updateRichard Levitte
2001-11-14fix warningBodo Möller
2001-11-10make code a little more similar to what it looked like before the fixesBodo Möller
2001-11-10important SSL 2.0 bugfixesBodo Möller
2001-10-29Addapt VMS scripts to the newer disk layout system ODS-5, which allows more t...Richard Levitte
2001-10-25Consistency with s2_... and s23_... variants (no real functionalBodo Möller
2001-10-25OopsBodo Möller
2001-10-25Assume TLS 1.0 if ClientHello fragment is too short.Bodo Möller
2001-10-24Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller
2001-10-20In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert ifBodo Möller
2001-10-15Fix ssl3_get_message to handle message fragmentation correctly.Bodo Möller
2001-10-15the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller
2001-09-24commentBodo Möller
2001-09-21bugfix: handle HelloRequest received during handshake correctlyBodo Möller
2001-09-21Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller
2001-09-21Bugfix: correct cleanup after sending a HelloRequestBodo Möller
2001-09-20fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller
2001-09-20Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller
2001-09-14add commentBodo Möller
2001-09-14Increase permissible ClientKeyExchange message length as in mainBodo Möller
2001-08-25Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke
2001-08-21Checked in from the wrong !@#$%^&*() copy...Lutz Jänicke
2001-08-19Alert description strings for TLSv1 and documentation.Lutz Jänicke
2001-08-07Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller
2001-08-07Fix typos (shinagawa@star.zko.dec.com).Lutz Jänicke
2001-07-31Only set the verify callback if there's one to set!Lutz Jänicke
2001-07-30Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke
2001-07-16SSL_get_rfc were documented but not implemented.Richard Levitte
2001-07-15SSL_get_[rw]fd were documented but not implemented.Richard Levitte
2001-06-15pay attention to blocksize before attempting decryptionBodo Möller
2001-06-07Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte
2001-06-01Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller
2001-04-03This change should be suitable as a workaround for the Solaris x86Bodo Möller
2001-03-22backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)Bodo Möller
2001-03-22Avoid compiler warning for NO_DH as in the main trunk.Bodo Möller
2001-03-13A correction from the main trunk that was forgotten.Richard Levitte
2001-03-09Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller
2001-03-08add ssl23_peekBodo Möller
2001-03-05SSLv2 session reuse bugfix from main development branch.Richard Levitte
2001-01-25Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson
2001-01-23For improved compatibility with 'strange' certificates, add someBodo Möller
2000-12-27Get rid of unused error code.Bodo Möller
2000-12-26Finish SSL_peek/SSL_pending fixes.Bodo Möller
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-18Fix another buffer overrun bug (which is not really a bug becauseBodo Möller
2000-12-18Increase wbuf by one byte to fix the bug reported byBodo Möller
2000-12-14typoBodo Möller
2000-12-14The first step towards a SSL_peek fix.Bodo Möller
2000-11-29Store verify_result with sessions to avoid potential security hole.Lutz Jänicke
2000-11-28Disable SSL_peek.Bodo Möller