Backport of 5b8fa43 and remove resolved TODO: see PR#3924.
[openssl.git] / ssl / s3_pkt.c
2017-05-26 Todd ShortFix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION...
2017-04-11 Rich SalzAdditional check to handle BAD SSL_write retry
2017-02-06 Bernd EdlingerCombined patch for the more or less obvious issues
2016-11-21 Kurt RoeckxMake SSL_read and SSL_write return the old behaviour...
2016-11-02 Matt CaswellFail if an unrecognised record type is received
2016-10-28 Matt CaswellA zero return from BIO_read/BIO_write() could be retryable
2016-09-21 Matt CaswellDon't allow too many consecutive warning alerts
2016-09-15 Matt CaswellRevert "Abort on unrecognised warning alerts"
2016-09-13 Matt CaswellAbort on unrecognised warning alerts
2016-08-26 Todd ShortAlways use session_ctx when removing a session
2015-07-30 Matt CaswellFix write failure handling in DTLS1.2
2015-05-25 Matt CaswellDon't send an alert if we've just received one
2015-04-16 Viktor DukhovniCode style: space after 'if'
2015-03-19 Matt CaswellMultiblock corrupted pointer fix
2015-03-05 Kurt CancemiUse constants not numbers
2015-03-05 Matt CaswellUnchecked malloc fixes
2015-01-27 Matt CaswellMake DTLS always act as if read_ahead is set. The actua...
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . OpenSSL_1_0_2-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Tim Hudsonmark all block comments that need format preserving...
2015-01-08 Dr. Stephen HensonFix crash in dtls1_get_record whilst in the listen...
2014-11-27 Matt CaswellAdd checks to the return value of EVP_Cipher to prevent...
2014-08-22 Adam LangleyRT3060: Limit the number of empty records.
2014-07-05 Andy Polyakovs3_pkt.c: fix typo.
2014-06-27 Ken BallouRemove redundant check.
2014-06-22 Matt CaswellFixed Windows compilation failure
2014-06-17 Felix Laurie von... Fix signed/unsigned comparisons.
2014-06-12 Matt CaswellAdded OPENSSL_assert check as per PR#3377 reported...
2014-06-05 Dr. Stephen HensonFix for CVE-2014-0224
2014-06-05 Dr. Stephen HensonAdditional CVE-2014-0224 protection.
2014-05-11 Matt CaswellFixed NULL pointer dereference. See PR#3321
2014-05-11 Matt CaswellMove length check earlier to ensure we don't go beyond...
2014-05-11 Tim Hudsonsafety check to ensure we dont send out beyond the...
2014-04-23 Ben LaurieFix use after free.
2014-02-14 Andy Polyakovssl/s3_pkt.c: detect RAND_bytes error in multi-block.
2014-02-05 Andy Polyakovssl/s3_pkt.c: add multi-block processing [from master].
2014-01-02 Dr. Stephen HensonDon't change version number if session established
2013-12-18 Dr. Stephen HensonCheck EVP errors for handshake digests.
2013-10-05 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into pre-aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-04 Ben LaurieMerge branch 'OpenSSL_1_0_2-stable' into agl-1.0.2aead
2013-10-01 Adam Langleychacha20poly1305
2013-10-01 Adam LangleyAEAD support in ssl/
2013-10-01 Ben LaurieMerge remote-tracking branch 'agl/1.0.2alpn' into agl...
2013-09-18 Dr. Stephen HensonUse enc_flags when deciding protocol variations.
2013-02-26 Dr. Stephen HensonFix error codes.
2013-02-08 Andy Polyakovssl/[d1|s3]_pkt.c: harmomize orig_len handling.
2013-02-06 Andy Polyakovssl/*: remove SSL3_RECORD->orig_len to restore binary...
2013-02-06 Ben LaurieUpdate DTLS code to match CBC decoding in TLS.
2013-02-06 Ben LaurieDon't crash when processing a zero-length, TLS >= 1...
2013-02-06 Ben LaurieMake CBC decoding constant time.
2013-02-06 Ben LaurieAdd and use a constant-time memcmp.
2012-12-26 Dr. Stephen HensonSSL/TLS record tracing code (backport from HEAD).
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-05-11 Dr. Stephen HensonPR: 2811
2012-04-17 Dr. Stephen HensonPartial workaround for PR#2771.
2012-04-15 Andy Polyakove_aes_cbc_hmac_sha1.c: handle zero-length payload and...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-12-31 Dr. Stephen HensonPR: 2658
2011-12-20 Ben LaurieFix DTLS.
2011-11-13 Ben LaurieAdd Next Protocol Negotiation.
2011-09-24 Dr. Stephen Hensonmake sure eivlen is initialised
2011-08-04 Dr. Stephen HensonBackport GCM support from HEAD.
2011-05-25 Dr. Stephen HensonPR: 2533
2011-05-11 Dr. Stephen HensonBackport TLS v1.2 support from HEAD.
2011-03-16 Ben LaurieAdd SRP.
2010-11-14 Dr. Stephen HensonOnly use explicit IV if cipher is in CBC mode.
2010-08-27 Dr. Stephen Hensonoops, revert previous patch
2010-08-27 Dr. Stephen HensonPR: 1833
2010-08-26 Dr. Stephen HensonPR: 1833
2010-06-27 Dr. Stephen HensonBackport TLS v1.1 support from HEAD, ssl/ changes
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-03-25 Bodo MöllerFix for "Record of death" vulnerability CVE-2010-0740.
2009-12-08 Dr. Stephen HensonSend no_renegotiation alert as required by spec.
2009-07-14 Dr. Stephen HensonStop warning of signed/unsigned compare.
2009-07-13 Dr. Stephen HensonPR: 1984
2009-04-19 Dr. Stephen HensonPR: 1751
2009-04-16 Dr. Stephen HensonPR: 1894
2009-04-07 Dr. Stephen HensonUpdate from 0.9.8-stable.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-01-28 Richard LevitteHopefully resolve signed vs unsigned issue.
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-12-29 Ben LaurieMake sure a bad parameter to RSA_verify_PKCS1_PSS(...
2008-10-13 Lutz JänickeRemove the DTLS1_BAD_VER thing from 0.9.9-dev. It is...
2008-10-10 Lutz JänickeWhen the underlying BIO_write() fails to send a datagra...
2008-08-13 Bodo Möllersanity check
2008-08-04 Bodo MöllerFix error codes for memory-saving patch.
2008-06-03 Ben LaurieMemory saving patch.
2007-09-07 Dr. Stephen HensonFix warnings: computed value not use, incompatible...
2007-08-31 Dr. Stephen HensonUpdate ssl code to support digests other than MD5+SHA1...
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-10-20 Andy PolyakovAlign data payload for better performance.
2005-10-08 Dr. Stephen HensonNew option SSL_OP_NO_COMP to disable compression. New...
2005-09-30 Dr. Stephen HensonMake OPENSSL_NO_COMP compile again.
2005-05-09 Bodo MöllerUpdate util/ck_errf.pl script, and have it run automati...
2005-05-03 Nils Larschbackport fix from the stable branch
2005-04-26 Ben LaurieAdd DTLS support.
2004-05-15 Dr. Stephen HensonFixes so alerts are sent properly in s3_pkt.c
next