Home
last modified time | relevance | path

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

12

/openssl/apps/
H A Ds_server.c1024 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_server_main() local
1361 CAfile = opt_arg(); in s_server_main()
2026 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_server_main()
2089 if (!ctx_set_verify_locations(ctx2, CAfile, noCAfile, CApath, in s_server_main()
2283 if (CAfile != NULL) { in s_server_main()
2284 SSL_CTX_set_client_CA_list(ctx, SSL_load_client_CA_file(CAfile)); in s_server_main()
2287 SSL_CTX_set_client_CA_list(ctx2, SSL_load_client_CA_file(CAfile)); in s_server_main()
H A Dcms.c297 const char *CAfile = NULL, *CApath = NULL, *CAstore = NULL; in cms_main() local
481 CAfile = opt_arg(); in cms_main()
966 if ((store = setup_verify(CAfile, noCAfile, CApath, noCApath, in cms_main()
H A Ds_client.c861 const char *CApath = NULL, *CAfile = NULL, *CAstore = NULL; in s_client_main() local
1425 CAfile = opt_arg(); in s_client_main()
2025 if (!ctx_set_verify_locations(ctx, CAfile, noCAfile, CApath, noCApath, in s_client_main()
/openssl/test/
H A Dssl_old_test.c898 const char *CApath = NULL, *CAfile = NULL; in main() local
1079 CAfile = *(++argv); in main()
1548 if (!(SSL_CTX_load_verify_file(s_ctx, CAfile) in main()
1551 || !(SSL_CTX_load_verify_file(s_ctx2, CAfile) in main()
1554 || !(SSL_CTX_load_verify_file(c_ctx, CAfile) in main()
/openssl/doc/man1/
H A Dopenssl-ocsp.pod.in431 certificates used to build the chain can be specified by the B<-CAfile>,
468 Normally only the B<-CApath>, B<-CAfile>, B<-CAstore> and (if the responder
/openssl/ssl/
H A Dssl_lib.c5360 int SSL_CTX_load_verify_file(SSL_CTX *ctx, const char *CAfile) in SSL_CTX_load_verify_file() argument
5362 return X509_STORE_load_file_ex(ctx->cert_store, CAfile, ctx->libctx, in SSL_CTX_load_verify_file()
5377 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile, in SSL_CTX_load_verify_locations() argument
5380 if (CAfile == NULL && CApath == NULL) in SSL_CTX_load_verify_locations()
5382 if (CAfile != NULL && !SSL_CTX_load_verify_file(ctx, CAfile)) in SSL_CTX_load_verify_locations()
/openssl/include/openssl/
H A Dssl.h.in2117 __owur int SSL_CTX_load_verify_file(SSL_CTX *ctx, const char *CAfile);
2121 const char *CAfile,
/openssl/
H A DCHANGES.md17076 * Add the arguments -CAfile and -CApath to the pkcs12 utility.
18472 openssl verify -CAfile ss.pem ss.pem
18773 * Add new -verify -CAfile and -CApath options to the crl program, these
20511 * s_server should send the CAfile as acceptable CAs, not its own cert.

Completed in 123 milliseconds

12