Home
last modified time | relevance | path

Searched refs:cert_ctx (Results 1 – 1 of 1) sorted by relevance

/external/ipsec-tools/src/racoon/
Dcrypto_openssl.c467 X509_STORE *cert_ctx = NULL; local
473 cert_ctx = X509_STORE_new();
474 if (cert_ctx == NULL)
478 X509_STORE_set_verify_cb_func(cert_ctx, cb_check_cert_local);
480 X509_STORE_set_verify_cb_func(cert_ctx, cb_check_cert_remote);
500 X509_STORE_add_cert(cert_ctx, info->x509);
503 X509_STORE_add_crl(cert_ctx, info->crl);
509 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_file());
516 lookup = X509_STORE_add_lookup(cert_ctx, X509_LOOKUP_hash_dir());
537 X509_STORE_CTX_init(csc, cert_ctx, x509, NULL);
[all …]