aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/d1_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* 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