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-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
2015-05-05Remove unnecessary NULL checks, part 5.David Benjamin
2015-05-05Remove SSL cert_flags.David Benjamin
2015-04-28Always enable ecdh_auto.David Benjamin
2015-04-11Include-what-you-use ssl/internal.h.David Benjamin
2015-04-11Rename ssl_locl.h to internal.hDavid Benjamin
2015-04-02Simplify server-side ECDH curve selection.David Benjamin
2015-03-21Clean up error reporting.HÃ¥vard Molland
2015-03-19Remove unnecessary NULL initializations in ssl_cert_dup.David Benjamin
2015-03-19Remove ssl_cert_inst()David Benjamin
2015-02-12Add in missing curly braces part 3.David Benjamin
2015-01-13Add (void) to some macros to satisfy compiler.Adam Langley
2014-12-19Reformat the rest of ssl/.Adam Langley
2014-12-16Reformat d1_{srtp|srvr}.c and s3_both.cAdam Langley
2014-12-05Remove redundant checks in ssl_cert_dup.David Benjamin
2014-12-02Remove s->type from SSL.David Benjamin
2014-11-19Account for EVP_PKEY capabilities in selecting hash functions.David Benjamin
2014-11-19Remove CERT_PKEY::valid_flags.David Benjamin
2014-11-19Clean up ssl_set_cert_masks.David Benjamin
2014-11-19Remove CERT_PKEY_EXPLICIT_SIGN flag.David Benjamin
2014-11-11Remove client-side support for ServerKeyExchange in the RSA key exchange.David Benjamin