Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ssl
AgeCommit message (Expand)Author
2016-09-28Apply GREASE to the version extension.David Benjamin
2016-09-27Moving TLS 1.3 version negotiation into extension.Steven Valdez
2016-09-27Add a test for SSL_version.David Benjamin
2016-09-27Prepare runner's wire/version conversions for the version extension.David Benjamin
2016-09-27Apply version/wire mapping at a higher layer in runner.David Benjamin
2016-09-27Fix ssl_ctx_make_profiles error handling.David Benjamin
2016-09-27Check for sk_X509_NAME_push failures.David Benjamin
2016-09-26Require custom private keys to specify curve in 1.3.David Benjamin
2016-09-24Implement draft-davidben-tls-grease-01.David Benjamin
2016-09-23Disable Channel ID signature checking in fuzzer mode.David Benjamin
2016-09-23Rename NPN-Server test.David Benjamin
2016-09-23Record resumption and renewal transcripts separately.David Benjamin
2016-09-23No-op ticket encryption in fuzzer mode.David Benjamin
2016-09-23Fix remaining non-determinism in fuzzer transcripts.David Benjamin
2016-09-23Add a fuzzer mode suppressions file.David Benjamin
2016-09-22Add a InvalidChannelIDSignature test.David Benjamin
2016-09-22Add tests for SSL_peek.David Benjamin
2016-09-22Support default versions with set_{min,max}_proto_version.David Benjamin
2016-09-22Only predict X25519 in TLS 1.3.David Benjamin
2016-09-21Renumber TLS 1.3 signature algorithms.David Benjamin
2016-09-21Fix some bugs in TLS 1.3 server key_share code.David Benjamin
2016-09-21Align SSL_set_{min,max}_version with upstream.David Benjamin
2016-09-21Don't return invalid versions in version_from_wire.David Benjamin
2016-09-21Take the version parameter out of ssl_do_msg_callback.David Benjamin
2016-09-21Improve -valgrind error-handling.David Benjamin
2016-09-21Don't swallow tool output on failure.David Benjamin
2016-09-21Fix TLS 1.3 fuzzer mode in Go.David Benjamin
2016-09-21Remove SSL_set_fallback_version.David Benjamin
2016-09-21Test interaction of RSA key exchange and ClientHello.version.David Benjamin
2016-09-21Do not distinguish NULL and empty PSK identity hints.David Benjamin
2016-09-21Move peer_psk_identity_hint to SSL_HANDSHAKE.David Benjamin
2016-09-19Release TLS 1.3 key shares earlier in TLS 1.2.David Benjamin
2016-09-16Don't send the access_denied alert innappropriately.David Benjamin
2016-09-16Remove a few more remnants of RC4/TLS.David Benjamin
2016-09-16Remove RC4 from TLS for real.Matthew Braithwaite
2016-09-14Add SSL_CTX_get_keylog_callback.David Benjamin
2016-09-13Remove identical tests.David Benjamin
2016-09-13Revert of Determining certificate_auth and key_exchange based on SSL.David Benjamin
2016-09-13Add tests for trailing data in handshake messages.David Benjamin
2016-09-12Factor per-message test machinery out.David Benjamin
2016-09-12Use C99 for size_t loops.David Benjamin
2016-09-12Serialize unresumable sessions to a placeholder value.Steven Valdez
2016-09-12Determining certificate_auth and key_exchange based on SSL.Steven Valdez
2016-09-12Only allow SSL_set_session before the handshake.David Benjamin
2016-09-12Use a common state to begin the handshake.David Benjamin
2016-09-12Temporary remove the TLS 1.3 anti-downgrade mechanism.David Benjamin
2016-09-09Add tests around compression methods.David Benjamin
2016-09-09Test that SNI warning alerts are ignored.David Benjamin
2016-09-08Fold stack-allocated types into headers.David Benjamin
2016-09-06const-correct a variable.David Benjamin