Fix warnings: computed value not use, incompatible pointer initialization
[openssl.git] / ssl / d1_pkt.c
2007-06-04 Dr. Stephen HensonUpdate ssl library to support EVP_PKEY MAC API. Include...
2006-11-29 Bodo Möllerfix support for receiving fragmented handshake messages
2006-09-23 Dr. Stephen HensonSubmitted by: Brad Spencer <spencer@jacknife.org>
2006-01-29 Nils Larschadd additional checks + cleanup
2006-01-07 Bodo MöllerThere's no such things as DTLS1_AD_MISSING_HANDSHAKE_ME...
2005-07-26 Richard Levittebytes_to_long_long isn't used anywhere any more, so...
2005-07-26 Richard LevitteI'm reversing this change, as it seems the error is...
2005-07-26 Geoff ThorpeFix 64-bit compilation when PQ_64BIT_IS_INTEGER isn...
2005-06-20 Andy PolyakovFix typo in ssl/d1_pkt.c.
2005-06-20 Andy PolyakovHandle wrap-arounds and revive missing assignment.
2005-06-07 Andy Polyakov"Liberate" dtls from BN dependency. Fix bug in replay...
2005-06-06 Richard LevitteFurther change pq_compat.h to generate the flag macros...
2005-05-30 Richard Levittepqueue and dtls uses 64-bit values. Unfortunately...
2005-04-27 Dr. Stephen HensonLots of Win32 fixes for DTLS.
2005-04-26 Bodo Möllerfix SSLerr stuff for DTLS1 code;
2005-04-26 Dr. Stephen HensonFixes for signed/unsigned warnings and shadows.
2005-04-26 Ben LaurieAdd DTLS support.