summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
AgeCommit message (Expand)Author
2015-03-05Use constants not numbersKurt Cancemi
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_1-post-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-06-27Remove redundant check.Ken Ballou
2014-06-05Additional CVE-2014-0224 protection.Dr. Stephen Henson
2014-06-05Fix for CVE-2014-0224Dr. Stephen Henson
2014-05-27Fixed Windows compilation failureMatt Caswell
2014-05-19Allow the maximum value.Ben Laurie
2014-05-19Fix signed/unsigned warning.Ben Laurie
2014-05-12Fixed NULL pointer dereference. See PR#3321Matt 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-01-02Don't change version number if session establishedDr. Stephen Henson
2013-12-18Check EVP errors for handshake digests.Dr. Stephen Henson
2013-02-07ssl/[d1|s3]_pkt.c: harmomize orig_len handling.Andy Polyakov
2013-02-04Fix error codes.Dr. Stephen Henson
2013-02-01ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov
2013-01-28Update DTLS code to match CBC decoding in TLS.Ben Laurie
2013-01-28Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie
2013-01-28Make CBC decoding constant time.Ben Laurie
2013-01-28Add and use a constant-time memcmp.Ben Laurie
2012-06-08Reduce version skew.Ben Laurie
2012-05-11PR: 2811Dr. Stephen Henson
2012-04-17Partial workaround for PR#2771.Dr. Stephen Henson
2012-04-15e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty fragAndy Polyakov
2011-12-31PR: 2658Dr. Stephen Henson
2011-12-20Fix DTLS.Ben Laurie
2011-11-13Add Next Protocol Negotiation.Ben Laurie
2011-09-24make sure eivlen is initialisedDr. Stephen Henson
2011-08-04Backport GCM support from HEAD.Dr. Stephen Henson
2011-05-25PR: 2533Dr. Stephen Henson
2011-05-11Backport TLS v1.2 support from HEAD.Dr. Stephen Henson
2011-03-16Add SRP.Ben Laurie
2010-11-14Only use explicit IV if cipher is in CBC mode.Dr. Stephen Henson
2010-08-27oops, revert previous patchDr. Stephen Henson
2010-08-27PR: 1833Dr. Stephen Henson
2010-08-26PR: 1833Dr. Stephen Henson
2010-06-27Backport TLS v1.1 support from HEAD, ssl/ changesDr. Stephen Henson
2010-03-25Fix for "Record of death" vulnerability CVE-2010-0740.Bodo Möller
2009-12-08Send no_renegotiation alert as required by spec.Dr. Stephen Henson
2009-07-14Stop warning of signed/unsigned compare.Dr. Stephen Henson
2009-07-13PR: 1984Dr. Stephen Henson
2009-04-19PR: 1751Dr. Stephen Henson
2009-04-16PR: 1894Dr. Stephen Henson
2009-04-07Update from 0.9.8-stable.Dr. Stephen Henson