summaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
AgeCommit message (Expand)Author
2015-05-01free NULL cleanup 11Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-28remove malloc castsRich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-26Move read_sequence and write_sequence from s->s3 to s->rlayerMatt Caswell
2015-03-26Introduce macro RECORD_LAYER_setup_comp_bufferMatt Caswell
2015-03-26Move more 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-25Ensure last_write_sequence is saved in DTLS1.2Matt Caswell
2015-03-23Fix missing return value checksMatt Caswell
2015-03-17Add sanity check to PRFMatt Caswell
2015-03-11Cleanse buffersMatt Caswell
2015-02-27Fixed missing return value checks.Matt Caswell
2015-02-12Missing OPENSSL_free on error path.Eric Dequin
2015-02-06dead code cleanup: #if 0 in sslRich Salz
2015-02-03Remove unused variables.Dr. Stephen Henson
2015-02-03Add extms support to master key generation.Dr. Stephen Henson
2015-02-03Utility function to retrieve handshake hashes.Dr. Stephen Henson
2015-01-28Remove support for opaque-prfRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22Move more comments that confuse indentMatt Caswell
2015-01-22Fix strange formatting by indentMatt Caswell
2015-01-22Fix source where indent will not be able to copeMatt Caswell
2015-01-06Further comment amendments to preserve formatting prior to source reformatMatt Caswell
2014-12-17Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte
2014-12-17Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte
2014-12-08Remove some unnecessary OPENSSL_FIPS referencesDr. Stephen Henson
2014-12-04Remove SSLv2 supportKurt Roeckx
2014-10-15Support TLS_FALLBACK_SCSV.Bodo Moeller
2014-07-01RT 1528; misleading debug print, "pre-master" should be "master key"Rich Salz
2014-06-28Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUGyogesh nagarkar
2014-05-31Use correct digest when exporting keying material.Dr. Stephen Henson
2014-05-24Fix for non compilation with TLS_DEBUG definedMatt Caswell
2014-02-25ssl/t1_enc.c: check EVP_MD_CTX_copy return value.Andy Polyakov
2014-01-03ssl/t1_enc.c: optimize PRF (suggested by Intel).Andy Polyakov
2013-12-20Fix DTLS retransmission from previous session.Dr. Stephen Henson
2013-12-18Check EVP errors for handshake digests.Dr. Stephen Henson
2013-09-08Experimental encrypt-then-mac support.Dr. Stephen Henson
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
2013-03-28Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson
2013-03-19Typo.Dr. Stephen Henson
2013-03-18Use enc_flags when deciding protocol variations.Dr. Stephen Henson
2013-02-08ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".Andy Polyakov
2013-02-06ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.Andy Polyakov
2013-02-06Timing fix mitigation for FIPS mode.Dr. Stephen Henson
2013-02-06Update DTLS code to match CBC decoding in TLS.Ben Laurie
2013-02-06Don't crash when processing a zero-length, TLS >= 1.1 record.Ben Laurie
2013-02-06Make CBC decoding constant time.Ben Laurie