HomeSort by: relevance | last modified time | path
    Searched refs:OPT_TRUSTED (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
verify.c 30 OPT_UNTRUSTED, OPT_TRUSTED, OPT_CRLFILE, OPT_CRL_DOWNLOAD, OPT_SHOW_CHAIN,
48 {"trusted", OPT_TRUSTED, '<', "A file of trusted certificates"},
128 case OPT_TRUSTED:
  /src/crypto/external/apache2/openssl/dist/apps/
verify.c 38 OPT_TRUSTED,
62 { "trusted", OPT_TRUSTED, '<', "A file of trusted certificates" },
163 case OPT_TRUSTED:
cmp.c 84 static char *opt_trusted = NULL; variable
279 OPT_TRUSTED,
499 { "trusted", OPT_TRUSTED, 's',
738 { &opt_trusted }, { &opt_untrusted }, { &opt_srvcert },
1379 if (opt_srvcert != NULL || opt_trusted != NULL) {
1381 if (opt_trusted != NULL) {
1383 opt_trusted = NULL;
1394 if (opt_trusted != NULL) {
1401 ts = load_trusted(opt_trusted, 0, "certs trusted by client");
1643 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
verify.c 32 OPT_UNTRUSTED, OPT_TRUSTED, OPT_CRLFILE, OPT_CRL_DOWNLOAD, OPT_SHOW_CHAIN,
51 {"trusted", OPT_TRUSTED, '<', "A file of trusted certificates"},
152 case OPT_TRUSTED:
cmp.c 83 static char *opt_trusted = NULL; variable
220 OPT_TRUSTED, OPT_UNTRUSTED, OPT_SRVCERT,
374 {"trusted", OPT_TRUSTED, 's',
574 {&opt_trusted}, {&opt_untrusted}, {&opt_srvcert},
1182 if (opt_srvcert != NULL || opt_trusted != NULL) {
1188 if (opt_trusted != NULL) {
1190 opt_trusted = NULL;
1203 if (opt_trusted != NULL) {
1208 ts = load_trusted(opt_trusted, 0, "certs trusted by client");
1447 if (opt_secret == NULL && opt_srvcert == NULL && opt_trusted == NULL
    [all...]

Completed in 36 milliseconds