]> git.ipfire.org Git - thirdparty/openssl.git/history - ssl/d1_pkt.c
Updates from 1.0.0-stable.
[thirdparty/openssl.git] / ssl / d1_pkt.c
2009-04-15  Dr. Stephen HensonUpdates from 1.0.0-stable.
2008-12-29  Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29  Ben LaurieReverse incorrect earlier fix.
2008-12-27  Ben LaurieDeal with the unlikely event that EVP_MD_CTX_size(...
2008-10-13  Lutz JänickeHalf of the commit for 0.9.8 as the bitmap handling...
2008-09-14  Andy Polyakovdtls1_write_bytes consumers expect amount of bytes...
2008-09-13  Andy PolyakovDTLS didn't handle alerts correctly.
2007-10-17  Andy PolyakovDon't let DTLS ChangeCipherSpec increment handshake...
2007-09-30  Andy PolyakovBasic idea behind explicit IV is to make it unpredictab...
2007-09-30  Andy PolyakovMake ChangeCipherSpec compliant with DTLS RFC4347.
2007-09-30  Andy PolyakovSwitch to RFC-compliant version encoding in DTLS.
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.