projects
/
openssl.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix SSL_state_string() and SSL_state_string_long()
2017-11-28
Matt Caswell
Fix SSL_state_string() and SSL_state_string_long()
commit
|
commitdiff
|
tree
2017-11-21
Matt Caswell
If a server is not acknowledging SNI then don't reject...
commit
|
commitdiff
|
tree
2017-11-21
Matt Caswell
Provide a more information early_data message in s_server
commit
|
commitdiff
|
tree
2017-11-21
Matt Caswell
Allow a client to send early_data with SNI if the session...
commit
|
commitdiff
|
tree
2017-11-21
Matt Caswell
Ignore the session when setting SNI in s_client
commit
|
commitdiff
|
tree
2017-11-09
Matt Caswell
Fix an s_client memory leak
commit
|
commitdiff
|
tree
2017-11-07
Matt Caswell
Mark a zero length record as read
commit
|
commitdiff
|
tree
2017-11-07
Matt Caswell
Fix race condition in TLSProxy
commit
|
commitdiff
|
tree
2017-11-07
Matt Caswell
Remove 4 broken macros from ocsp.h
commit
|
commitdiff
|
tree
2017-11-02
Matt Caswell
Update CHANGES and NEWS for new release
commit
|
commitdiff
|
tree
2017-10-26
Matt Caswell
Don't use strcasecmp and strncasecmp for IA5 strings
commit
|
commitdiff
|
tree
2017-10-24
Matt Caswell
Don't make any changes to the lhash structure if we...
commit
|
commitdiff
|
tree
2017-10-23
Matt Caswell
Correct value for BN_security_bits()
commit
|
commitdiff
|
tree
2017-10-16
Matt Caswell
Tweak the comment regarding record version check with...
commit
|
commitdiff
|
tree
2017-10-16
Matt Caswell
Sanity check the HRR version field
commit
|
commitdiff
|
tree
2017-10-16
Matt Caswell
Don't do version neg on an HRR
commit
|
commitdiff
|
tree
2017-10-12
Matt Caswell
Add a test for setting initial SNI in CH but not using...
commit
|
commitdiff
|
tree
2017-10-12
Matt Caswell
Fix bug where early_data does not work if no SNI callback...
commit
|
commitdiff
|
tree
2017-10-11
Matt Caswell
Ensure we test all parameters for BN_FLG_CONSTTIME
commit
|
commitdiff
|
tree
2017-10-11
Matt Caswell
Remove an unused file
commit
|
commitdiff
|
tree
2017-10-05
Matt Caswell
Remove some commented out code
commit
|
commitdiff
|
tree
2017-10-04
Matt Caswell
Remove an incorrect comment
commit
|
commitdiff
|
tree
2017-09-08
Matt Caswell
Allow an endpoint to read the alert data before closing...
commit
|
commitdiff
|
tree
2017-09-04
Matt Caswell
Don't use ciphersuites for inflating the ClientHello...
commit
|
commitdiff
|
tree
2017-09-04
Matt Caswell
Don't attempt to add a zero length padding extension
commit
|
commitdiff
|
tree
2017-09-01
Matt Caswell
Fix Proxy where a timeout occurs waiting for both client...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Various review fixes for PSK early_data support
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Test for late client side detection of ALPN inconsistenties
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Client side sanity check of ALPN after server has accepted...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add some fixes for Travis failures
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add PSK early_data tests
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add server side sanity checks of SNI/ALPN for use with...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Make sure we save ALPN data in the session
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Complain if we are writing early data but SNI or ALPN...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add functions for getting/setting SNI/ALPN info in...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Show the error stack if there was an error writing...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Update the tests for SNI changes
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
If no SNI has been explicitly set use the one from...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Make sure we use the correct cipher when using the...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add HISTORY and SEE ALSO sections for the new TLSv1...
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add documentation for SSL_SESSION_set_max_early_data()
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add some PSK early_data tests
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Add SSL_SESSION_set_max_early_data()
commit
|
commitdiff
|
tree
2017-08-31
Matt Caswell
Enable the ability to use an external PSK for sending...
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Fix no-tls and no-tls1_2
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Fix no-scrypt
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Fix description of how to report a bug in INSTALL
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Clarify the meaning of no-stdio in INSTALL
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Fix no-chacha and no-poly1305
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Ensure we exchange cookies in s_server even if SCTP...
commit
|
commitdiff
|
tree
2017-08-25
Matt Caswell
Don't run a CT specifc test if CT is disabled
commit
|
commitdiff
|
tree
2017-08-24
Matt Caswell
Fix enable-sctp
commit
|
commitdiff
|
tree
2017-08-24
Matt Caswell
Add documentation for SRTP functions
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
More updates following review feedback
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Updates following feedback on OPENSSL_assert() removal
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/x509v3
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/x509
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/threads_none.c
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/pem
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/kdf
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/hmac
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/ec
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from conf_api.c
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() usage from crypto/bn
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from various crypto/bio files
commit
|
commitdiff
|
tree
2017-08-21
Matt Caswell
Remove OPENSSL_assert() from crypto/asn1/bio_asn1.c
commit
|
commitdiff
|
tree
2017-08-16
Matt Caswell
Copy dlls into fuzz directory
commit
|
commitdiff
|
tree
2017-08-09
Matt Caswell
Test server side session caching
commit
|
commitdiff
|
tree
2017-08-09
Matt Caswell
Add an SSL_SESSION_dup() function
commit
|
commitdiff
|
tree
2017-08-03
Matt Caswell
Move ossl_assert
commit
|
commitdiff
|
tree
2017-08-01
Matt Caswell
Add a test to check we get a new session even if s...
commit
|
commitdiff
|
tree
2017-08-01
Matt Caswell
Fix new_session_cb calls in TLSv1.3
commit
|
commitdiff
|
tree
2017-07-19
Matt Caswell
Remove some dead code
commit
|
commitdiff
|
tree
2017-07-19
Matt Caswell
Fix undefined behaviour in e_aes_cbc_hmac_sha256.c...
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Add some performance notes about early data
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Remove session checks from SSL_clear()
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Add a test for SSL_clear()
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Fix SSL_clear() in TLSv1.3
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Tolerate a zero length ticket nonce
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Add a test for early_data when an HRR occurs
commit
|
commitdiff
|
tree
2017-07-18
Matt Caswell
Fix early_data with an HRR
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Fix s_client crash where the hostname is provided as...
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Some SSL_OP_ values can't be used in 1.1.x
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Choose a safer value for SSL_OP_ALLOW_NO_DHE_KEX
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Update the documentation for the new SSL_OP_ALLOW_NO_DHE_KEX...
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Do not allow non-dhe kex_modes by default
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Updates following review feedback of TLSv1.3 draft...
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Update SSL_trace() to know about ticket_nonce
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Update the early_secret generation to use the new ticket_non...
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Update the test/session.pem to have a tick_nonce value
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Update tls13_hkdf_expand() to take the length of the...
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
The correct key length for a TLSv1.3 SHA384 ciphersuite...
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Send and receive the ticket_nonce field in a NewSessionTicket
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Update the version number for TLSv1.3 draft 21
commit
|
commitdiff
|
tree
2017-07-07
Matt Caswell
Fix memory leak when using PSK session files
commit
|
commitdiff
|
tree
2017-07-03
Matt Caswell
Fix TLSv1.3 exporter
commit
|
commitdiff
|
tree
2017-06-30
Matt Caswell
Drop support for OPENSSL_NO_TLS1_3_METHOD
commit
|
commitdiff
|
tree
2017-06-29
Matt Caswell
Updates following review of SSL_export_key_material...
commit
|
commitdiff
|
tree
2017-06-29
Matt Caswell
Update the SSL_export_keying_material() documentation...
commit
|
commitdiff
|
tree
2017-06-29
Matt Caswell
Add an SSL_export_keying_material() test
commit
|
commitdiff
|
tree
next