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
*
Fix tls1_generate_master_secret
Alexey Komnin
2017-06-22
1
-2
/
+2
*
Merge Nokia copyright notice into standard
Rich Salz
2017-06-21
1
-27
/
+1
*
Remove support for OPENSSL_SSL_TRACE_CRYPTO
Matt Caswell
2017-05-08
1
-35
/
+0
*
Use the new TLSv1.3 certificate_required alert where appropriate
Matt Caswell
2017-03-10
1
-0
/
+2
*
Remove some TLSv1.3 TODOs that are no longer relevant
Matt Caswell
2017-03-02
1
-7
/
+1
*
Don't change the state of the ETM flags until CCS processing
Matt Caswell
2017-02-16
1
-3
/
+12
*
Add CCM mode support for TLS 1.3
Dr. Stephen Henson
2017-02-08
1
-2
/
+2
*
Fix EXTMS error introduced by commit 94ed2c6
Matt Caswell
2016-11-23
1
-1
/
+1
*
Fix a typo in a comment
Matt Caswell
2016-11-16
1
-1
/
+1
*
Fixed various style issues in the key_share code
Matt Caswell
2016-11-16
1
-1
/
+1
*
Start using the key_share data to derive the PMS
Matt Caswell
2016-11-16
1
-1
/
+7
*
Ensure SSL_DEBUG works following size_t changes
Matt Caswell
2016-11-04
1
-2
/
+2
*
Fix misc size_t issues causing Windows warnings in 64 bit
Matt Caswell
2016-11-04
1
-10
/
+12
*
Convert some libssl local functions to size_t
Matt Caswell
2016-11-04
1
-11
/
+10
*
Update numerous misc libssl fields to be size_t
Matt Caswell
2016-11-04
1
-1
/
+1
*
Convert master_secret_size code to size_t
Matt Caswell
2016-11-04
1
-14
/
+15
*
Convert various mac_secret_size usage to size_t
Matt Caswell
2016-11-04
1
-2
/
+3
*
Indent ssl/
Emilia Kasper
2016-08-18
1
-13
/
+11
*
spelling fixes, just comments and readme.
klemens
2016-08-06
1
-1
/
+1
*
Spelling... and more spelling
FdaSilvaYY
2016-06-22
1
-1
/
+1
*
Copyright consolidation 01/10
Rich Salz
2016-05-17
1
-107
/
+7
*
Remove #error from include files.
Rich Salz
2016-03-21
1
-3
/
+1
*
Lazily initialise the compression buffer
Matt Caswell
2016-03-07
1
-2
/
+0
*
Refactor ClientHello extension parsing
Emilia Kasper
2016-03-03
1
-0
/
+2
*
GH735: remove unnecessary allocation
J Mohan Rao Arisankala
2016-02-23
1
-6
/
+0
*
Fix {TLS,CIPHER}_DEBUG compiles.
Rich Salz
2016-02-18
1
-1
/
+1
*
Remove outdated DEBUG flags.
Rich Salz
2016-02-18
1
-4
/
+4
*
Implement the use of heap manipulator implementions
Richard Levitte
2016-02-17
1
-2
/
+2
*
Remove /* foo.c */ comments
Rich Salz
2016-01-26
1
-1
/
+0
*
use TLS PRF
Dr. Stephen Henson
2016-01-19
1
-144
/
+44
*
Adapt all EVP_CIPHER_CTX users for it becoming opaque
Richard Levitte
2016-01-12
1
-4
/
+3
*
Fix clang complaints about uninitialised variables.
Richard Levitte
2015-12-07
1
-2
/
+2
*
Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)
Richard Levitte
2015-12-07
1
-7
/
+7
*
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
[next]