summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
AgeCommit message (Expand)Author
2019-05-28Update copyright yearRichard Levitte
2019-02-26Go into the error state if a fatal alert is sent or receivedMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-02-09Swap the check in ssl3_write_pending to avoid usingBernd Edlinger
2018-01-30Make sure we check an incoming reneg ClientHello in DTLSMatt Caswell
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-11-07Fix error handling in heartbeat processingBernd Edlinger
2017-05-26Fix inconsistent check of UNSAFE_LEGACY_RENEGOTIATION (1.0.2)Todd Short
2017-04-11Additional check to handle BAD SSL_write retryRich Salz
2017-02-06Combined patch for the more or less obvious issuesBernd Edlinger
2016-11-21Make SSL_read and SSL_write return the old behaviour and document it.Kurt Roeckx
2016-11-02Fail if an unrecognised record type is receivedMatt Caswell
2016-10-28A zero return from BIO_read/BIO_write() could be retryableMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-09-15Revert "Abort on unrecognised warning alerts"Matt Caswell
2016-09-13Abort on unrecognised warning alertsMatt Caswell
2016-08-26Always use session_ctx when removing a sessionTodd Short
2015-07-30Fix write failure handling in DTLS1.2Matt Caswell
2015-05-25Don't send an alert if we've just received oneMatt Caswell
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-19Multiblock corrupted pointer fixMatt Caswell
2015-03-05Use constants not numbersKurt Cancemi
2015-03-05Unchecked malloc fixesMatt Caswell
2015-01-27Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .OpenSSL_1_0_2-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson
2014-11-27Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell
2014-08-22RT3060: Limit the number of empty records.Adam Langley
2014-07-05s3_pkt.c: fix typo.Andy Polyakov
2014-06-27Remove redundant check.Ken Ballou
2014-06-22Fixed Windows compilation failureMatt Caswell
2014-06-17Fix signed/unsigned comparisons.Felix Laurie von Massenbach
2014-06-12Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...Matt Caswell
2014-06-05Fix for CVE-2014-0224Dr. Stephen Henson
2014-06-05Additional CVE-2014-0224 protection.Dr. Stephen Henson
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt Caswell
2014-05-11Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell
2014-05-11safety check to ensure we dont send out beyond the users bufferTim Hudson
2014-04-23Fix use after free.Ben Laurie
2014-02-14ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov
2014-02-05ssl/s3_pkt.c: add multi-block processing [from master].Andy Polyakov
2014-01-02Don't change version number if session establishedDr. Stephen Henson
2013-12-18Check EVP errors for handshake digests.Dr. Stephen Henson
2013-09-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-02-26Fix error codes.Dr. Stephen Henson
2013-02-08ssl/[d1|s3]_pkt.c: harmomize orig_len handling.Andy Polyakov
2013-02-06ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov