index
:
openssl
master
openssl
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix out-of-memory condition in conf
Matt Caswell
2017-03-12
1
-0
/
+1
*
Use the new TLSv1.3 certificate_required alert where appropriate
Matt Caswell
2017-03-10
2
-0
/
+2
*
Check TLSv1.3 ServerHello, Finished and KeyUpdates are on record boundary
Matt Caswell
2017-03-07
1
-0
/
+1
*
Tweak the TLSv1.3 record overflow limits
Matt Caswell
2017-03-06
1
-4
/
+7
*
Add basic TLSv1.3 cookie support
Matt Caswell
2017-03-05
2
-0
/
+3
*
Set specific error is we have no valid signature algorithms set
Dr. Stephen Henson
2017-03-03
1
-0
/
+1
*
Rename SSL_write_early() to SSL_write_early_data()
Matt Caswell
2017-03-02
1
-3
/
+3
*
Rename SSL_read_early() to SSL_read_early_data()
Matt Caswell
2017-03-02
1
-5
/
+6
*
Make SSL_write_early_finish() an internal only function
Matt Caswell
2017-03-02
1
-1
/
+0
*
Enable the server to call SSL_write() without stopping the ability to call SS...
Matt Caswell
2017-03-02
1
-2
/
+2
*
Enable the client to call SSL_read() without stopping the ability to call SSL...
Matt Caswell
2017-03-02
1
-1
/
+2
*
Introduce a new early_data state in the state machine
Matt Caswell
2017-03-02
1
-1
/
+2
*
Make SSL_get_early_data_status() take a const
Matt Caswell
2017-03-02
1
-1
/
+1
*
Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data() take a const
Matt Caswell
2017-03-02
1
-2
/
+2
*
Add a SSL_SESSION_get_max_early_data() function
Matt Caswell
2017-03-02
1
-0
/
+1
*
Check max_early_data against the amount of early data we actually receive
Matt Caswell
2017-03-02
1
-0
/
+2
*
Construct the server side early_data extension
Matt Caswell
2017-03-02
1
-0
/
+7
*
Provide an SSL_read_early() function for reading early data
Matt Caswell
2017-03-02
1
-1
/
+9
*
Implement the early data changes required in tls13_change_cipher_state()
Matt Caswell
2017-03-02
1
-6
/
+7
*
Construct the early_data extension
Matt Caswell
2017-03-02
2
-0
/
+2
*
Provide functions to write early data
Matt Caswell
2017-03-02
2
-1
/
+8
*
Parse the ticket_early_data_info extension
Matt Caswell
2017-03-02
1
-0
/
+2
*
Construct the ticket_early_data_info extension
Matt Caswell
2017-03-02
2
-0
/
+7
*
Remove some obsolete/obscure internal define switches:
Emilia Kasper
2017-03-01
2
-908
/
+2
*
Code health: With the VAX C-ism gone, OPENSSL_GLOBAL can be removed too
Richard Levitte
2017-02-28
2
-6
/
+3
*
Code health: Remove another VAX C-ism, globaldef and globalref
Richard Levitte
2017-02-28
1
-13
/
+10
*
Clean up references to FIPS
Emilia Kasper
2017-02-28
1
-5
/
+1
*
Renumber to avoid a error code clash
Richard Levitte
2017-02-27
1
-1
/
+1
*
Initial incomplete TLS 1.3 certificate request support.
Dr. Stephen Henson
2017-02-27
1
-0
/
+1
*
Add a null UI method
Richard Levitte
2017-02-26
1
-0
/
+6
*
Reject compressed point format with TLS 1.3
Dr. Stephen Henson
2017-02-25
1
-0
/
+1
*
Add -Wundef to --strict-warnings options.
Bernd Edlinger
2017-02-24
1
-2
/
+4
*
Fix duplicate error codes
Kurt Roeckx
2017-02-23
1
-3
/
+3
*
Implement SSL_read_ex() and SSL_write_ex() as documented.
Kurt Roeckx
2017-02-23
1
-0
/
+3
*
Add SSL_CTX early callback
Benjamin Kaduk
2017-02-23
1
-0
/
+18
*
Refactor SSL_bytes_to_cipher_list()
Benjamin Kaduk
2017-02-23
1
-3
/
+4
*
Export SSL_bytes_to_cipher_list()
Benjamin Kaduk
2017-02-23
1
-0
/
+4
*
Implementation of the ARIA cipher as described in RFC 5794.
Pauli
2017-02-21
2
-1
/
+130
*
Fix a merge error
Matt Caswell
2017-02-17
1
-1
/
+1
*
Don't use an enum in the return type for a public API function
Matt Caswell
2017-02-17
1
-9
/
+7
*
Limit the number of KeyUpdate messages we can process
Matt Caswell
2017-02-17
1
-0
/
+1
*
Actually update the keys when a KeyUpdate message is sent or received
Matt Caswell
2017-02-17
1
-0
/
+1
*
Add a SSL_get_key_update_type() function
Matt Caswell
2017-02-17
1
-0
/
+1
*
Add the ability for a client to receive a KeyUpdate message
Matt Caswell
2017-02-17
1
-1
/
+5
*
Provide a function to send a KeyUpdate message
Matt Caswell
2017-02-17
2
-1
/
+18
*
Don't change the state of the ETM flags until CCS processing
Matt Caswell
2017-02-16
1
-1
/
+4
*
Fix merge issue
Matt Caswell
2017-02-15
1
-1
/
+1
*
Change tls_choose_sigalg so it can set errors and alerts.
Dr. Stephen Henson
2017-02-15
1
-0
/
+1
*
Add client side support for parsing Hello Retry Request
Matt Caswell
2017-02-14
1
-1
/
+4
*
Add server side support for creating the Hello Retry Request message
Matt Caswell
2017-02-14
2
-1
/
+5
[next]