aboutsummaryrefslogtreecommitdiff
path: root/ssl/d1_pkt.c
AgeCommit message (Expand)AuthorFilesLines
2005-07-26bytes_to_long_long isn't used anywhere any more, so let's remove itRichard Levitte1-23/+0
2005-07-26I'm reversing this change, as it seems the error is somewhere else.Richard Levitte1-2/+2
2005-07-26Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.Geoff Thorpe1-2/+2
2005-06-20Fix typo in ssl/d1_pkt.c.Andy Polyakov1-2/+2
2005-06-20Handle wrap-arounds and revive missing assignment.Andy Polyakov1-30/+56
2005-06-07"Liberate" dtls from BN dependency. Fix bug in replay/update.Andy Polyakov1-124/+72
2005-06-06Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERRichard Levitte1-4/+4
2005-05-30pqueue and dtls uses 64-bit values. Unfortunately, OpenSSL doesn'tRichard Levitte1-64/+122
2005-04-27Lots of Win32 fixes for DTLS.Dr. Stephen Henson1-30/+30
2005-04-26fix SSLerr stuff for DTLS1 code;Bodo Möller1-29/+28
2005-04-26Fixes for signed/unsigned warnings and shadows.Dr. Stephen Henson1-5/+5
2005-04-26Add DTLS support.Ben Laurie1-0/+1707