projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Implement support for resumption with a HelloRetryRequest
2017-02-14
Matt Caswell
Implement support for resumption with a HelloRetryRequest
commit
|
commitdiff
|
tree
2017-02-14
Matt Caswell
Add client side support for parsing Hello Retry Request
commit
|
commitdiff
|
tree
2017-02-14
Matt Caswell
Add server side support for creating the Hello Retry...
commit
|
commitdiff
|
tree
2017-02-14
Matt Caswell
Make the context available to the extensions parse...
commit
|
commitdiff
|
tree
2017-02-09
Matt Caswell
Fix a typo in the X509_get0_subject_key_id() documentation
commit
|
commitdiff
|
tree
2017-02-08
Matt Caswell
Fix crash in tls13_enc
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Free up the memory for the NewSessionTicket extensions
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Make sure we free and cleanse the pms value in all...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Expand comment in tls_process_hello_req()
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add a TODO around validating the ticket age
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Various style fixes following review feedback
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Remove unneccessary comments
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Use for loop in WPACKET_fill_lengths instead of do...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Move the SSL3_CK_CIPHERSUITE_FLAG out of public header
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add a test for the PSK kex modes extension
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
If we have no suitable PSK kex modes then don't attempt...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Fix <= TLS1.2 break
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add a test for WPACKET_fill_lengths()
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Enable wpacket test on shared builds
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Make calls to SSL_renegotiate() error out for TLSv1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Make the "ticket" function return codes clearer
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Miscellaneous style tweaks based on feedback received
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Ensure the al variable is properly ininitialised in...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Ensure the age_add variable is properly initialised
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Re-enable resumption for TLS1.3 CT tests
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add testing of TLSv1.3 resumption in test_tls13messages
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add a capability for TLSProxy to wait for a session...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Re-enable test_ssl_new resumption tests for TLSv1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Remove a TLS1.3 TODO that is now completed
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Re-enable TLSv1.3 session resumption related tests...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Update create_ssl_connection() to make sure its gets...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Re-enable ALPN resumption tests where we are using...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Always ensure that session->cipher is set
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Tweak a comment
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Use the correct session resumption mechanism
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Move session version consistency check
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Set the kex modes on the client too.
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Implement server side of PSK extension construction
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Implement Server side of PSK extension parsing
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Make sure we also cleanse the finished key
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Provide a key_share extension finaliser
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add support for client side parsing of the PSK extension
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add support for the age_add field
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Construct the client side psk extension for TLSv1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Provide a new WPACKET function for filling in all the...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Update the s_client -sess_out feature to work for TLSv1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Never send a session id in TLS1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add a TODO around handling of SSL_get_session() and...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Process incoming NewSessionTicket messages on the client...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Create the NewSessionTicket message in TLSv1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Add support for the psk_key_exchange_modes extension
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Move TLSv1.3 Session Ticket processing into the state...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Disable requests for renegotiation in TLSv1.3
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Move state machine knowledge out of the record layer
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
Remove use of the SSL3_FLAGS_NO_RENEGOTIATE_CIPHERS...
commit
|
commitdiff
|
tree
2017-01-30
Matt Caswell
ChangeCipherSpec is not allowed in TLSv1.3
commit
|
commitdiff
|
tree
2017-01-26
Matt Caswell
Update CHANGES and NEWS for new release
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Fix a merge error
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Remove assert from is_partially_overlapping()
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Adjust in and in_len instead of donelen
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Fix the overlapping check for fragmented "Update" operations
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Update evp_test to make sure passing partial block...
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Properly handle a partial block in OCB mode
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Don't use magic numbers in aes_ocb_cipher()
commit
|
commitdiff
|
tree
2017-01-25
Matt Caswell
Fix memory leaks in the Certificate extensions code
commit
|
commitdiff
|
tree
2017-01-24
Matt Caswell
Fix SSL_get0_raw_cipherlist()
commit
|
commitdiff
|
tree
2017-01-23
Matt Caswell
Extend the test_ssl_new renegotiation tests to include...
commit
|
commitdiff
|
tree
2017-01-23
Matt Caswell
Stop server from expecting Certificate message when...
commit
|
commitdiff
|
tree
2017-01-23
Matt Caswell
Stop client from sending Certificate message when not...
commit
|
commitdiff
|
tree
2017-01-23
Matt Caswell
Fix SSL_VERIFY_CLIENT_ONCE
commit
|
commitdiff
|
tree
2017-01-12
Matt Caswell
Fix no-dh builds
commit
|
commitdiff
|
tree
2017-01-11
Matt Caswell
Fix compilation with no-nextprotoneg
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Fix no-ec following sigalgs refactor
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Fix tls1_set_sigalgs() length calculation
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Add some missing sigalgs
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Fix an uninit read picked up by Travis
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Fix a Travis failure
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Add some signature tests
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Teach TLSProxy how to re-encrypt a TLSv1.3 message...
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Extend ServerKeyExchange parsing to work with a signature
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Teach TLSProxy about the CertificateVerify message
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Teach SSL_trace about the new sigalgs
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Add a sigalg test to check we only allow sigalgs we...
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Extend PSS signature support to TLSv1.2
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Fix test_sslversions to know that TLSv1.3 sets record...
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Always use TLSv1.0 for record layer version in TLSv1.3
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Add a TLS1.3 TODO for setting of sig algs
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Add some sig algs tests
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Ignore PKCS1 based sig algs in TLSv1.3
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Verify that the sig algs extension has been sent for...
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Fix client application traffic secret
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Temporarily ignore NewSessionTickets for TLS1.3
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Use the correct size for TLSv1.3 finished keys
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Ensure the record sequence number gets incremented
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Remove some unneeded functions
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Use NIDs instead of the old TLSv1.2 sigalgs hash and...
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Remove a redundant function
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Convert Sigalgs processing to use ints
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Sign CertificateVerify messages using PSS padding
commit
|
commitdiff
|
tree
2017-01-10
Matt Caswell
Make CertificateVerify TLS1.3 aware
commit
|
commitdiff
|
tree
next