93 コミット (9a5f49eec089f080e7fac41c387086f6fc0ae6a5)

作成者 SHA1 メッセージ 日付
  David Benjamin 54091230cd Use C99 for size_t loops. 8年前
  Adam Langley a6cd185a54 Set verify_result, even on failure. 8年前
  David Benjamin 0fc37ef082 Fix a number of sigalg scope issues. 8年前
  David Benjamin 7aa31d68fc Remove ssl->verify_result. 8年前
  David Benjamin 96a16cd10e Finish aligning up_ref functions with OpenSSL 1.1.0. 8年前
  Adam Langley 37b486aade Remove optimisation for known DH groups. 8年前
  David Benjamin e455e51d85 Push some duplicated code into ssl_verify_cert_chain. 8年前
  David Benjamin 13f1ebe827 Factor out the client_cert_cb code. 8年前
  Steven Valdez bf5aa846d6 Moving ssl_check_leaf_certificate to ssl_cert. 8年前
  David Benjamin 5c900c8c45 Factor out certificate list parsing. 8年前
  David Benjamin e0332e8853 Factor out CA list parsing. 8年前
  David Benjamin 32a66d51a6 Tidy up a few certificate-related utility functions. 8年前
  Adam Langley 310d3f63f3 Change |EVP_PKEY_up_ref| to return int. 8年前
  David Benjamin d246b81751 Don't decompose sigalgs in key preferences. 8年前
  Steven Valdez 57a6f3c42c Fix missing cert length prefix. 8年前
  David Benjamin 7583643569 Disconnect handshake message creation from init_buf. 8年前
  Steven Valdez b32a9151da Ensure we check i2d_X509 return val 8年前
  Tom Thorogood 66b2fe8e02 Add |SSL_CTX_set_private_key_method| to parallel |SSL_set_private_key_method| 8年前
  Adam Langley d323f4b1e1 Bring back |verify_store|. 8年前
  Brian Smith 5ba06897be Don't cast |OPENSSL_malloc|/|OPENSSL_realloc| result. 8年前
  David Benjamin 60a08ac211 Remove unreachable code to duplicate DH keys. 8年前
  David Benjamin 5ddffbb8bc Make SSL_(CTX_)?set_tmp_ecdh call SSL_(CTX_)?set1_curves. 9年前
  David Benjamin 53e5c2c225 Remove SSL_(CTX_)?set_ecdh_callback. 9年前
  David Benjamin 59937045ec Document certificate verification functions in SSL. 9年前
  Steven Valdez 0d62f26c36 Adding more options for signing digest fallback. 9年前
  David Benjamin 306ece31bc Fix some malloc failure crashes. 9年前
  David Benjamin 1d128f369c Make SSL_get_client_CA_list slightly more OpenSSL-compatible. 9年前
  David Benjamin 443a1f65e2 Toss file-related convenience bits of ssl/ into a corner. 9年前
  David Benjamin 26416e9dde Remove the last of SESS_CERT. 9年前
  David Benjamin b1bdc5b325 Remove peer_cert from SESS_CERT. 9年前
  David Benjamin 6505567172 Move peer_dh_tmp and peer_ecdh_tmp out of SESS_CERT. 9年前
  David Benjamin 3dd9016a51 Remove signature algorithm configuration hooks and SSL_ctrl. 9年前
  David Benjamin 2b9ec70558 Remove SSL_CTRL_SET_CLIENT_CERT_TYPES. 9年前
  David Benjamin d27441a9cb Remove separate APIs for configuring chain and verify stores. 9年前
  David Benjamin aa58513f40 Reserve ex_data index zero for app_data. 9年前
  David Benjamin 3570d73bf1 Remove the func parameter to OPENSSL_PUT_ERROR. 9年前
  David Benjamin 71d2e54099 Clear key_method in ssl_cert_clear_certs. 9年前
  David Benjamin 11c0f8e54c Promote certificate-related ctrl macros to functions. 9年前
  David Benjamin b2a9d6ab78 Remove SSL_build_cert_chain. 9年前
  David Benjamin d1d8078025 Fold away certificate slots mechanism. 9年前
  David Benjamin bb20f52383 Merge the RSA_ENC and RSA_SIGN certificate slots. 9年前
  David Benjamin 680ca961f9 Preserve session->sess_cert on ticket renewal. 9年前
  David Benjamin b31040d0d8 Get rid of CERT_PKEY slots in SESS_CERT. 9年前
  Adam Langley 4bdb6e43fa Remove remaining calls to the old lock functions. 9年前
  Adam Langley 0da323a8b8 Convert reference counts in crypto/ 9年前
  David Benjamin 9a10f8fd88 Switch EVP_PKEY_dup calls to EVP_PKEY_up_ref. 9年前
  David Benjamin 6abb37016e Remove ciphers_raw. 9年前
  David Benjamin 60da0cd7c6 Fix STACK_OF pointer style. 9年前
  David Benjamin 605641ed95 Move the NULL case in ssl_add_cert_chain up. 9年前
  David Benjamin 9362b6e235 Errors are uint32_t, not unsigned long. 9年前