aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a double free in tls1_setup_key_blockMatt Caswell2016-05-191-1/+0
* Fix more URLs mangled by reformatMatt Caswell2015-12-191-1/+1
* Ensure all EVP calls have their returns checked where appropriateMatt Caswell2015-11-201-15/+33
* Sanity check EVP_CTRL_AEAD_TLS_AADMatt Caswell2015-04-301-2/+5
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* Ensure last_write_sequence is saved in DTLS1.2Matt Caswell2015-03-251-4/+4
* 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
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1056/+1097
* 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-221-1/+2
* Clear warnings/errors within TLS_DEBUG code sectionsRichard Levitte2014-12-171-9/+5
* Clear warnings/errors within KSSL_DEBUG code sectionsRichard Levitte2014-12-171-30/+30
* Support TLS_FALLBACK_SCSV.Bodo Moeller2014-10-151-0/+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-301-1/+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
* Enable TLS 1.2 ciphers in DTLS 1.2.Dr. Stephen Henson2013-09-181-1/+1
* Use enc_flags when deciding protocol variations.Dr. Stephen Henson2013-09-181-3/+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
* SSL/TLS record tracing code (backport from HEAD).Dr. Stephen Henson2012-12-261-0/+42
* * ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately inRichard Levitte2012-09-211-1/+1
* Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 andDr. Stephen Henson2012-05-101-0/+2
* ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER [from HEAD].Andy Polyakov2012-03-131-1/+4
* Remove redundant TLS exporter.Ben Laurie2011-12-131-33/+0
* SSL export fixes (from Adam Langley).Ben Laurie2011-12-131-29/+29
* Fix exporter.Ben Laurie2011-12-021-4/+13
* Fix warnings.Ben Laurie2011-12-021-1/+1
* PR: 1794Dr. Stephen Henson2011-11-251-3/+0
* bcmp doesn't exist on all platforms, replace with memcmpDr. Stephen Henson2011-11-211-4/+4
* Add TLS exporter.Ben Laurie2011-11-151-0/+89
* Backport GCM support from HEAD.Dr. Stephen Henson2011-08-041-3/+19
* Back-port TLS AEAD framework [from HEAD].Andy Polyakov2011-07-211-16/+65
* Don't round up partitioned premaster secret length if there is only oneDr. Stephen Henson2011-05-311-0/+2
* add FIPS support to ssl: doesn't do anything on this branch yet as there is n...Dr. Stephen Henson2011-05-191-0/+2
* Backport TLS v1.2 support from HEAD.Dr. Stephen Henson2011-05-111-7/+18
* Add SRP.Ben Laurie2011-03-161-0/+3
* Don't use decryption_failed alert for TLS v1.1 or later.Dr. Stephen Henson2011-01-041-0/+2
* use generalised mac API for SSL key generationDr. Stephen Henson2010-11-241-28/+34