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
*
Put the default set of TLSv1.3 ciphersuites in a header file
Matt Caswell
2018-03-14
1
-4
/
+1
*
Split configuration of TLSv1.3 ciphers from older ciphers
Matt Caswell
2018-03-14
6
-105
/
+256
*
Only allow supported_versions in a TLSv1.3 ServerHello
Matt Caswell
2018-03-14
3
-17
/
+20
*
Use the TLSv1.3 record header as AAD
Matt Caswell
2018-03-14
4
-13
/
+47
*
update SRP copyright notice
Tim Hudson
2018-03-13
1
-1
/
+5
*
Fix enable-ssl-trace
Matt Caswell
2018-03-12
1
-4
/
+4
*
Introduce SSL_CTX_set_stateless_cookie_{generate,verify}_cb
Benjamin Saunders
2018-03-12
3
-6
/
+31
*
Session Ticket app data
Todd Short
2018-03-12
7
-66
/
+144
*
Reuse extension_is_relevant() in should_add_extension()
Benjamin Kaduk
2018-03-09
1
-10
/
+12
*
Add SSL/SSL_CTX_use_cert_and_key()
Todd Short
2018-03-09
2
-0
/
+118
*
Give more information in the SSL_stateless return code
Matt Caswell
2018-03-09
3
-3
/
+13
*
Fallback on old style PSK callbacks if the new style ones aren't present
Matt Caswell
2018-03-09
2
-2
/
+107
*
Tolerate TLSv1.3 PSKs that are a different size to the hash size
Matt Caswell
2018-03-09
1
-8
/
+4
*
Duplicate entries ssl_handshake_tbl trace entries...
FdaSilvaYY
2018-03-08
1
-13
/
+17
*
If not sending key_share (no TLSv1.3), return appropriately.
Todd Short
2018-03-05
1
-2
/
+3
*
Fix status_request and SCT extensions
Matt Caswell
2018-03-05
2
-2
/
+14
*
Add X448/Ed448 support to libssl
Matt Caswell
2018-03-05
5
-3
/
+22
*
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
[next]