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
*
Do not set a nonzero default max_early_data
Benjamin Kaduk
2018-03-01
1
-3
/
+15
*
Tell the ciphers which DRBG to use for generating random bytes.
Kurt Roeckx
2018-02-28
4
-0
/
+4
*
Export keying material using early exporter master secret
Tatsuhiro Tsujikawa
2018-02-26
5
-0
/
+104
*
Remove OSSLzu, and fix the one place that used it.
Rich Salz
2018-02-23
1
-1
/
+1
*
Remove unreachable statement.
Pauli
2018-02-23
1
-1
/
+0
*
Sanity check the ticket length before using key name/IV
Matt Caswell
2018-02-21
1
-6
/
+12
*
The record version for ClientHello2 should be TLS1.2
Matt Caswell
2018-02-19
1
-1
/
+3
*
If s->ctx is NULL then this is an internal error
Matt Caswell
2018-02-15
1
-3
/
+8
*
Ignore an s_client psk in TLSv1.3 if not TLSv1.3 suitable
Matt Caswell
2018-02-14
1
-1
/
+1
*
DRBG: make the derivation function the default for ctr_drbg
Dr. Matthias St. Pierre
2018-02-13
1
-2
/
+1
*
Update copyright year
Matt Caswell
2018-02-13
11
-11
/
+11
*
The function ssl_get_min_max_version() can fail
Matt Caswell
2018-02-12
4
-6
/
+17
*
Don't overestimate the ticket age
Matt Caswell
2018-02-12
1
-0
/
+10
*
Swap the check in ssl3_write_pending to avoid using
Bernd Edlinger
2018-02-09
1
-2
/
+2
*
Don't calculate the Finished MAC twice
Matt Caswell
2018-02-09
4
-40
/
+27
*
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
[next]