summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson
2014-08-22RT3060: Limit the number of empty records.Adam Langley
2014-06-27Remove redundant check.Ken Ballou
2014-06-12Allow the maximum value.Ben Laurie
2014-06-05Fixed Windows compilation failureMatt Caswell
2014-06-03Additional CVE-2014-0224 protection.Dr. Stephen Henson
2014-06-03Fix for CVE-2014-0224Dr. Stephen Henson
2014-05-29Fix signed/unsigned warning.Ben Laurie
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson
2013-02-08ssl/[d1|s3]_pkt.c: harmomize orig_len handling.Andy Polyakov
2013-02-07ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov
2013-02-05Fix error codes.Dr. Stephen Henson
2013-02-05Update DTLS code to match CBC decoding in TLS.Ben Laurie
2013-02-05Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie
2013-02-05Fixups.Ben Laurie
2013-02-05Make CBC decoding constant time.Ben Laurie
2013-02-05Add and use a constant-time memcmp.Ben Laurie
2010-03-24Submitted by: Bodo Moeller and Adam Langley (Google).Dr. Stephen Henson
2010-01-24oops revert test code from previous commitDr. Stephen Henson
2010-01-24The fix for PR#1949 unfortunately broke cases where the BIO_CTRL_WPENDINGDr. Stephen Henson
2009-12-08Send no_renegotiation alert as required by spec.Dr. Stephen Henson
2009-07-13PR: 1984Dr. Stephen Henson
2009-04-07Submitted by: Darryl Miles <darryl-mailinglists@netbauds.net>Dr. Stephen Henson
2008-10-10When the underlying BIO_write() fails to send a datagram, we leave theLutz Jänicke
2008-08-13sanity checkBodo Möller
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller
2005-09-30Update from HEAD.Dr. Stephen Henson
2005-05-09Update util/ck_errf.pl script, and have it run automaticallyBodo Möller
2005-05-03backport fix from the stable branchNils Larsch
2005-04-26Add DTLS support.Ben Laurie
2004-05-15Fixes so alerts are sent properly in s3_pkt.cDr. Stephen Henson
2003-02-19Security fix: Vaudenay timing attack on CBC.Richard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-05-06fix warningBodo Möller
2002-05-05fix castsBodo Möller
2002-04-29Synchronise with 0.9.7-stable.Richard Levitte
2002-04-20Signedness mismatch.Richard Levitte
2002-04-13Implement known-IV countermeasure.Bodo Möller
2002-01-12Prototype info function.Ben Laurie
2001-12-28ssl3_read_bytes bug fixUlf Möller
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-10-16Add per-SSL 'msg_callback' with 'msg_callback_arg'.Bodo 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-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-25Fix SSL_peek and SSL_pending.Bodo Möller
2000-12-14First step towards SSL_peek fix.Bodo Möller
2000-09-12New SSL API mode 'SSL_MODE_AUTO_RETRY', which disables the defaultBodo Möller