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-15Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves.David Benjamin
2015-11-21Add get0 getters for EVP_PKEY.David Benjamin
2015-11-06Add SSL_CIPHER_get_min_version and tidy up SSL_TLSV1_2 logic.David Benjamin
2015-10-20Convert ssl3_send_channel_id to CBB.David Benjamin
2015-09-16Align the SSL stack on #include style.David Benjamin
2015-09-04Add cipher suite settings for TLS ≥ 1.0.Adam Langley
2015-08-29Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.David Benjamin
2015-08-29Factor out the buffering and low-level record code.David Benjamin
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.David Benjamin
2015-08-19Remove SSL_get1_curves and promote SSL_(CTX_)?set1_curves.David Benjamin
2015-08-17Use the record-layer buffer for sniffing V2ClientHellos.David Benjamin
2015-08-17Remove SSL_CTRL_SET_CLIENT_CERT_TYPES.David Benjamin
2015-08-17Remove separate APIs for configuring chain and verify stores.David Benjamin
2015-08-17Promote SSL_get0_certificate_types to a proper function.David Benjamin
2015-08-07Simplify handshake hash handling.David Benjamin
2015-08-07Decouple the handshake buffer and digest.David Benjamin
2015-08-07Rename algorithm2 to algorithm_prf.David Benjamin
2015-08-06Fold dtls1_process_record into dtls1_get_record.David Benjamin
2015-08-01Fold away EC point format negotiation.David Benjamin
2015-08-01Remove SSL_get0_ec_point_formats.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-07Fix Windows build.Adam Langley
2015-07-07Promote certificate-related ctrl macros to functions.David Benjamin
2015-07-07Remove SSL_build_cert_chain.David Benjamin
2015-07-07Remove SSL_CTX_select_current_cert.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin
2015-07-07Remove SSL_CTX_get_extra_chain_certs_only.David Benjamin
2015-07-07Remove SSL_get_server_tmp_key.David Benjamin
2015-06-26Promote SSL_CTX_[gs]et_tlsext_ticket_keys to functions.David Benjamin
2015-06-02Further tidy up cipher logic.David Benjamin
2015-06-02Fold TLS1_PRF_* into SSL_HANDSHAKE_MAC_*David Benjamin
2015-06-02Remove SSL_CIPHER_ALGORITHM2_AEAD.David Benjamin
2015-06-02Fold away SSL_PROTOCOL_METHOD hooks shared between TLS and DTLS.David Benjamin
2015-06-02Split ssl_read_bytes hook into app_data and close_notify hooks.David Benjamin
2015-06-02Switch the ssl_write_bytes hook to ssl_write_app_data.David Benjamin
2015-05-21Remove renegotiation deferral logic.David Benjamin
2015-05-21Factor SSL_AEAD_CTX into a dedicated type.David Benjamin
2015-05-07Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref.David Benjamin
2015-05-07Get rid of ssl_undefined_*David Benjamin
2015-05-07Fix STACK_OF pointer style.David Benjamin
2015-05-07Build fix.Adam Langley
2015-05-07Promote SNI macros to functions.David Benjamin
2015-05-07Promote channel ID macros to proper functions.David Benjamin
2015-05-07Promote set_tmp_dh and set_tmp_ecdh to functions.David Benjamin
2015-05-07Promote a few more macros.David Benjamin
2015-05-07Always set SSL_OP_SINGLE_DH_USE.David Benjamin
2015-05-07Fold num_renegotiations into total_renegotiations.David Benjamin
2015-05-07Promote all SSL callback ctrl hooks to proper functions.David Benjamin
2015-05-05Remove remnants of old OCSP stapling API.David Benjamin
2015-05-05Remove SSL_set_tlsext_debug_callback.David Benjamin