aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedDr. Stephen Henson2011-01-041-1/+2
* PR: 1833Dr. Stephen Henson2010-08-261-0/+2
* Fix warnings.Ben Laurie2010-06-121-5/+0
* PR: 2229Dr. Stephen Henson2010-04-141-16/+11
* PR: 2228Dr. Stephen Henson2010-04-141-0/+3
* PR: 2218Dr. Stephen Henson2010-04-061-6/+6
* PR: 2219Dr. Stephen Henson2010-04-061-1/+1
* Fix unitialized warningsDr. Stephen Henson2009-10-041-1/+1
* PR: 2039Dr. Stephen Henson2009-09-151-2/+9
* PR: 2006Dr. Stephen Henson2009-08-261-59/+8
* PR: 1997Dr. Stephen Henson2009-08-121-5/+2
* PR: 1993Dr. Stephen Henson2009-07-241-1/+1
* Update from 1.0.0-stable.Dr. Stephen Henson2009-07-131-1/+6
* Fix warnings.Dr. Stephen Henson2009-07-041-5/+1
* PR: 1981Dr. Stephen Henson2009-07-041-11/+12
* Update from 1.0.0-stableDr. Stephen Henson2009-07-011-0/+3
* Updates from 1.0.0-stableDr. Stephen Henson2009-06-051-0/+10
* Update from 1.0.0-stableDr. Stephen Henson2009-05-161-0/+4
* Update from 1.0.0-stable.Dr. Stephen Henson2009-05-151-1/+8
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-231-1/+1
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-4/+10
* Updates from 1.0.0-stable.Dr. Stephen Henson2009-04-151-12/+60
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-3/+11
* Reverse incorrect earlier fix.Ben Laurie2008-12-291-7/+2
* Deal with the unlikely event that EVP_MD_CTX_size() returns an error.Ben Laurie2008-12-271-0/+6
* Half of the commit for 0.9.8 as the bitmap handling has changed.Lutz Jänicke2008-10-131-0/+1
* dtls1_write_bytes consumers expect amount of bytes written per call, notAndy Polyakov2008-09-141-1/+1
* DTLS didn't handle alerts correctly.Andy Polyakov2008-09-131-1/+9
* Don't let DTLS ChangeCipherSpec increment handshake sequence number.Andy Polyakov2007-10-171-3/+0
* Basic idea behind explicit IV is to make it unpredictable for attacker.Andy Polyakov2007-09-301-2/+9
* Make ChangeCipherSpec compliant with DTLS RFC4347.Andy Polyakov2007-09-301-36/+28
* Switch to RFC-compliant version encoding in DTLS.Andy Polyakov2007-09-301-1/+1
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-3/+3
* fix support for receiving fragmented handshake messagesBodo Möller2006-11-291-5/+1
* Submitted by: Brad Spencer <spencer@jacknife.org>Dr. Stephen Henson2006-09-231-2/+8
* add additional checks + cleanupNils Larsch2006-01-291-1/+7
* There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.Bodo Möller2006-01-071-2/+7
* bytes_to_long_long isn't used anywhere any more, so let's remove itRichard Levitte2005-07-261-23/+0
* I'm reversing this change, as it seems the error is somewhere else.Richard Levitte2005-07-261-2/+2
* Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.Geoff Thorpe2005-07-261-2/+2
* Fix typo in ssl/d1_pkt.c.Andy Polyakov2005-06-201-2/+2
* Handle wrap-arounds and revive missing assignment.Andy Polyakov2005-06-201-30/+56
* "Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov2005-06-071-124/+72
* Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte2005-06-061-4/+4
* pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte2005-05-301-64/+122
* Lots of Win32 fixes for DTLS.Dr. Stephen Henson2005-04-271-30/+30
* fix SSLerr stuff for DTLS1 code;Bodo Möller2005-04-261-29/+28
* Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson2005-04-261-5/+5
* Add DTLS support.Ben Laurie2005-04-261-0/+1707