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-09-28Apply GREASE to the version extension.David Benjamin
2016-09-27Moving TLS 1.3 version negotiation into extension.Steven Valdez
2016-09-24Implement draft-davidben-tls-grease-01.David Benjamin
2016-09-23No-op ticket encryption in fuzzer mode.David Benjamin
2016-09-22Only predict X25519 in TLS 1.3.David Benjamin
2016-09-21Fix some bugs in TLS 1.3 server key_share code.David Benjamin
2016-09-21Don't return invalid versions in version_from_wire.David Benjamin
2016-09-19Release TLS 1.3 key shares earlier in TLS 1.2.David Benjamin
2016-09-13Revert of Determining certificate_auth and key_exchange based on SSL.David Benjamin
2016-09-12Use C99 for size_t loops.David Benjamin
2016-09-12Determining certificate_auth and key_exchange based on SSL.Steven Valdez
2016-08-31Enable RSA-PSS in TLS 1.2 by default.David Benjamin
2016-08-30Forbid EMS from changing during renegotation.David Benjamin
2016-08-24Fix a number of sigalg scope issues.David Benjamin
2016-08-23Trim a few extensions when min_version is TLS 1.3.David Benjamin
2016-08-22Fill in the curve ID for TLS 1.3.David Benjamin
2016-08-19Adding ARRAY_SIZE macro for getting the size of constant arrays.Steven Valdez
2016-08-19RSA-PSS should work in TLS 1.2.David Benjamin
2016-08-18Fix TLS 1.2 sigalgs fallback logic for ECDSA.David Benjamin
2016-08-16Adding code to send session as PSK Identity.Steven Valdez
2016-08-12Add a comment about ServerHello.supported_groups.David Benjamin
2016-08-11Enforce the server ALPN protocol was advertised.David Benjamin
2016-08-11Move SCSV handling out of cipher list parsing.David Benjamin
2016-08-11Only have one ClientHello parser, not three.David Benjamin
2016-08-03Add a CBS version of SSL_early_callback_ctx_extension_get.David Benjamin
2016-08-03Prefix ext_key_share methods.Steven Valdez
2016-08-03Check for trailing data in key_share extension.David Benjamin
2016-08-02Add SSL_is_dtls.David Benjamin
2016-08-01Send unsupported_extension on unexpected ServerHello extensions.David Benjamin
2016-07-30Splitting SSL session state.Steven Valdez
2016-07-20Tweak ssl_early_callback_init.David Benjamin
2016-07-20Adding HelloRetryRequest.Steven Valdez
2016-07-19Fix sending draft_version.Steven Valdez
2016-07-18Implement OCSP stapling in TLS 1.3.David Benjamin
2016-07-18Add TLS 1.3 1-RTT.Steven Valdez
2016-07-15Widen SSL_PRIVATE_KEY_METHOD types to include the curve name.David Benjamin
2016-07-12Adding RSA-PSS signature algorithms.Steven Valdez
2016-07-12Enforce ECDSA curve matching in TLS 1.3.David Benjamin
2016-07-12Don't check certificates against the curve list in TLS 1.3.David Benjamin
2016-07-12Move the key type check from tls12_check_peer_sigalg to ssl_verify_*.David Benjamin
2016-07-12Don't fall back to SHA-1 in TLS 1.3, only TLS 1.2.David Benjamin
2016-07-12Add default handlers for extension parsing.Steven Valdez
2016-07-12Refine SHA-1 default in signature algorithm negotiation.David Benjamin
2016-07-12Don't decompose sigalgs in key preferences.David Benjamin
2016-07-01Add SSL_get_curve_id and SSL_get_dhe_group_size.David Benjamin
2016-07-01Simplify version configuration.David Benjamin
2016-06-30Cleaning up internal use of Signature Algorithms.Steven Valdez
2016-06-28Changing representation of signature/hash to use SignatureScheme.Steven Valdez
2016-05-20Generalizing curves to groups in preparation for TLS 1.3.Steven Valdez
2016-04-18Simplify server_name extension parsing.David Benjamin