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-12Use C99 for size_t loops.David Benjamin
2016-08-26Set verify_result, even on failure.Adam Langley
2016-08-24Fix a number of sigalg scope issues.David Benjamin
2016-08-19Remove ssl->verify_result.David Benjamin
2016-08-11Finish aligning up_ref functions with OpenSSL 1.1.0.David Benjamin
2016-08-11Remove optimisation for known DH groups.Adam Langley
2016-08-04Push some duplicated code into ssl_verify_cert_chain.David Benjamin
2016-07-20Factor out the client_cert_cb code.David Benjamin
2016-07-15Moving ssl_check_leaf_certificate to ssl_cert.Steven Valdez
2016-07-14Factor out certificate list parsing.David Benjamin
2016-07-14Factor out CA list parsing.David Benjamin
2016-07-14Tidy up a few certificate-related utility functions.David Benjamin
2016-07-12Change |EVP_PKEY_up_ref| to return int.Adam Langley
2016-07-12Don't decompose sigalgs in key preferences.David Benjamin
2016-06-28Fix missing cert length prefix.Steven Valdez
2016-06-28Disconnect handshake message creation from init_buf.David Benjamin
2016-04-26Ensure we check i2d_X509 return valSteven Valdez
2016-03-07Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method|Tom Thorogood
2016-03-02Bring back |verify_store|.Adam Langley
2016-02-12Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result.Brian Smith
2015-12-17Remove unreachable code to duplicate DH keys.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-09-24Document certificate verification functions in SSL.David Benjamin
2015-09-24Adding more options for signing digest fallback.Steven Valdez
2015-09-18Fix some malloc failure crashes.David Benjamin
2015-09-12Make SSL_get_client_CA_list slightly more OpenSSL-compatible.David Benjamin
2015-09-09Toss file-related convenience bits of ssl/ into a corner.David Benjamin
2015-08-29Remove the last of SESS_CERT.David Benjamin
2015-08-29Remove peer_cert from SESS_CERT.David Benjamin
2015-08-29Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT.David Benjamin
2015-08-19Remove signature algorithm configuration hooks and SSL_ctrl.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-07-20Reserve ex_data index zero for app_data.David Benjamin
2015-07-16Remove the func parameter to OPENSSL_PUT_ERROR.David Benjamin
2015-07-07Clear key_method in ssl_cert_clear_certs.David Benjamin
2015-07-07Promote certificate-related ctrl macros to functions.David Benjamin
2015-07-07Remove SSL_build_cert_chain.David Benjamin
2015-07-07Fold away certificate slots mechanism.David Benjamin
2015-07-07Merge the RSA_ENC and RSA_SIGN certificate slots.David Benjamin
2015-06-18Preserve session->sess_cert on ticket renewal.David Benjamin
2015-06-09Get rid of CERT_PKEY slots in SESS_CERT.David Benjamin
2015-05-20Remove remaining calls to the old lock functions.Adam Langley
2015-05-20Convert reference counts in crypto/Adam Langley
2015-05-07Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref.David Benjamin
2015-05-07Remove ciphers_raw.David Benjamin
2015-05-07Fix STACK_OF pointer style.David Benjamin
2015-05-07Move the NULL case in ssl_add_cert_chain up.David Benjamin
2015-05-05Errors are uint32_t, not unsigned long.David Benjamin