summaryrefslogtreecommitdiffstats
path: root/ssl/s3_pkt.c
AgeCommit message (Expand)Author
2015-03-26Moved s3_pkt.c, s23_pkt.c and d1_pkt.c into the record layer.Matt Caswell
2015-03-26Split out non record layer functions out of s3_pkt.c and d1_pkt.c intoMatt Caswell
2015-03-26Move SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell
2015-03-26Encapsulate s->s3->wrecMatt Caswell
2015-03-26Encapsulate s->s3->rrecMatt Caswell
2015-03-26Encapsulate access to s->s3->wbufMatt Caswell
2015-03-26Encapsulate SSL3_BUFFER and all access to s->s3->rbuf.Matt Caswell
2015-03-26Create a RECORD_LAYER structure and move read_ahead into it.Matt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-19Multiblock corrupted pointer fixMatt Caswell
2015-03-05Use constants not numbersKurt Cancemi
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-05Live code cleanup; #if 1 removalRich Salz
2015-01-27OPENSSL_NO_XXX cleanup: NO_TLS, NO_TLS1Rich Salz
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.Matt Caswell
2015-01-22Rerun util/openssl-format-source -v -c .master-post-auto-reformatMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-08Fix crash in dtls1_get_record whilst in the listen state where you get twoDr. Stephen Henson
2014-12-30mark all block comments that need format preserving so thatTim Hudson
2014-11-27Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell
2014-08-22RT 3060: amend patchEmilia Kasper
2014-08-08RT 1505: Use SSL3_AL_FATAL not "2"Matthieu Crapet
2014-07-05s3_pkt.c: fix typo.Andy Polyakov
2014-07-05Reduce casting nastiness.Ben Laurie
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-05Fix warnings.Ben Laurie
2014-02-05ssl/s3_pkt.c: move multi-block processing to ssl3_write_bytes.Andy Polyakov
2014-02-05s3_pkt.c: move ssl3_release_write_buffer to ssl3_write_bytes.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-10-08ssl/s3_pkt.c: add initial multi-block encrypt.Andy Polyakov
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-06-13Limit the number of empty records that will be processed consecutivelyAdam Langley
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-02-26Fix error codes.Dr. Stephen Henson
2013-02-08ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov