aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
Commit message (Expand)AuthorAgeFilesLines
* Consistency with s2_... and s23_... variants (no real functionalBodo Möller2001-10-252-2/+2
* OopsBodo Möller2001-10-251-1/+0
* Assume TLS 1.0 if ClientHello fragment is too short.Bodo Möller2001-10-252-7/+13
* Fix SSL handshake functions and SSL_clear() such that SSL_clear()Bodo Möller2001-10-247-7/+7
* In ssl3_get_client_hello (ssl/s3_srvr.c), generate a fatal alert ifBodo Möller2001-10-204-3/+134
* Fix ssl3_get_message to handle message fragmentation correctly.Bodo Möller2001-10-151-0/+1
* the previous commit accidentily removed 'ret = 1' from the SSL_ST_OKBodo Möller2001-10-151-0/+1
* commentBodo Möller2001-09-242-2/+4
* bugfix: handle HelloRequest received during handshake correctlyBodo Möller2001-09-211-0/+4
* Disable session related stuff in SSL_ST_OK case of ssl3_accept if weBodo Möller2001-09-212-10/+19
* Bugfix: correct cleanup after sending a HelloRequestBodo Möller2001-09-211-3/+1
* fix ssl3_accept: don't call ssl_init_wbio_buffer() in HelloRequest caseBodo Möller2001-09-201-5/+60
* Fix ssl/s3_enc.c, ssl/t1_enc.c and ssl/s3_pkt.c so that we don'tBodo Möller2001-09-208-35/+67
* add commentBodo Möller2001-09-141-0/+2
* Increase permissible ClientKeyExchange message length as in mainBodo Möller2001-09-141-1/+1
* Allow client certificate lists > 16kB ("Douglas E. Engert" <deengert@anl.gov>.)Lutz Jänicke2001-08-251-1/+5
* Checked in from the wrong !@#$%^&*() copy...Lutz Jänicke2001-08-211-24/+24
* Alert description strings for TLSv1 and documentation.Lutz Jänicke2001-08-191-0/+48
* Bugfix: larger message size in ssl3_get_key_exchange() becauseBodo Möller2001-08-071-1/+7
* Fix typos (shinagawa@star.zko.dec.com).Lutz Jänicke2001-08-071-2/+2
* Only set the verify callback if there's one to set!Lutz Jänicke2001-07-311-1/+2
* Fix inconsistent behaviour with respect to verify_callback handling.Lutz Jänicke2001-07-302-2/+2
* SSL_get_rfc were documented but not implemented.Richard Levitte2001-07-161-1/+1
* SSL_get_[rw]fd were documented but not implemented.Richard Levitte2001-07-152-0/+19
* pay attention to blocksize before attempting decryptionBodo Möller2001-06-152-3/+26
* Use memmove() instead of memcpy() on areas that may overlap.Richard Levitte2001-06-072-2/+2
* Fix Bleichenbacher PKCS #1 1.5 countermeasure.Bodo Möller2001-06-012-3/+26
* This change should be suitable as a workaround for the Solaris x86Bodo Möller2001-04-032-2/+8
* backport the comment (here it's NO_DH, not OPENSSL_NO_DH ...)Bodo Möller2001-03-221-1/+1
* Avoid compiler warning for NO_DH as in the main trunk.Bodo Möller2001-03-221-0/+2
* A correction from the main trunk that was forgotten.Richard Levitte2001-03-131-0/+4
* Consistently use 'void *' for SSL read, peek and write functions.Bodo Möller2001-03-095-11/+11
* add ssl23_peekBodo Möller2001-03-084-15/+33
* SSLv2 session reuse bugfix from main development branch.Richard Levitte2001-03-051-1/+1
* Zero the premaster secret after deriving the master secret in DHDr. Stephen Henson2001-01-251-0/+1
* For improved compatibility with 'strange' certificates, add someBodo Möller2001-01-231-0/+4
* Get rid of unused error code.Bodo Möller2000-12-272-2/+0
* Finish SSL_peek/SSL_pending fixes.Bodo Möller2000-12-262-7/+1
* Fix SSL_peek and SSL_pending.Bodo Möller2000-12-253-45/+44
* Fix another buffer overrun bug (which is not really a bug becauseBodo Möller2000-12-181-2/+16
* Increase wbuf by one byte to fix the bug reported byBodo Möller2000-12-183-6/+15
* typoBodo Möller2000-12-141-1/+1
* The first step towards a SSL_peek fix.Bodo Möller2000-12-147-53/+203
* Store verify_result with sessions to avoid potential security hole.Lutz Jänicke2000-11-293-0/+3
* Disable SSL_peek.Bodo Möller2000-11-284-0/+16
* Fix from main trunk, 2000-09-26 13:30 bodo:Richard Levitte2000-10-111-0/+3
* Fix from main trunk, 2000-09-26 13:25 bodo:Richard Levitte2000-10-111-1/+1
* Fix from main trunk, 2000-09-25 10:52 levitte:Richard Levitte2000-10-111-1/+2
* Avoid protocol rollback.Bodo Möller2000-09-223-8/+15
* Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>Richard Levitte2000-09-211-0/+4