summaryrefslogtreecommitdiffstats
path: root/ssl/d1_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-11-02Properly handle duplicated messages from the next epochMatt Caswell
2018-03-27Update copyright yearMatt Caswell
2018-01-30Make sure we check an incoming reneg ClientHello in DTLSMatt Caswell
2018-01-09Tolerate DTLS alerts with an incorrect version numberMatt Caswell
2017-12-08Standardize syntax around sizeof(foo)Rich Salz
2017-03-21Fix BAD CCS alert in DTLSMatt Caswell
2016-09-21Don't allow too many consecutive warning alertsMatt Caswell
2016-08-26Fix ubsan 'left shift of negative value -1' error in satsub64be()David Woodhouse
2016-08-26Always use session_ctx when removing a sessionTodd Short
2016-08-22Prevent DTLS Finished message injectionMatt Caswell
2016-08-19Fix DTLS replay protectionMatt Caswell
2016-08-19Fix DTLS unprocessed records bugMatt Caswell
2015-05-22Lost alert in DTLSLubom
2015-03-10Harmonize return values in dtls1_buffer_recordEmilia Kasper
2015-03-05Use constants not numbersKurt Cancemi
2015-01-22Re-align some comments after running the reformat script.OpenSSL_1_0_2-post-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22indent has problems with comments that are on the right hand side of a line.Matt Caswell
2015-01-22Additional comment changes for reformat of 1.0.2Matt Caswell
2015-01-22mark all block comments that need format preserving so thatTim Hudson
2015-01-08A memory leak can occur in dtls1_buffer_record if either of the calls toMatt Caswell
2015-01-08Follow on from CVE-2014-3571. This fixes the code that was the original sourceMatt Caswell
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-06-01Added SSLErr call for internal error in dtls1_buffer_recordMatt Caswell
2014-06-01Delays the queue insertion until after the ssl3_setup_buffers() call due to u...David Ramos
2013-09-18DTLS version usage fixes.Dr. Stephen Henson
2013-09-18DTLS trace support.Dr. Stephen Henson
2013-09-18Dual DTLS version methods.Dr. Stephen Henson
2013-09-18Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson
2013-08-13DTLS message_sequence number wrong in rehandshake ServerHelloMichael Tuexen
2013-08-08DTLS handshake fix.Michael Tuexen
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
2013-02-06Update DTLS code to match CBC decoding in TLS.Ben Laurie
2013-02-06Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie
2013-02-06Add and use a constant-time memcmp.Ben Laurie
2012-03-09PR: 2756Dr. Stephen Henson
2012-01-18Fix for DTLS DoS issue introduced by fix for CVE-2011-4109.Dr. Stephen Henson
2012-01-04Submitted by: Robin Seggelmann <seggelmann@fh-muenster.de>, Michael Tuexen <t...Dr. Stephen Henson
2011-12-31PR: 2658Dr. Stephen Henson
2011-12-25PR: 2535Dr. Stephen Henson
2011-09-01PR: 2573Dr. Stephen Henson
2011-01-04Since DTLS 1.0 is based on TLS 1.1 we should never return a decryption_failedDr. Stephen Henson
2010-08-27oops, revert previous patchDr. Stephen Henson
2010-08-27PR: 1833Dr. Stephen Henson