summaryrefslogtreecommitdiffstats
path: root/ssl
AgeCommit message (Expand)Author
2002-09-26fix more race conditionsBodo Möller
2002-09-25Add missing brackets.Lutz Jänicke
2002-09-25really fix race conditionsBodo Möller
2002-09-23really fix race conditionBodo Möller
2002-09-20there is no minimum length for session IDsBodo Möller
2002-09-19there is no minimum length for session IDsBodo Möller
2002-09-19fix race conditionBodo Möller
2002-08-16Reorder cleanup sequence in SSL_CTX_free() to leave ex_data for remove_cb().Lutz Jänicke
2002-08-15use correct function code in error messageBodo Möller
2002-08-15Sometimes, the value of the variable containing the compiler call canRichard Levitte
2002-08-14Instead of returning errors when certain flags are unusable, just ignore them.Richard Levitte
2002-08-14Small syntax error corrected. Fortunately, this one only issues aRichard Levitte
2002-08-02get rid of OpenSSLDieBodo Möller
2002-07-30OpenSSL Security Advisory [30 July 2002]Lutz Jänicke
2002-07-30"make update"Lutz Jänicke
2002-07-19'SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION' does not belong here,Bodo Möller
2002-07-10Ciphers with NULL encryption were not properly handled because they wereLutz Jänicke
2002-07-09emtpy fragments are not necessary for SSL_eNULLBodo Möller
2002-06-14New option SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS for disabling CBCBodo Möller
2002-06-13make updateRichard Levitte
2002-05-23Recover from errorsRichard Levitte
2002-05-06fix warningBodo Möller
2002-05-05fix castsBodo Möller
2002-05-02Win32 VC++ warning fixes.Dr. Stephen Henson
2002-04-29Fix unsigned vs. signed clashRichard Levitte
2002-04-18Make sure the opened directory is closed on exit.Richard Levitte
2002-04-14improve binary compatibilityBodo Möller
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-03-19Map new X509 verification errors to alert codes (Tom Wu <tom@arcot.com>).Lutz Jänicke
2002-03-15fix ssl3_pendingBodo Möller
2002-03-14Add missing strength entries.Lutz Jänicke
2002-03-14use BIO_nwrite() more properly to demonstrate the general idea ofBodo Möller
2002-02-27Fix the fix (Yoram Zahavi)...Lutz Jänicke
2002-02-26Make sure to remove bad sessions in SSL_clear() (found by Yoram Zahavi).Lutz Jänicke
2002-02-26make updateRichard Levitte
2002-02-10Backport from 0.9.7:Lutz Jänicke
2002-01-14Bugfix: In ssl3_accept, don't use a local variable 'got_new_session'Bodo Möller
2002-01-14Return -1 from ssl3_get_server_done (ssl3/s3_clnt.c) ifBodo Möller
2001-12-28ssl3_read_bytes bug fixUlf Möller
2001-12-20make updateRichard Levitte
2001-12-17remove redundant ERR_load_... declarationsBodo Möller
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