summaryrefslogtreecommitdiff
path: root/ssl/d1_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* PR: 2756steve2012-03-091-9/+3
* Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.steve2012-01-181-10/+7
* Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>, Michael Tuexen <t...steve2012-01-041-10/+16
* PR: 2658steve2011-12-311-0/+13
* PR: 2535steve2011-12-251-15/+108
* PR: 2573steve2011-09-011-9/+11
* Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedsteve2011-01-041-1/+2
* PR: 1833steve2010-08-261-0/+2
* Fix warnings.ben2010-06-121-5/+0
* PR: 2229steve2010-04-141-16/+11
* PR: 2228steve2010-04-141-0/+3
* PR: 2218steve2010-04-061-6/+6
* PR: 2219steve2010-04-061-1/+1
* Fix unitialized warningssteve2009-10-041-1/+1
* PR: 2039steve2009-09-151-2/+9
* PR: 2006steve2009-08-261-59/+8
* PR: 1997steve2009-08-121-5/+2
* PR: 1993steve2009-07-241-1/+1
* Update from 1.0.0-stable.steve2009-07-131-1/+6
* Fix warnings.steve2009-07-041-5/+1
* PR: 1981steve2009-07-041-11/+12
* Update from 1.0.0-stablesteve2009-07-011-0/+3
* Updates from 1.0.0-stablesteve2009-06-051-0/+10
* Update from 1.0.0-stablesteve2009-05-161-0/+4
* Update from 1.0.0-stable.steve2009-05-151-1/+8
* Merge from 1.0.0-stable branch.steve2009-04-231-1/+1
* Updates from 1.0.0-stable branch.steve2009-04-201-4/+10
* Updates from 1.0.0-stable.steve2009-04-151-12/+60
* If we're going to return errors (no matter how stupid), then we shouldben2008-12-291-3/+11
* Reverse incorrect earlier fix.ben2008-12-291-7/+2
* Deal with the unlikely event that EVP_MD_CTX_size() returns an error.ben2008-12-271-0/+6
* Half of the commit for 0.9.8 as the bitmap handling has changed.jaenicke2008-10-131-0/+1
* dtls1_write_bytes consumers expect amount of bytes written per call, notappro2008-09-141-1/+1
* DTLS didn't handle alerts correctly.appro2008-09-131-1/+9
* Don't let DTLS ChangeCipherSpec increment handshake sequence number.appro2007-10-171-3/+0
* Basic idea behind explicit IV is to make it unpredictable for attacker.appro2007-09-301-2/+9
* Make ChangeCipherSpec compliant with DTLS RFC4347.appro2007-09-301-36/+28
* Switch to RFC-compliant version encoding in DTLS.appro2007-09-301-1/+1
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.steve2007-06-041-3/+3
* fix support for receiving fragmented handshake messagesbodo2006-11-291-5/+1
* Submitted by: Brad Spencer <spencer@jacknife.org>steve2006-09-231-2/+8
* add additional checks + cleanupnils2006-01-291-1/+7
* There's no such things as DTLS1_AD_MISSING_HANDSHAKE_MESSAGE.bodo2006-01-071-2/+7
* bytes_to_long_long isn't used anywhere any more, so let's remove itlevitte2005-07-261-23/+0
* I'm reversing this change, as it seems the error is somewhere else.levitte2005-07-261-2/+2
* Fix 64-bit compilation when PQ_64BIT_IS_INTEGER isn't defined.geoff2005-07-261-2/+2
* Fix typo in ssl/d1_pkt.c.appro2005-06-201-2/+2
* Handle wrap-arounds and revive missing assignment.appro2005-06-201-30/+56
* "Liberate" dtls from BN dependency. Fix bug in replay/update.appro2005-06-071-124/+72
* Further change pq_compat.h to generate the flag macros PQ_64BIT_IS_INTEGERlevitte2005-06-061-4/+4