| /src/crypto/external/apache2/openssl/dist/apps/ |
| ts.c | 66 char *untrusted, X509_VERIFY_PARAM *vpm); 71 char *untrusted, 124 { "untrusted", OPT_UNTRUSTED, '<', "Extra untrusted certs" }, 174 " -untrusted extra-certs.pem [-data file] [-digest hexstring]", 183 char *untrusted = NULL; local 298 untrusted = opt_arg(); 362 CApath, CAfile, CAstore, untrusted, 876 const char *CAstore, char *untrusted, 896 CApath, CAfile, CAstore, untrusted, [all...] |
| pkcs12.c | 163 { "untrusted", OPT_UNTRUSTED, '<', "Untrusted certificates for chain building" }, 205 char *untrusted = NULL, *ciphername = NULL, *enc_name = NULL; local 353 untrusted = opt_arg(); 452 if (untrusted != NULL) 453 WARN_NO_EXPORT("untrusted"); 639 /* Load any untrusted certificates for chain building */ 640 if (untrusted != NULL) { 641 if (!load_certs(untrusted, 0, &untrusted_certs, passcerts, 642 "untrusted certificates") [all...] |
| /src/crypto/external/apache2/openssl/dist/include/crypto/ |
| x509.h | 220 /* chain of X509s - untrusted - passed in */ 221 STACK_OF(X509) *untrusted; member in struct:x509_store_ctx_st 255 /* number of untrusted certs */
|
| /src/crypto/external/bsd/openssl/dist/apps/ |
| ts.c | 68 char *untrusted, X509_VERIFY_PARAM *vpm); 73 char *untrusted, 103 {"untrusted", OPT_UNTRUSTED, '<', "Extra untrusted certs"}, 153 " -untrusted extra-certs.pem [-data file] [-digest hexstring]", 162 char *untrusted = NULL; local 274 untrusted = opt_arg(); 338 CApath, CAfile, CAstore, untrusted, 852 const char *CAstore, char *untrusted, 872 CApath, CAfile, CAstore, untrusted, [all...] |
| pkcs12.c | 120 {"untrusted", OPT_UNTRUSTED, '<', "Untrusted certificates for chain building"}, 158 char *untrusted = NULL, *ciphername = NULL, *enc_flag = NULL; local 290 untrusted = opt_arg(); 392 if (untrusted != NULL) 393 WARN_NO_EXPORT("untrusted"); 578 /* Load any untrusted certificates for chain building */ 579 if (untrusted != NULL) { 580 if (!load_certs(untrusted, 0, &untrusted_certs, passcerts, 581 "untrusted certificates") [all...] |
| /src/crypto/external/bsd/openssl/dist/include/crypto/ |
| x509.h | 220 /* chain of X509s - untrusted - passed in */ 221 STACK_OF(X509) *untrusted; member in struct:x509_store_ctx_st 255 /* number of untrusted certs */
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| ts.c | 66 const char *CApath, const char *CAfile, const char *untrusted, 71 const char *untrusted, 112 {"untrusted", OPT_UNTRUSTED, '<', "File with untrusted certs"}, 143 "ts -verify -CApath dir -CAfile file.pem -untrusted file.pem", 153 const char *CAfile = NULL, *untrusted = NULL, *prog; local 257 untrusted = opt_arg(); 312 CApath, CAfile, untrusted, 820 const char *CApath, const char *CAfile, const char *untrusted, 840 CApath, CAfile, untrusted, [all...] |
| /src/crypto/external/bsd/openssl.old/dist/include/crypto/ |
| x509.h | 200 /* chain of X509s - untrusted - passed in */ 201 STACK_OF(X509) *untrusted; member in struct:x509_store_ctx_st 232 /* number of untrusted certs */
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_local.h | 72 STACK_OF(X509) *untrusted; /* untrusted (intermediate CA) certs */ member in struct:ossl_cmp_ctx_st
|
| /src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
| cmp_local.h | 68 STACK_OF(X509) *untrusted; /* untrusted (intermediate CA) certs */ member in struct:ossl_cmp_ctx_st
|