summaryrefslogtreecommitdiff
path: root/ssl/s3_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* Use constants not numbersKurt Cancemi2015-03-051-2/+2
* Make DTLS always act as if read_ahead is set. The actual value of read_aheadMatt Caswell2015-01-271-1/+2
* Re-align some comments after running the reformat script.OpenSSL_1_0_1-post-reformatMatt Caswell2015-01-221-25/+25
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1372/+1352
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-9/+18
* Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson2015-01-081-0/+2
* Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell2014-11-271-2/+1
* RT3060: Limit the number of empty records.Adam Langley2014-08-221-1/+18
* Remove redundant check.Ken Ballou2014-06-271-1/+1
* Additional CVE-2014-0224 protection.Dr. Stephen Henson2014-06-051-1/+1
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-051-0/+9
* Fixed Windows compilation failureMatt Caswell2014-05-271-0/+1
* Allow the maximum value.Ben Laurie2014-05-191-1/+1
* Fix signed/unsigned warning.Ben Laurie2014-05-191-3/+4
* Fixed NULL pointer dereference. See PR#3321Matt Caswell2014-05-121-3/+4
* safety check to ensure we dont send out beyond the users bufferTim Hudson2014-05-111-0/+16
* Fix use after free.Ben Laurie2014-04-231-1/+1
* Don't change version number if session establishedDr. Stephen Henson2014-01-021-1/+1
* Check EVP errors for handshake digests.Dr. Stephen Henson2013-12-181-1/+7
* ssl/[d1|s3]_pkt.c: harmomize orig_len handling.Andy Polyakov2013-02-071-1/+3
* Fix error codes.Dr. Stephen Henson2013-02-041-1/+1
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-011-6/+6
* Update DTLS code to match CBC decoding in TLS.Ben Laurie2013-01-281-10/+7
* Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie2013-01-281-0/+5
* Make CBC decoding constant time.Ben Laurie2013-01-281-38/+38
* Add and use a constant-time memcmp.Ben Laurie2013-01-281-1/+1
* Reduce version skew.Ben Laurie2012-06-081-1/+1
* PR: 2811Dr. Stephen Henson2012-05-111-0/+1
* Partial workaround for PR#2771.Dr. Stephen Henson2012-04-171-1/+8
* e_aes_cbc_hmac_sha1.c: handle zero-length payload and engage empty fragAndy Polyakov2012-04-151-2/+6
* PR: 2658Dr. Stephen Henson2011-12-311-0/+13
* Fix DTLS.Ben Laurie2011-12-201-4/+0
* Add Next Protocol Negotiation.Ben Laurie2011-11-131-0/+4
* make sure eivlen is initialisedDr. Stephen Henson2011-09-241-0/+2
* Backport GCM support from HEAD.Dr. Stephen Henson2011-08-041-5/+11
* PR: 2533Dr. Stephen Henson2011-05-251-2/+4
* Backport TLS v1.2 support from HEAD.Dr. Stephen Henson2011-05-111-1/+3
* Add SRP.Ben Laurie2011-03-161-0/+4
* Only use explicit IV if cipher is in CBC mode.Dr. Stephen Henson2010-11-141-1/+2
* oops, revert previous patchDr. Stephen Henson2010-08-271-0/+1
* PR: 1833Dr. Stephen Henson2010-08-271-1/+0
* PR: 1833Dr. Stephen Henson2010-08-261-0/+1
* Backport TLS v1.1 support from HEAD, ssl/ changesDr. Stephen Henson2010-06-271-5/+24
* Fix for "Record of death" vulnerability CVE-2010-0740.Bodo Möller2010-03-251-3/+3
* Send no_renegotiation alert as required by spec.Dr. Stephen Henson2009-12-081-1/+34
* Stop warning of signed/unsigned compare.Dr. Stephen Henson2009-07-141-2/+2
* PR: 1984Dr. Stephen Henson2009-07-131-8/+24
* PR: 1751Dr. Stephen Henson2009-04-191-3/+4
* PR: 1894Dr. Stephen Henson2009-04-161-2/+1
* Update from 0.9.8-stable.Dr. Stephen Henson2009-04-071-3/+4