aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/s3_enc.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* free cleanup almost the finaleRich Salz2015-04-301-5/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-3/+3
* Move ssl3_record_sequence_update into record layerMatt Caswell2015-03-261-11/+0
* Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell2015-03-261-2/+2
* Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell2015-03-261-2/+1
* Move more SSL3_RECORD oriented functions into ssl3_record.cMatt Caswell2015-03-261-169/+0
* Encapsulate s->s3->wrecMatt Caswell2015-03-261-2/+2
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-6/+4
* free NULL cleanupRich Salz2015-03-251-2/+1
* Fix missing return value checksMatt Caswell2015-03-231-2/+8
* Cleanse buffersMatt Caswell2015-03-111-0/+1
* More comment realignmentmaster-post-reformatMatt Caswell2015-01-221-7/+8
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-736/+732
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* More commentsMatt Caswell2015-01-221-2/+4
* ssl3_digest_cached_records: check for NULL after allocating s->s3->handshake_...Jonas Maebe2014-12-101-0/+5
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-2/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-2/+0
* Add checks to the return value of EVP_Cipher to prevent silent encryption fai...Matt Caswell2014-11-271-1/+2
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-1/+1
* RT1815: More const'ness improvementsJustin Blanchard2014-08-181-2/+2
* Fixed incorrect return code handling in ssl3_final_finish_mac.Matt Caswell2014-06-131-2/+10
* Revert "Fixed incorrect return code handling in ssl3_final_finish_mac"Matt Caswell2014-06-131-10/+2
* Fixed incorrect return code handling in ssl3_final_finish_macMatt Caswell2014-06-101-2/+10
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-1/+1
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov2013-02-081-6/+2
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-061-2/+6
* Update DTLS code to match CBC decoding in TLS.Ben Laurie2013-02-061-4/+0
* Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie2013-02-061-2/+9
* Make CBC decoding constant time.Ben Laurie2013-02-061-39/+69
* oops, typoDr. Stephen Henson2012-08-281-2/+2
* New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passesDr. Stephen Henson2012-08-281-0/+41
* Clear bytes used for block padding of SSL 3.0 records. (CVE-2011-4576)Dr. Stephen Henson2012-01-041-0/+3
* set FIPS permitted flag before initalising digestDr. Stephen Henson2011-05-311-1/+1
* PR: 2295Dr. Stephen Henson2011-05-201-5/+8
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-0/+9
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-1/+1
* Fix warnings.Ben Laurie2010-06-121-2/+1
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-1/+1
* Updates from 1.0.0-stableDr. Stephen Henson2009-04-061-1/+1
* If we're going to return errors (no matter how stupid), then we shouldBen Laurie2008-12-291-5/+16
* Die earlier if hash is NULL. (Coverity IDs 137 & 138).Ben Laurie2008-12-291-0/+2
* Die earlier if we have no hash function.Ben Laurie2008-12-291-0/+2
* Handle the unlikely event that BIO_get_mem_data() returns -ve.Ben Laurie2008-12-271-27/+39
* Fix warnings: computed value not use, incompatible pointer initializationDr. Stephen Henson2007-09-071-1/+1
* Update ssl code to support digests other than MD5+SHA1 in handshake.Dr. Stephen Henson2007-08-311-19/+87
* Update ssl library to support EVP_PKEY MAC API. Include generic MAC support.Dr. Stephen Henson2007-06-041-8/+8
* Reorganize the data used for SSL ciphersuite pattern matching.Bodo Möller2007-02-171-3/+3