Lines Matching full:ca_cert_container
844 if (-1 == stat (ca_cert_container, &statbuf))
846 die("Unable to stat CA certficate container %s\n", ca_cert_container);
853 if (0 > x509parse_crtfile(&cacert, ca_cert_container))
857 if (0 > x509parse_crtpath(&cacert, ca_cert_container))
861 die("Unable to load CA certficate container %s\n", ca_cert_container);
998 if (-1 == stat(ca_cert_container, &statbuf))
1000 die("Unable to stat CA certficate container %s\n", ca_cert_container);
1006 if (1 != SSL_CTX_load_verify_locations(ctx, ca_cert_container, NULL))
1010 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container))
1014 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container))
1017 die("Unable to load CA certficate container %s\n", ca_cert_container);
1086 ca_cert_container = argv[6];