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-10-20Update to chromium-stable commit 3cab5572b1fcf5a8f6018529dc30dc8d21b2a4bd.Martin Baulig
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2016-02-02Update references to the extended master secret draft.David Benjamin
2016-01-30Stop allowing SHA-224 in TLS 1.2.David Benjamin
2016-01-28Replace enc_flags with normalized version checks.David Benjamin
2016-01-27Tweaks for node.jsAdam Langley
2016-01-20Drop the silly 'ECDH_' prefix on X25519.David Benjamin
2016-01-20Enable X25519 by default in TLS.David Benjamin
2016-01-16Move some functions to file scope.David Benjamin
2016-01-16Prune finished labels from SSL3_ENC_METHOD.David Benjamin
2016-01-16Remove a few unnecessary SSL3_ENC_METHOD hooks.David Benjamin
2016-01-16Move aead_{read,write}_ctx and next_proto_negotiated into ssl->s3.David Benjamin
2016-01-16Simplify the ChangeCipherSpec logic.David Benjamin
2016-01-15Consider session if the client supports tickets but offered a session ID.David Benjamin
2015-12-23Switch s to ssl everywhere.David Benjamin
2015-12-23Implement draft-ietf-tls-curve25519-01 in C.David Benjamin
2015-12-22Completely remove P-224 from the TLS stack.David Benjamin
2015-12-22Convert ssl3_send_cert_verify to CBB.David Benjamin
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