Home
last modified time | relevance | path

Searched defs:CAfile (Results 1 – 18 of 18) sorted by relevance

/third_party/openssl/demos/bio/
Dsconnect.c31 const char *CAfile = CAFILE; in main() local
/third_party/openssl/apps/
Dts.c153 const char *CAfile = NULL, *untrusted = NULL, *prog; in ts_main() local
820 const char *CApath, const char *CAfile, const char *untrusted, in verify_command()
866 const char *CApath, const char *CAfile, in create_verify_ctx()
935 static X509_STORE *create_cert_store(const char *CApath, const char *CAfile, in create_cert_store()
Dverify.c70 const char *prog, *CApath = NULL, *CAfile = NULL; in verify_main() local
Dx509.c170 char *infile = NULL, *outfile = NULL, *keyfile = NULL, *CAfile = NULL; in x509_main() local
911 static ASN1_INTEGER *x509_load_serial(const char *CAfile, in x509_load_serial()
946 static int x509_certify(X509_STORE *ctx, const char *CAfile, const EVP_MD *digest, in x509_certify()
Dcrl.c74 const char *CAfile = NULL, *CApath = NULL, *prog; in crl_main() local
Ds_time.c97 char *CApath = NULL, *CAfile = NULL, *cipher = NULL, *ciphersuites = NULL; in s_time_main() local
Dsmime.c124 const char *CAfile = NULL, *CApath = NULL, *prog = NULL; in smime_main() local
Dpkcs12.c136 const char *CApath = NULL, *CAfile = NULL, *prog; in pkcs12_main() local
Dcms.c203 const char *CAfile = NULL, *CApath = NULL; in cms_main() local
Dapps.c129 int ctx_set_verify_locations(SSL_CTX *ctx, const char *CAfile, in ctx_set_verify_locations()
1234 X509_STORE *setup_verify(const char *CAfile, const char *CApath, int noCAfile, int noCApath) in setup_verify()
Docsp.c246 const char *CAfile = NULL, *CApath = NULL; in ocsp_main() local
Ds_server.c996 const char *CApath = NULL, *CAfile = NULL, *chCApath = NULL, *chCAfile = NULL; in s_server_main() local
Ds_client.c899 const char *CApath = NULL, *CAfile = NULL; in s_client_main() local
/third_party/openssl/test/
Ddanetest.c32 static const char *CAfile; variable
Dssltest_old.c891 const char *CApath = NULL, *CAfile = NULL; in main() local
/third_party/openssl/ssl/
Dssl_conf.c468 const char *CAfile, const char *CApath, int verify_store) in do_store()
Dssl_lib.c4178 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations()
/third_party/curl/lib/
Durldata.h248 char *CAfile; /* certificate to verify peer against */ member