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
*
Adjust all accesses to EVP_MD_CTX to use accessor functions.
Richard Levitte
2015-12-07
1
-27
/
+29
*
Remove support for all 40 and 56 bit ciphers.
Kurt Roeckx
2015-12-05
1
-40
/
+2
*
PRF and handshake hash revision.
Dr. Stephen Henson
2015-11-27
1
-46
/
+35
*
Remove unused cert_verify_mac code
Dr. Stephen Henson
2015-11-25
1
-30
/
+0
*
Ensure all EVP calls have their returns checked where appropriate
Matt Caswell
2015-11-20
1
-5
/
+16
*
ccm8 support
Dr. Stephen Henson
2015-08-14
1
-1
/
+5
*
CCM support.
Dr. Stephen Henson
2015-08-14
1
-1
/
+13
*
Tidy up ssl3_digest_cached_records logic.
Dr. Stephen Henson
2015-06-23
1
-17
/
+11
*
Silence Clang warning about unit'd variable
Rich Salz
2015-05-31
1
-1
/
+1
*
clear/cleanse cleanup
Rich Salz
2015-05-30
1
-5
/
+7
*
Remove Kerberos support from libssl
Matt Caswell
2015-05-13
1
-66
/
+1
*
Use safer sizeof variant in malloc
Rich Salz
2015-05-04
1
-1
/
+1
*
free NULL cleanup 11
Rich Salz
2015-05-01
1
-8
/
+4
*
free null cleanup finale
Rich Salz
2015-05-01
1
-4
/
+2
*
free cleanup almost the finale
Rich Salz
2015-04-30
1
-4
/
+1
*
remove malloc casts
Rich Salz
2015-04-28
1
-2
/
+2
*
Code style: space after 'if'
Viktor Dukhovni
2015-04-16
1
-2
/
+2
*
Move read_sequence and write_sequence from s->s3 to s->rlayer
Matt Caswell
2015-03-26
1
-2
/
+2
*
Introduce macro RECORD_LAYER_setup_comp_buffer
Matt Caswell
2015-03-26
1
-2
/
+1
*
Move more SSL3_RECORD oriented functions into ssl3_record.c
Matt Caswell
2015-03-26
1
-291
/
+0
*
Encapsulate s->s3->wrec
Matt Caswell
2015-03-26
1
-2
/
+2
*
Encapsulate s->s3->rrec
Matt Caswell
2015-03-26
1
-6
/
+4
*
Ensure last_write_sequence is saved in DTLS1.2
Matt Caswell
2015-03-25
1
-4
/
+4
*
Fix missing return value checks
Matt Caswell
2015-03-23
1
-1
/
+2
*
Add sanity check to PRF
Matt Caswell
2015-03-17
1
-0
/
+5
*
Cleanse buffers
Matt Caswell
2015-03-11
1
-0
/
+5
*
Fixed missing return value checks.
Matt Caswell
2015-02-27
1
-9
/
+17
*
Missing OPENSSL_free on error path.
Eric Dequin
2015-02-12
1
-0
/
+1
*
dead code cleanup: #if 0 in ssl
Rich Salz
2015-02-06
1
-5
/
+0
*
Remove unused variables.
Dr. Stephen Henson
2015-02-03
1
-6
/
+4
*
Add extms support to master key generation.
Dr. Stephen Henson
2015-02-03
1
-7
/
+38
*
Utility function to retrieve handshake hashes.
Dr. Stephen Henson
2015-02-03
1
-39
/
+10
*
Remove support for opaque-prf
Rich Salz
2015-01-28
1
-16
/
+0
*
Run util/openssl-format-source -v -c .
Matt Caswell
2015-01-22
1
-1051
/
+1091
*
Move more comments that confuse indent
Matt Caswell
2015-01-22
1
-1
/
+2
*
Fix strange formatting by indent
Matt Caswell
2015-01-22
1
-1
/
+2
*
Fix source where indent will not be able to cope
Matt Caswell
2015-01-22
1
-1
/
+2
*
Further comment amendments to preserve formatting prior to source reformat
Matt Caswell
2015-01-06
1
-1
/
+2
*
Clear warnings/errors within TLS_DEBUG code sections
Richard Levitte
2014-12-17
1
-5
/
+5
*
Clear warnings/errors within KSSL_DEBUG code sections
Richard Levitte
2014-12-17
1
-30
/
+30
*
Remove some unnecessary OPENSSL_FIPS references
Dr. Stephen Henson
2014-12-08
1
-2
/
+0
*
Remove SSLv2 support
Kurt Roeckx
2014-12-04
1
-1
/
+0
*
Support TLS_FALLBACK_SCSV.
Bodo Moeller
2014-10-15
1
-0
/
+1
*
RT 1528; misleading debug print, "pre-master" should be "master key"
Rich Salz
2014-07-01
1
-1
/
+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-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
[next]