HomeSort by: relevance | last modified time | path
    Searched defs:OPT_TLS_TRUSTED (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
cmp.c 150 static char *opt_tls_trusted = NULL; variable
240 OPT_TLS_EXTRA, OPT_TLS_TRUSTED, OPT_TLS_HOST,
454 {"tls_trusted", OPT_TLS_TRUSTED, 's',
593 {&opt_tls_extra}, {&opt_tls_trusted}, {&opt_tls_host},
1265 if (opt_tls_trusted != NULL) {
1266 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs");
1381 if (opt_tls_trusted != NULL) {
2395 case OPT_TLS_TRUSTED:
2396 opt_tls_trusted = opt_str();
2895 || opt_tls_trusted != NULL || opt_tls_host != NULL
    [all...]
  /src/crypto/external/apache2/openssl/dist/apps/
cmp.c 172 static char *opt_tls_trusted = NULL; variable
324 OPT_TLS_TRUSTED,
599 { "tls_trusted", OPT_TLS_TRUSTED, 's',
760 { &opt_tls_extra }, { &opt_tls_trusted }, { &opt_tls_host },
1454 if (opt_tls_trusted != NULL) {
1455 trust_store = load_trusted(opt_tls_trusted, 0, "trusted TLS certs");
2928 case OPT_TLS_TRUSTED:
2929 opt_tls_trusted = opt_str();
3752 && opt_tls_extra == NULL && opt_tls_trusted == NULL

Completed in 27 milliseconds