Home | History | Annotate | Download | only in src

Lines Matching full:ca_cert_container

984     if (-1 == stat (ca_cert_container, &statbuf))
986 die("Unable to stat CA certficate container %s", ca_cert_container);
993 if (0 > x509parse_crtfile(&cacert, ca_cert_container))
997 if (0 > x509parse_crtpath(&cacert, ca_cert_container))
1001 die("Unable to load CA certficate container %s", ca_cert_container);
1142 if (-1 == stat(ca_cert_container, &statbuf))
1144 die("Unable to stat CA certficate container %s", ca_cert_container);
1150 if (1 != SSL_CTX_load_verify_locations(ctx, ca_cert_container, NULL))
1154 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container))
1158 if (1 != SSL_CTX_load_verify_locations(ctx, NULL, ca_cert_container))
1161 die("Unable to load CA certficate container %s", ca_cert_container);
1251 ca_cert_container = argv[6];