aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
Commit message (Expand)AuthorAgeFilesLines
* Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.Matt Caswell2015-03-261-1300/+0
* Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell2015-03-261-116/+2
* Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-348/+0
* Encapsulate s->s3->wrecMatt Caswell2015-03-261-2/+2
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-3/+3
* Encapsulate access to s->s3->wbufMatt Caswell2015-03-261-4/+6
* Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell2015-03-261-7/+16
* Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell2015-03-261-2/+2
* Fix missing return value checksMatt Caswell2015-03-231-1/+4
* Multiblock corrupted pointer fixMatt Caswell2015-03-191-1/+1
* Use constants not numbersKurt Cancemi2015-03-051-2/+2
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+4
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-69/+0
* Live code cleanup; #if 1 removalRich Salz2015-02-051-4/+0
* OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz2015-01-271-2/+0
* 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.Matt Caswell2015-01-221-25/+25
* Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell2015-01-221-4/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1625/+1592
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+1
* Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson2015-01-081-0/+2
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-9/+18
* Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell2014-11-271-2/+1
* RT 3060: amend patchEmilia Kasper2014-08-221-1/+1
* RT 1505: Use SSL3_AL_FATAL not "2"Matthieu Crapet2014-08-081-1/+1
* s3_pkt.c: fix typo.Andy Polyakov2014-07-051-1/+1
* Reduce casting nastiness.Ben Laurie2014-07-051-2/+9
* Remove redundant check.Ken Ballou2014-06-271-1/+1
* Fixed Windows compilation failureMatt Caswell2014-06-221-0/+1
* Fix signed/unsigned comparisons.Felix Laurie von Massenbach2014-06-171-3/+3
* Added OPENSSL_assert check as per PR#3377 reported by Rainer Jung <rainer.jun...Matt Caswell2014-06-121-1/+2
* Fix for CVE-2014-0224Dr. Stephen Henson2014-06-051-0/+9
* Additional CVE-2014-0224 protection.Dr. Stephen Henson2014-06-051-1/+1
* Fixed NULL pointer dereference. See PR#3321Matt Caswell2014-05-121-3/+4
* Move length check earlier to ensure we don't go beyond the end of the user's ...Matt Caswell2014-05-111-14/+15
* safety check to ensure we dont send out beyond the users bufferTim Hudson2014-05-111-0/+15
* Fix use after free.Ben Laurie2014-04-231-1/+1
* ssl/s3_pkt.c: detect RAND_bytes error in multi-block.Andy Polyakov2014-02-141-3/+4
* Fix warnings.Ben Laurie2014-02-051-1/+5
* ssl/s3_pkt.c: move multi-block processing to ssl3_write_bytes.Andy Polyakov2014-02-051-2/+170
* s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.Andy Polyakov2014-02-051-4/+6
* 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/s3_pkt.c: add initial multi-block encrypt.Andy Polyakov2013-10-081-0/+53
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-2/+33
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Limit the number of empty records that will be processed consecutivelyAdam Langley2013-06-131-1/+18
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-6/+6
* Fix error codes.Dr. Stephen Henson2013-02-261-1/+1
* ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov2013-02-081-6/+6