Lines Matching refs:SSL_CTX
168 // |SSL_CTX|.
169 static void check_ssl_ctx_x509_method(const SSL_CTX *ctx) {
478 static void ssl_crypto_x509_ssl_ctx_flush_cached_client_CA(SSL_CTX *ctx) {
483 static int ssl_crypto_x509_ssl_ctx_new(SSL_CTX *ctx) {
489 static void ssl_crypto_x509_ssl_ctx_free(SSL_CTX *ctx) {
580 int SSL_CTX_set_purpose(SSL_CTX *ctx, int purpose) {
590 int SSL_CTX_set_trust(SSL_CTX *ctx, int trust) {
600 int SSL_CTX_set1_param(SSL_CTX *ctx, const X509_VERIFY_PARAM *param) {
610 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx) {
630 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) {
635 int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) {
640 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(
660 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
669 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
676 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) {
681 int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) {
686 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file,
708 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) {
713 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) {
738 int SSL_CTX_use_certificate(SSL_CTX *ctx, X509 *x) {
776 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx) {
844 int SSL_CTX_set0_chain(SSL_CTX *ctx, STACK_OF(X509) *chain) {
849 int SSL_CTX_set1_chain(SSL_CTX *ctx, STACK_OF(X509) *chain) {
864 int SSL_CTX_add0_chain_cert(SSL_CTX *ctx, X509 *x509) {
869 int SSL_CTX_add1_chain_cert(SSL_CTX *ctx, X509 *x509) {
874 int SSL_CTX_add_extra_chain_cert(SSL_CTX *ctx, X509 *x509) {
889 int SSL_CTX_clear_chain_certs(SSL_CTX *ctx) {
894 int SSL_CTX_clear_extra_chain_certs(SSL_CTX *ctx) {
933 int SSL_CTX_get0_chain_certs(const SSL_CTX *ctx, STACK_OF(X509) **out_chain) {
945 int SSL_CTX_get_extra_chain_certs(const SSL_CTX *ctx,
1037 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list) {
1099 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx) {
1158 int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x509) {
1192 void SSL_CTX_set_client_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl,
1221 int SSL_CTX_set0_verify_cert_store(SSL_CTX *ctx, X509_STORE *store) {
1226 int SSL_CTX_set1_verify_cert_store(SSL_CTX *ctx, X509_STORE *store) {