projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add a test for records not on the record boundary
2017-03-07
Matt Caswell
Add a test for records not on the record boundary
commit
|
commitdiff
|
tree
2017-03-07
Matt Caswell
Check TLSv1.3 ServerHello, Finished and KeyUpdates...
commit
|
commitdiff
|
tree
2017-03-07
Matt Caswell
Provide a function to test whether we have unread records...
commit
|
commitdiff
|
tree
2017-03-06
Matt Caswell
Add a test to check that we correctly handle record...
commit
|
commitdiff
|
tree
2017-03-06
Matt Caswell
Tweak the TLSv1.3 record overflow limits
commit
|
commitdiff
|
tree
2017-03-06
Matt Caswell
Fix no-ec
commit
|
commitdiff
|
tree
2017-03-06
Matt Caswell
Fix a test failure with no-tls1_1
commit
|
commitdiff
|
tree
2017-03-06
Matt Caswell
Fix no-psk
commit
|
commitdiff
|
tree
2017-03-04
Matt Caswell
Don't call memcmp with a NULL pointer
commit
|
commitdiff
|
tree
2017-03-04
Matt Caswell
Add a test for TLSv1.3 cookies
commit
|
commitdiff
|
tree
2017-03-04
Matt Caswell
Add basic TLSv1.3 cookie support
commit
|
commitdiff
|
tree
2017-03-04
Matt Caswell
Fix a memory leak on an error path
commit
|
commitdiff
|
tree
2017-03-03
Matt Caswell
Ensure we don't call memcpy with a NULL pointer
commit
|
commitdiff
|
tree
2017-03-03
Matt Caswell
Silence some more clang warnings
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Silence some clang warnings
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
More early data documentation updates following feedback
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Update the API documentation for the latest early data...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Update early data API for writing to unauthenticated...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Rename SSL_write_early() to SSL_write_early_data()
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Rename SSL_read_early() to SSL_read_early_data()
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Updates to the early data documentation
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Updates to s_server and s_client for the latest early_data...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Make SSL_write_early_finish() an internal only function
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add early_data tests
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Various fixes required to allow SSL_write/SSL_read...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Enable the server to call SSL_write() without stopping...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Enable the client to call SSL_read() without stopping...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Introduce a new early_data state in the state machine
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Improve the early data sanity check in SSL_do_handshake()
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add documentation for the new s_client and s_server...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Tighten sanity checks when calling early data functions
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add documentation for the early data functions
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Make SSL_get_early_data_status() take a const
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Make SSL_get_max_early_data() and SSL_CTX_get_max_early_data...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add a SSL_SESSION_get_max_early_data() function
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Don't attempt to write more early_data than we know...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Only accept early_data if the negotiated ALPN is the...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Skip early_data if appropriate after a HelloRetryRequest
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Don't accept early_data if we are going to issue a...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add extra validation parsing the server-to-client early_data...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Remove some TLSv1.3 TODOs that are no longer relevant
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Validate the ticket age for resumed sessions
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Ensure the max_early_data option to s_server can be 0
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Provide a default value for max_early_data
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Check max_early_data against the amount of early data...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Make sure we reset the read sequence when skipping...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Disallow handshake messages in the middle of early_data
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Fix seg fault when sending early_data using CCM ciphersuites
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Get s_client to report on whether early data was accepted...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Implement client side parsing of the early_data extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add a "-early_data" option to s_server
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Fix changing of the cipher state when dealing with...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Construct the server side early_data extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Provide an SSL_read_early() function for reading early...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Change the cipher state when sending early data
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Implement the early data changes required in tls13_change_ci...
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add an option to s_client to send early_data
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Parse the early_data extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Construct the early_data extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Provide functions to write early data
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Parse the ticket_early_data_info extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Teach SSL_trace() about the early_data_info extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add a -max_early_data option to s_server
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Construct the ticket_early_data_info extension
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Use the built in boolean type for CompressionExpected
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Add compression tests
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Fix a compression bug
commit
|
commitdiff
|
tree
2017-03-02
Matt Caswell
Ensure that we never select compression in TLSv1.3
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Fix test_ssl_new when compiled with no-tls1_2 or no...
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Fix sslapitest when compiled with no-tls1_2
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove some commented out code in the tests
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove some commented out code in libssl
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove some commented out code in libcrypto
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove some commented out code in the apps
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove a pointless "#ifndef" from bf_enc.c
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove bf_cbc.c
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove the file r160test.c
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove dead code in bn
commit
|
commitdiff
|
tree
2017-02-28
Matt Caswell
Remove some dead code from libssl
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Fix a merge error
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Updates following review feedback
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Don't use an enum in the return type for a public API...
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add some KeyUpdate tests
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add documentation for SSL_key_update() and SSL_get_key_updat...
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Fix a shadowed global variable warning
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Updates following review feedback
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Limit the number of KeyUpdate messages we can process
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Actually update the keys when a KeyUpdate message is...
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
If we receive an "update_requested" KeyUpdate then...
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add the ability for a server to receive a KeyUpdate...
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add the ability for s_client to send a KeyUpdate message
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add a SSL_get_key_update_type() function
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add the ability for a client to send a KeyUpdate message
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add the ability for a client to receive a KeyUpdate...
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add SSL_trace() support for KeyUpdate messages
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Add a capability to s_server to send KeyUpdate messages
commit
|
commitdiff
|
tree
2017-02-17
Matt Caswell
Provide a function to send a KeyUpdate message
commit
|
commitdiff
|
tree
2017-02-16
Matt Caswell
Fix a mem leak in ssl_test_ctx.c
commit
|
commitdiff
|
tree
2017-02-16
Matt Caswell
Update CHANGES and NEWS for new release
commit
|
commitdiff
|
tree
2017-02-16
Matt Caswell
Remove an OPENSSL_assert() and replace with a soft...
commit
|
commitdiff
|
tree
next