index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
/
t1_enc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use correct digest when exporting keying material.
Dr. Stephen Henson
2014-05-31
1
-1
/
+1
*
Fix for non compilation with TLS_DEBUG defined
Matt Caswell
2014-05-25
1
-5
/
+1
*
ssl/t1_enc.c: check EVP_MD_CTX_copy return value.
Andy Polyakov
2014-02-25
1
-1
/
+2
*
ssl/t1_enc.c: optimize PRF (suggested by Intel).
Andy Polyakov
2014-01-03
1
-9
/
+8
*
Fix DTLS retransmission from previous session.
Dr. Stephen Henson
2013-12-21
1
-6
/
+11
*
Check EVP errors for handshake digests.
Dr. Stephen Henson
2013-12-18
1
-5
/
+6
*
Experimental encrypt-then-mac support.
Dr. Stephen Henson
2013-09-08
1
-4
/
+4
*
misspellings fixes by https://github.com/vlajos/misspell_fixer
Veres Lajos
2013-09-05
1
-1
/
+1
*
Enable TLS 1.2 ciphers in DTLS 1.2.
Dr. Stephen Henson
2013-03-28
1
-1
/
+1
*
Typo.
Dr. Stephen Henson
2013-03-19
1
-1
/
+1
*
Use enc_flags when deciding protocol variations.
Dr. Stephen Henson
2013-03-18
1
-3
/
+3
*
ssl/*: revert "remove SSL_RECORD->orig_len" and merge "fix IV".
Andy Polyakov
2013-02-08
1
-7
/
+3
*
ssl/*: remove SSL3_RECORD->orig_len to restore binary compatibility.
Andy Polyakov
2013-02-06
1
-3
/
+7
*
Timing fix mitigation for FIPS mode.
Dr. Stephen Henson
2013-02-06
1
-0
/
+7
*
Update DTLS code to match CBC decoding in TLS.
Ben Laurie
2013-02-06
1
-4
/
+0
*
Don't crash when processing a zero-length, TLS >= 1.1 record.
Ben Laurie
2013-02-06
1
-4
/
+9
*
Make CBC decoding constant time.
Ben Laurie
2013-02-06
1
-76
/
+55
*
* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
Richard Levitte
2012-09-21
1
-1
/
+1
*
New compile time option OPENSSL_SSL_TRACE_CRYPTO, when set this passes
Dr. Stephen Henson
2012-08-29
1
-0
/
+42
*
Sanity check record length before skipping explicit IV in TLS 1.2, 1.1 and
Dr. Stephen Henson
2012-05-10
1
-0
/
+2
*
ssl/t1_enc.c: pay attention to EVP_CIPH_FLAG_CUSTOM_CIPHER.
Andy Polyakov
2012-03-13
1
-1
/
+4
*
SSL export fixes (from Adam Langley) [original from 1.0.1]
Dr. Stephen Henson
2012-02-22
1
-29
/
+29
*
Remove redundant TLS exporter.
Ben Laurie
2011-12-13
1
-25
/
+1
*
PR: 1794
Dr. Stephen Henson
2011-11-25
1
-3
/
+0
*
bcmp doesn't exist on all platforms, replace with memcmp
Dr. Stephen Henson
2011-11-21
1
-4
/
+4
*
Add TLS exporter.
Ben Laurie
2011-11-16
1
-0
/
+89
*
Expand range of ctrls for AES GCM to support retrieval and setting of
Dr. Stephen Henson
2011-08-03
1
-3
/
+19
*
ssl/t1_enc.c: initial support for AEAD ciphers.
Andy Polyakov
2011-07-11
1
-16
/
+65
*
Don't round up partitioned premaster secret length if there is only one
Dr. Stephen Henson
2011-05-31
1
-0
/
+2
*
Implement FIPS_mode and FIPS_mode_set
Dr. Stephen Henson
2011-05-19
1
-0
/
+2
*
Initial TLS v1.2 client support. Include a default supported signature
Dr. Stephen Henson
2011-05-09
1
-0
/
+11
*
Initial incomplete TLS v1.2 support. New ciphersuites added, new version
Dr. Stephen Henson
2011-04-30
1
-7
/
+7
*
Add SRP support.
Ben Laurie
2011-03-12
1
-0
/
+3
*
Don't use decryption_failed alert for TLS v1.1 or later.
Dr. Stephen Henson
2011-01-04
1
-0
/
+2
*
use generalise mac API for SSL key generation
Dr. Stephen Henson
2010-11-24
1
-28
/
+34
*
Only use explicit IV if cipher is in CBC mode.
Dr. Stephen Henson
2010-11-14
1
-2
/
+4
*
PR: 1830
Dr. Stephen Henson
2010-07-18
1
-0
/
+23
*
oops, revert wrong patch..
Dr. Stephen Henson
2010-07-18
1
-23
/
+0
*
Fix warnings (From HEAD, original patch by Ben).
Dr. Stephen Henson
2010-07-18
1
-0
/
+23
*
no need for empty fragments with TLS 1.1 and later due to explicit IV
Dr. Stephen Henson
2010-06-27
1
-1
/
+2
*
Fix warnings.
Ben Laurie
2010-06-12
1
-10
/
+4
*
PR: 2259
Dr. Stephen Henson
2010-05-17
1
-54
/
+97
*
Initial experimental TLSv1.1 support
Dr. Stephen Henson
2009-12-07
1
-1
/
+28
*
Updates from 1.0.0-stable branch.
Dr. Stephen Henson
2009-04-20
1
-2
/
+2
*
Fix warnings properly this time ;-)
Dr. Stephen Henson
2009-01-11
1
-3
/
+3
*
Fix sign-compare warnings.
Dr. Stephen Henson
2009-01-11
1
-1
/
+1
*
Fix compilation with -no-comp by adding some more #ifndef OPENSSL_NO_COMP
Lutz Jänicke
2009-01-05
1
-0
/
+2
*
If we're going to return errors (no matter how stupid), then we should
Ben Laurie
2008-12-29
1
-4
/
+16
*
Handle the unlikely event that BIO_get_mem_data() returns -ve.
Ben Laurie
2008-12-27
1
-4
/
+7
*
Revert the size_t modifications from HEAD that had led to more
Geoff Thorpe
2008-11-12
1
-24
/
+19
[next]