aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup 11Rich Salz2015-05-011-8/+4
* free null cleanup finaleRich Salz2015-05-011-4/+2
* free cleanup almost the finaleRich Salz2015-04-301-4/+1
* remove malloc castsRich Salz2015-04-281-2/+2
* Code style: space after 'if'Viktor Dukhovni2015-04-161-2/+2
* 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-291/+0
* Encapsulate s->s3->wrecMatt Caswell2015-03-261-2/+2
* Encapsulate s->s3->rrecMatt Caswell2015-03-261-6/+4
* Ensure last_write_sequence is saved in DTLS1.2Matt Caswell2015-03-251-4/+4
* Fix missing return value checksMatt Caswell2015-03-231-1/+2
* Add sanity check to PRFMatt Caswell2015-03-171-0/+5
* Cleanse buffersMatt Caswell2015-03-111-0/+5
* Fixed missing return value checks.Matt Caswell2015-02-271-9/+17
* Missing OPENSSL_free on error path.Eric Dequin2015-02-121-0/+1
* dead code cleanup: #if 0 in sslRich Salz2015-02-061-5/+0
* Remove unused variables.Dr. Stephen Henson2015-02-031-6/+4
* Add extms support to master key generation.Dr. Stephen Henson2015-02-031-7/+38
* Utility function to retrieve handshake hashes.Dr. Stephen Henson2015-02-031-39/+10
* Remove support for opaque-prfRich Salz2015-01-281-16/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1051/+1091
* Move more comments that confuse indentMatt Caswell2015-01-221-1/+2
* Fix strange formatting by indentMatt Caswell2015-01-221-1/+2
* Fix source where indent will not be able to copeMatt Caswell2015-01-221-1/+2
* Further comment amendments to preserve formatting prior to source reformatMatt Caswell2015-01-061-1/+2
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-5/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-30/+30
* Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson2014-12-081-2/+0
* Remove SSLv2 supportKurt Roeckx2014-12-041-1/+0
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+1
* RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz2014-07-011-1/+1
* Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar2014-06-281-1/+1
* Use correct digest when exporting keying material.Dr. Stephen Henson2014-05-311-1/+1
* Fix for non compilation with TLS_DEBUG definedMatt Caswell2014-05-241-5/+1
* ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Andy Polyakov2014-02-251-1/+2
* ssl/t1_enc.c: optimize PRF (suggested by Intel).Andy Polyakov2014-01-031-9/+8
* Fix DTLS retransmission from previous session.Dr. Stephen Henson2013-12-201-6/+11
* Check EVP errors for handshake digests.Dr. Stephen Henson2013-12-181-5/+6
* Experimental encrypt-then-mac support.Dr. Stephen Henson2013-09-081-4/+4
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-1/+1
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-03-281-1/+1
* Typo.Dr. Stephen Henson2013-03-191-1/+1
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-03-181-3/+3
* ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov2013-02-081-7/+3
* ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov2013-02-061-3/+7
* Timing fix mitigation for FIPS mode.Dr. Stephen Henson2013-02-061-0/+7
* 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-4/+9
* Make CBC decoding constant time.Ben Laurie2013-02-061-76/+55