index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ssl
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure that exporting keying material is allowed
Tatsuhiro Tsujikawa
2018-02-03
3
-1
/
+12
*
Remove generation of exporter master secret on client application traffic
Tatsuhiro Tsujikawa
2018-02-03
1
-10
/
+0
*
Generate exporter_master_secret after server Finished
Tatsuhiro Tsujikawa
2018-02-03
1
-3
/
+12
*
Fix some minor code nits
Todd Short
2018-02-01
2
-6
/
+8
*
Free pha_dgst in SSL_clear()
Todd Short
2018-02-01
1
-0
/
+3
*
Add TLSv1.3 post-handshake authentication (PHA)
Todd Short
2018-02-01
13
-53
/
+443
*
Fix some instances of the wrong alert type being sent
Matt Caswell
2018-02-01
2
-4
/
+9
*
Move decisions about whether to accept reneg into the state machine
Matt Caswell
2018-01-30
3
-46
/
+26
*
Add RAND_DRBG_bytes
Kurt Roeckx
2018-01-29
1
-2
/
+4
*
Fix ssl-trace with TLS 1.3 draft-23 PSS sigalgs
Benjamin Kaduk
2018-01-26
1
-3
/
+6
*
Fix uninitialized read in sigalg parsing code
Benjamin Kaduk
2018-01-26
1
-1
/
+1
*
Add support for the TLS 1.3 signature_algorithms_cert extension
Benjamin Kaduk
2018-01-25
8
-50
/
+121
*
Propagate TLS 1.3 sigalgs through tls1_set_sigalgs()
Benjamin Kaduk
2018-01-25
2
-14
/
+57
*
Add TLS 1.3 draft-23 PSS signature algorithms
Benjamin Kaduk
2018-01-25
2
-9
/
+24
*
Updates following review of SSL_stateless() code
Matt Caswell
2018-01-24
2
-9
/
+9
*
Add a timestamp to the cookie
Matt Caswell
2018-01-24
1
-4
/
+14
*
Don't send unexpected_message if we receive CCS while stateless
Matt Caswell
2018-01-24
1
-0
/
+11
*
Fix the cookie/key_share extensions for use with SSL_stateless()
Matt Caswell
2018-01-24
1
-21
/
+30
*
Fix the SSL_stateless() return code
Matt Caswell
2018-01-24
1
-3
/
+3
*
Fix interaction between SSL_stateless() and SSL_clear()
Matt Caswell
2018-01-24
2
-1
/
+6
*
Fix logic around when to send an HRR based on cookies
Matt Caswell
2018-01-24
5
-66
/
+127
*
Add the SSL_stateless() function
Matt Caswell
2018-01-24
1
-0
/
+17
*
Add support for sending TLSv1.3 cookies
Matt Caswell
2018-01-24
9
-13
/
+424
*
Move fprintf after assignment to avoid crash.
Rich Salz
2018-01-22
1
-3
/
+4
*
Copyright update of more files that have changed this year
Richard Levitte
2018-01-19
4
-4
/
+4
*
Make data argument const in SSL_dane_tlsa_add
Patrick Schlangen
2018-01-10
1
-2
/
+2
*
Tolerate DTLS alerts with an incorrect version number
Matt Caswell
2018-01-09
1
-2
/
+5
*
Update copyright years on all files merged since Jan 1st 2018
Richard Levitte
2018-01-09
4
-4
/
+4
*
Avoid only exact duplicates when creating the accepted CA names list
Tomas Mraz
2018-01-08
1
-4
/
+23
*
Use the index that matches the key type (either SSL_PKEY_RSA_PSS_SIGN or SSL_...
Noah Robbin
2018-01-08
1
-4
/
+23
*
Use size of server key when selecting signature algorithm.
Noah Robbin
2018-01-08
1
-0
/
+34
*
Stop using unimplemented cipher classes.
Bernd Edlinger
2018-01-06
1
-4
/
+0
*
Permit the "supported_groups" extension in ServerHellos
Benjamin Kaduk
2018-01-03
1
-1
/
+27
*
Fix trace of TLSv1.3 Certificate Request message
Matt Caswell
2018-01-02
1
-0
/
+4
*
Fix minor 'the the' typos
Daniel Bevenius
2018-01-02
1
-1
/
+1
*
Disable partial writes for early data
Matt Caswell
2017-12-28
1
-4
/
+9
*
Don't flush the ClientHello if we're going to send early data
Matt Caswell
2017-12-28
7
-19
/
+32
*
Alternate fix for ../test/recipes/80-test_ssl_old.t with no-ec
Bernd Edlinger
2017-12-27
2
-35
/
+1
*
Remove outdated comments
Paul Yang
2017-12-26
1
-5
/
+0
*
Add master DRBG for reseeding
Dr. Matthias St. Pierre
2017-12-17
1
-1
/
+1
*
Remove spaces at end of line in ssl/statem
Paul Yang
2017-12-17
4
-4
/
+4
*
Add comments to NULL func ptrs in bio_method_st
Daniel Bevenius
2017-12-17
1
-3
/
+3
*
Fix invalid function type casts.
Bernd Edlinger
2017-12-15
3
-36
/
+88
*
Make sure we treat records written after HRR as TLSv1.3
Matt Caswell
2017-12-14
1
-1
/
+2
*
Issue a CCS from the client if we received an HRR
Matt Caswell
2017-12-14
1
-4
/
+14
*
Fix server side HRR flushing
Matt Caswell
2017-12-14
1
-2
/
+6
*
Delay flush until after CCS with early_data
Matt Caswell
2017-12-14
2
-17
/
+22
*
Ensure CCS sent before early_data has the correct record version
Matt Caswell
2017-12-14
1
-1
/
+3
*
Send supported_versions in an HRR
Matt Caswell
2017-12-14
3
-1
/
+17
*
Make sure supported_versions appears in an HRR too
Matt Caswell
2017-12-14
1
-1
/
+2
[next]