aboutsummaryrefslogtreecommitdiffstats
path: root/ssl/t1_enc.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* * ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately inRichard Levitte2012-09-211-1/+1
* New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passesDr. Stephen Henson2012-08-281-0/+42
* 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.Andy Polyakov2012-03-131-1/+4
* SSL export fixes (from Adam Langley) [original from 1.0.1]Dr. Stephen Henson2012-02-221-29/+29
* Remove redundant TLS exporter.Ben Laurie2011-12-131-25/+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
* Expand range of ctrls for AES GCM to support retrieval and setting ofDr. Stephen Henson2011-08-031-3/+19
* ssl/t1_enc.c: initial support for AEAD ciphers.Andy Polyakov2011-07-111-16/+65
* Don't round up partitioned premaster secret length if there is only oneDr. Stephen Henson2011-05-311-0/+2
* Implement FIPS_mode and FIPS_mode_setDr. Stephen Henson2011-05-191-0/+2
* Initial TLS v1.2 client support. Include a default supported signatureDr. Stephen Henson2011-05-091-0/+11
* Initial incomplete TLS v1.2 support. New ciphersuites added, new versionDr. Stephen Henson2011-04-291-7/+7
* Add SRP support.Ben Laurie2011-03-121-0/+3
* Don't use decryption_failed alert for TLS v1.1 or later.Dr. Stephen Henson2011-01-041-0/+2
* use generalise mac API for SSL key generationDr. Stephen Henson2010-11-241-28/+34
* Only use explicit IV if cipher is in CBC mode.Dr. Stephen Henson2010-11-141-2/+4
* PR: 1830Dr. Stephen Henson2010-07-181-0/+23
* oops, revert wrong patch..Dr. Stephen Henson2010-07-181-23/+0
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-07-181-0/+23
* no need for empty fragments with TLS 1.1 and later due to explicit IVDr. Stephen Henson2010-06-271-1/+2
* Fix warnings.Ben Laurie2010-06-121-10/+4
* PR: 2259Dr. Stephen Henson2010-05-171-54/+97