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
AgeCommit message (Expand)Author
2016-07-25Call expect_flight and received_flight in the 1.3 logic.David Benjamin
2016-07-24Make SSL_get_extms_support a little friendlier.David Benjamin
2016-07-23Move some typedefs to base.h.Matt Braithwaite
2016-07-22Add SSL_set_fallback_version.David Benjamin
2016-07-22Add mod_mul tests where M ≪ A and B.Adam Langley
2016-07-22Add myriad2 cpu config awareness.Radu Margarint
2016-07-21Migrate from Android.mk to Android.bpDan Willemsen
2016-07-21Drop cached certificate signature validity flagDavid Benjamin
2016-07-21Move deprecated SSL_OP_* values back to the top.David Benjamin
2016-07-20Tweak ssl_early_callback_init.David Benjamin
2016-07-20Adding HelloRetryRequest.Steven Valdez
2016-07-20Send extension indicating the TLS 1.3 draft version in Go.Nick Harper
2016-07-20Factor out the client_cert_cb code.David Benjamin
2016-07-20Revert "Add tests to ensure our ClientHello does not change."David Benjamin
2016-07-20Add tests to ensure our ClientHello does not change.David Benjamin
2016-07-20Implement HelloRetryRequest in Go.Nick Harper
2016-07-20Ensure result affine coordinates in nistz256 are fully reduced.Brian Smith
2016-07-19CBBs are in an undefined state after an operation failed.David Benjamin
2016-07-19Infrastructure: Temporarily switch Android builders to experimental.Andrii Shyshkalov
2016-07-19Add Android bots to CQ.Andrii Shyshkalov
2016-07-19Fix sending draft_version.Steven Valdez
2016-07-19Implement SSLKEYLOGFILE support for TLS 1.3.David Benjamin
2016-07-19Add a ssl_hs_flush_and_read_message wait mode.David Benjamin
2016-07-18Switch one point addition to a point doubling in p256-x86_64.c.Brian Smith
2016-07-18Test if the ServerHello includes an unknown cipher suite.David Benjamin
2016-07-18Add TLS 1.3 versions of the -Enforced versions.David Benjamin
2016-07-18Remove enableTLS13Handshake.David Benjamin
2016-07-18Add a TLS 1.3 version of UnsupportedCurve.David Benjamin
2016-07-18Implement OCSP stapling in TLS 1.3.David Benjamin
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-17Allow server supported_curves in TLS 1.3 in Go.David Benjamin
2016-07-17Remove dead code.David Benjamin
2016-07-17Teach bssl server about -max-version and -min-version.David Benjamin
2016-07-17Support TLS 1.3 in bssl client.David Benjamin
2016-07-16Add much more aggressive WrongMessageType tests.David Benjamin
2016-07-16Add machinery for testing TLS 1.3 cipher change synchronization.David Benjamin
2016-07-16Check for buffered handshake messages on cipher change in DTLS.David Benjamin
2016-07-16Reject 1.3 ServerHellos with the RI extension in Go.David Benjamin
2016-07-16Add TLS 1.3 version of EmptyCertificateList.David Benjamin
2016-07-16Const-correct HKDF_expand.David Benjamin
2016-07-16Run extensions tests at all versions.David Benjamin
2016-07-16Enforce in Go that all ServerHello extensions are known.David Benjamin
2016-07-16Add a table for porting SSL_CTX_ctrl code.David Benjamin
2016-07-15Give SSL_PRIVATE_KEY_METHOD a message-based API.David Benjamin
2016-07-15Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.David Benjamin
2016-07-15Add SSL_set_signing_algorithm_prefs.David Benjamin
2016-07-15Fixing TLS 1.3 Go Handshake Bugs.Steven Valdez
2016-07-15Moving ssl_check_leaf_certificate to ssl_cert.Steven Valdez
2016-07-15Switch application traffic keys at the right time in Go TLS 1.3.David Benjamin
2016-07-14Reformat some macros.David Benjamin