summaryrefslogtreecommitdiffstats
path: root/ssl/d1_pkt.c
AgeCommit message (Expand)Author
2011-09-01PR: 2573Dr. Stephen Henson
2011-01-04Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedDr. Stephen Henson
2010-08-27oops, revert previous patchDr. Stephen Henson
2010-08-27PR: 1833Dr. Stephen Henson
2010-08-26PR: 1833Dr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2010-04-14PR: 2229Dr. Stephen Henson
2010-04-14PR: 2228Dr. Stephen Henson
2010-04-13Undo the previous change, it was incorrect in this branch.Richard Levitte
2010-04-13Third argument to dtls1_buffer_record is by referenceRichard Levitte
2010-04-06PR: 2218Dr. Stephen Henson
2010-04-06PR: 2219Dr. Stephen Henson
2009-10-04Fix unitialized warningsDr. Stephen Henson
2009-09-15PR: 2039Dr. Stephen Henson
2009-08-26PR: 2006Dr. Stephen Henson
2009-08-12PR: 1997Dr. Stephen Henson
2009-07-24PR: 1993Dr. Stephen Henson
2009-07-13PR: 1984Dr. Stephen Henson
2009-07-04Fix from HEAD.Dr. Stephen Henson
2009-07-04Update from HEAD.Dr. Stephen Henson
2009-07-01PR: 1962Dr. Stephen Henson
2009-06-05PR: 1950Dr. Stephen Henson
2009-05-16PR: 1930Dr. Stephen Henson
2009-05-15PR: 1922Dr. Stephen Henson
2009-04-21Fix warning.Dr. Stephen Henson
2009-04-19PR: 1751Dr. Stephen Henson
2009-04-15PR: 1828Dr. Stephen Henson
2009-04-14PR #1828 reverted: state save/restore incompatible with 1.0.0-stable.Dr. Stephen Henson
2009-04-14PR: 1827Dr. Stephen Henson
2009-04-14PR: 1828Dr. Stephen Henson
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie
2008-12-29Reverse incorrect earlier fix.Ben Laurie
2008-12-27Deal with the unlikely event that EVP_MD_CTX_size() returns an error.Ben Laurie
2008-10-13Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke
2008-09-14dtls1_write_bytes consumers expect amount of bytes written per call, notAndy Polyakov
2008-09-13DTLS didn't handle alerts correctly.Andy Polyakov
2007-10-17Don't let DTLS ChangeCipherSpec increment handshake sequence number.Andy Polyakov
2007-09-30Basic idea behind explicit IV is to make it unpredictable for attacker.Andy Polyakov
2007-09-30Make ChangeCipherSpec compliant with DTLS RFC4347.Andy Polyakov
2007-09-30Switch to RFC-compliant version encoding in DTLS.Andy Polyakov
2007-06-04Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson
2006-11-29fix support for receiving fragmented handshake messagesBodo Möller
2006-09-23Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson
2006-01-29add additional checks + cleanupNils Larsch
2006-01-07There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller
2005-07-26bytes_to_long_long isn't used anywhere any more, so let's remove itRichard Levitte
2005-07-26I'm reversing this change, as it seems the error is somewhere else.Richard Levitte
2005-07-26Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.Geoff Thorpe
2005-06-20Fix typo in ssl/d1_pkt.c.Andy Polyakov
2005-06-20Handle wrap-arounds and revive missing assignment.Andy Polyakov