index
:
delta/openssl-new.git
1.0.2-aead
BRANCH_ASN1
BRANCH_OpenSSL_0_9_8k
BRANCH_VMS_64BIT
BRANCH_WIN64
BRANCH_engine
OpenSSL-engine-0_9_6-stable
OpenSSL-fips-0_9_7-stable
OpenSSL-fips-0_9_8-stable
OpenSSL-fips-1_2-stable
OpenSSL-fips-2_0-dev
OpenSSL-fips-2_0-stable
OpenSSL-fips2-0_9_7-stable
OpenSSL-rfc3820-0_9_7-stable
OpenSSL_0_9_6-stable
OpenSSL_0_9_7-stable
OpenSSL_0_9_8-stable
OpenSSL_0_9_8fg-stable
OpenSSL_1_0_0-stable
OpenSSL_1_0_1-stable
OpenSSL_1_0_2-stable
OpenSSL_1_1_0-stable
OpenSSL_1_1_1-stable
OpenTLS
SSLeay
baserock/OpenSSL_1_0_1g
baserock/OpenSSL_1_0_2-stable
baserock/larswirzenius/morph
baserock/morph
baserock/pedroalvarez/power-port
baserock/ps/proto-web-system
eliminate-ssl-ctrl
master
openssl-3.0
openssl-3.1
rsalz-monolith
rt4526
supplemental-data-api-2
tls1.3-draft-18
tls1.3-draft-19
github.com: openssl/openssl.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssl
/
t1_enc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Clear warnings/errors within TLS_DEBUG code sections
Richard Levitte
2014-12-17
1
-9
/
+5
*
Clear warnings/errors within KSSL_DEBUG code sections
Richard Levitte
2014-12-17
1
-30
/
+30
*
Support TLS_FALLBACK_SCSV.
Bodo Moeller
2014-10-15
1
-0
/
+1
*
Fix compilation with -DSSL_DEBUG -DTLS_DEBUG -DKSSL_DEBUG
yogesh nagarkar
2014-06-28
1
-1
/
+1
*
Use correct digest when exporting keying material.
Dr. Stephen Henson
2014-05-30
1
-1
/
+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-20
1
-6
/
+11
*
Check EVP errors for handshake digests.
Dr. Stephen Henson
2013-12-18
1
-5
/
+6
*
Enable TLS 1.2 ciphers in DTLS 1.2.
Dr. Stephen Henson
2013-09-18
1
-1
/
+1
*
Use enc_flags when deciding protocol variations.
Dr. Stephen Henson
2013-09-18
1
-3
/
+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/TLS record tracing code (backport from HEAD).
Dr. Stephen Henson
2012-12-26
1
-0
/
+42
*
* ssl/t1_enc.c (tls1_change_cipher_state): Stupid bug. Fortunately in
Richard Levitte
2012-09-21
1
-1
/
+1
*
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 [from HEAD].
Andy Polyakov
2012-03-13
1
-1
/
+4
*
Remove redundant TLS exporter.
Ben Laurie
2011-12-13
1
-33
/
+0
*
SSL export fixes (from Adam Langley).
Ben Laurie
2011-12-13
1
-29
/
+29
*
Fix exporter.
Ben Laurie
2011-12-02
1
-4
/
+13
*
Fix warnings.
Ben Laurie
2011-12-02
1
-1
/
+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-15
1
-0
/
+89
*
Backport GCM support from HEAD.
Dr. Stephen Henson
2011-08-04
1
-3
/
+19
*
Back-port TLS AEAD framework [from HEAD].
Andy Polyakov
2011-07-21
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
*
add FIPS support to ssl: doesn't do anything on this branch yet as there is n...
Dr. Stephen Henson
2011-05-19
1
-0
/
+2
*
Backport TLS v1.2 support from HEAD.
Dr. Stephen Henson
2011-05-11
1
-7
/
+18
*
Add SRP.
Ben Laurie
2011-03-16
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 generalised 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
*
no need for empty fragments with TLS 1.1 and later due to explicit IV
Dr. Stephen Henson
2010-06-27
1
-1
/
+2
*
Backport TLS v1.1 support from HEAD, ssl/ changes
Dr. Stephen Henson
2010-06-27
1
-1
/
+28
*
Fix warnings (From HEAD, original patch by Ben).
Dr. Stephen Henson
2010-06-15
1
-10
/
+4
*
PR: 2259
Dr. Stephen Henson
2010-05-17
1
-54
/
+97
*
PR: 1751
Dr. Stephen Henson
2009-04-19
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
*
Make -DKSSL_DEBUG work again.
Dr. Stephen Henson
2008-11-10
1
-19
/
+24
*
Fix unsigned/signed warnings in ssl.
Andy Polyakov
2008-01-05
1
-2
/
+2
[next]