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
*
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
*
Update state machine to send CCS based on whether we did an HRR
Matt Caswell
2017-12-14
8
-36
/
+51
*
Fix an HRR bug
Matt Caswell
2017-12-14
1
-3
/
+7
*
Merge HRR into ServerHello
Matt Caswell
2017-12-14
7
-204
/
+126
*
Send a CCS after ServerHello in TLSv1.3 if using middlebox compat mode
Matt Caswell
2017-12-14
2
-3
/
+15
*
Send a CCS from a client in an early_data handshake
Matt Caswell
2017-12-14
1
-8
/
+27
*
Send a CCS from the client in a non-early_data handshake
Matt Caswell
2017-12-14
1
-0
/
+6
*
Remove TLSv1.3 specific write transition for ClientHello
Matt Caswell
2017-12-14
1
-4
/
+0
*
Drop CCS messages received in the TLSv1.3 handshake
Matt Caswell
2017-12-14
3
-3
/
+41
*
Send TLSv1.2 as the record version when using TLSv1.3
Matt Caswell
2017-12-14
1
-1
/
+2
*
Implement session id TLSv1.3 middlebox compatibility mode
Matt Caswell
2017-12-14
6
-35
/
+100
*
Update ServerHello to new draft-22 format
Matt Caswell
2017-12-14
10
-98
/
+230
*
Make BIO_METHOD struct definitions consistent
Daniel Bevenius
2017-12-09
1
-1
/
+2
*
Correct minor typo in ssl_locl.h comment
Daniel Bevenius
2017-12-08
1
-1
/
+1
*
Convert the remaining functions in the record layer to use SSLfatal()
Matt Caswell
2017-12-08
5
-26
/
+92
*
Convert dlts1_write_bytes() to use SSLfatal()
Matt Caswell
2017-12-08
1
-15
/
+29
*
More record layer conversions to use SSLfatal()
Matt Caswell
2017-12-08
5
-129
/
+194
*
Convert ssl3_read_bytes() to use SSLfatal()
Matt Caswell
2017-12-08
1
-60
/
+58
*
Update ssl3_get_record() to use SSLfatal()
Matt Caswell
2017-12-08
4
-129
/
+151
*
In OPENSSL_init_ssl(), run the base ssl init before OPENSSL_init_crypto()
Richard Levitte
2017-12-08
1
-3
/
+3
*
Consistent formatting for sizeof(foo)
Rich Salz
2017-12-08
7
-16
/
+16
*
Fix the check_fatal macro
Matt Caswell
2017-12-06
1
-1
/
+1
*
Fix bug in TLSv1.3 PSK processing
Matt Caswell
2017-12-06
1
-5
/
+8
*
Fix some formatting nits
Matt Caswell
2017-12-04
4
-8
/
+9
*
Remove spurious whitespace
Matt Caswell
2017-12-04
1
-1
/
+0
*
Update an error reason code to be ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED
Matt Caswell
2017-12-04
1
-1
/
+1
*
Add some more cleanups
Matt Caswell
2017-12-04
7
-64
/
+66
*
Assert that SSLfatal() only gets called once
Matt Caswell
2017-12-04
2
-1
/
+6
[next]