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
2015-12-17Make CBB_len relative to its argument.David Benjamin
2015-12-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-12-15Remove SSL_(CTX_)?set_ecdh_callback.David Benjamin
2015-12-15Remove SSL_OP_LEGACY_SERVER_CONNECT.David Benjamin
2015-12-15Tighten SSL_OP_LEGACY_SERVER_CONNECT to align with RFC 5746.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-12Move curve check out of tls12_check_peer_sigalg.David Benjamin
2015-11-07Add SSL_get_server_key_exchange_hash.David Benjamin
2015-11-07Remove the hard-coded SHA-1 exception for sigalgs.David Benjamin
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin
2015-10-27|assert| → |OPENSSL_STATIC_ASSERT| where possible.Matt Braithwaite
2015-10-26Add an option to disable NPN on a per-SSL basis.David Benjamin
2015-10-22Update references to the padding draft.Adam Langley
2015-10-20Document early callback functions.David Benjamin
2015-10-20Convert ssl3_send_server_hello to CBB.David Benjamin
2015-10-20Convert ssl3_send_client_hello to CBB.David Benjamin
2015-10-11Ignore all extensions but renegotiation_info in SSL 3.0.David Benjamin
2015-09-24Upstream Android-specific things under |BORINGSSL_ANDROID_SYSTEM|Adam Langley
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-18Skip the SCT and OCSP extensions in ServerHello when resuming sessions.Paul Lietar
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-12Add server-side support for Signed Certificate Timestamps.Paul Lietar
2015-09-01Forbid a server from negotiating both ALPN and NPN.David Benjamin
2015-08-20Server-side OCSP stapling support.Paul Lietar
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.David Benjamin
2015-08-19Make key exchange strength available.Sigbjorn Vik
2015-08-07Simplify tls1_channel_id_hash.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-08-01Fold away EC point format negotiation.David Benjamin
2015-07-31Implement custom extensions.Adam Langley
2015-07-29Minor simplification to the padding extension logic.David Benjamin
2015-07-29Remove old 'prepare' extensions functions.David Benjamin
2015-07-22Move the declaration of kSRTPProfiles to ssl/internal.hAdam Langley
2015-07-22Tidy up extensions stuff and drop fastradio support.Adam Langley
2015-07-22Convert EC curves extension to the new systemAdam Langley
2015-07-22Convert EC point formats extension to the new systemAdam Langley
2015-07-22Convert the SRTP extension to the new systemAdam Langley
2015-07-22Convert the Channel ID extension to the new system.Adam Langley
2015-07-22Convert the ALPN extension to the new systemAdam Langley
2015-07-22Convert the SCT extension to the new systemAdam Langley
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-13Fix Chromium NaCl build.David Benjamin
2015-07-10Convert the NPN extension to the new systemAdam Langley
2015-07-10Convert the status_request (OCSP stapling) extension to the new systemAdam Langley
2015-07-10Convert the signature algorithms extension to the new systemAdam Langley
2015-07-10Convert the session ticket extension to the new system.Adam Langley
2015-07-10Switch EMS over to the new extensions system.Adam Langley
2015-07-10Reject empty ALPN protocols.Adam Langley
2015-07-09Make CBB_len return a length, not remaining.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin