Home
last modified time | relevance | path

Searched refs:CAfile (Results 26 – 32 of 32) sorted by relevance

12

/openssl/test/
H A Dssl_old_test.c885 const char *CApath = NULL, *CAfile = NULL; in main() local
1064 CAfile = *(++argv); in main()
1533 if (!(SSL_CTX_load_verify_file(s_ctx, CAfile) in main()
1536 || !(SSL_CTX_load_verify_file(s_ctx2, CAfile) in main()
1539 || !(SSL_CTX_load_verify_file(c_ctx, CAfile) in main()
/openssl/apps/
H A Dcms.c294 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local
478 CAfile = opt_arg(); in cms_main()
964 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Ds_client.c809 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_client_main() local
1347 CAfile = opt_arg(); in s_client_main()
1931 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in416 certificates used to build the chain can be specified by the B<-CAfile>,
453 Normally only the B<-CApath>, B<-CAfile>, B<-CAstore> and (if the responder
/openssl/ssl/
H A Dssl_lib.c5014 int SSL_CTX_load_verify_file(SSL_CTX *ctx, const char *CAfile) in SSL_CTX_load_verify_file() argument
5016 return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx, in SSL_CTX_load_verify_file()
5031 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() argument
5034 if (CAfile == NULL && CApath == NULL) in SSL_CTX_load_verify_locations()
5036 if (CAfile != NULL && !SSL_CTX_load_verify_file(ctx, CAfile)) in SSL_CTX_load_verify_locations()
/openssl/include/openssl/
H A Dssl.h.in2072 __owur int SSL_CTX_load_verify_file(SSL_CTX *ctx, const char *CAfile);
2076 const char *CAfile,
/openssl/
H A DCHANGES.md15598 * Add the arguments -CAfile and -CApath to the pkcs12 utility.
16994 openssl verify -CAfile ss.pem ss.pem
17295 * Add new -verify -CAfile and -CApath options to the crl program, these
19033 * s_server should send the CAfile as acceptable CAs, not its own cert.

Completed in 105 milliseconds

12