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

  /src/crypto/external/apache2/openssl/dist/apps/
sess_id.c 28 OPT_CERT,
47 { "cert", OPT_CERT, '-', "Output certificate " },
94 case OPT_CERT:
s_time.c 50 OPT_CERT,
108 { "cert", OPT_CERT, '<', "Cert file to use, PEM format assumed" },
179 case OPT_CERT:
ts.c 87 OPT_CERT,
135 { "cert", OPT_CERT, '-', "Put cert request into query" },
255 case OPT_CERT:
ocsp.c 129 OPT_CERT,
237 { "cert", OPT_CERT, '<',
479 case OPT_CERT:
ca.c 165 OPT_CERT,
271 { "cert", OPT_CERT, '<', "The CA cert" },
449 case OPT_CERT:
s_server.c 729 OPT_CERT,
895 { "cert", OPT_CERT, '<', "Server certificate file to use; default " TEST_CERT },
1342 case OPT_CERT:
cmp.c 107 static char *opt_cert = NULL; variable
299 OPT_CERT,
544 { "cert", OPT_CERT, 's',
747 { &opt_cert }, { &opt_own_trusted }, { &opt_key }, { &opt_keypass },
1603 if (opt_ref == NULL && opt_cert == NULL && opt_subject == NULL) {
1608 if (opt_secret == NULL && ((opt_cert == NULL) != (opt_key == NULL))) {
1625 if (opt_cert != NULL || opt_key != NULL)
1646 if (opt_cert != NULL) {
1652 if (!load_cert_certs(opt_cert, &cert, &certs, 0, opt_keypass,
1655 /* opt_keypass is needed if opt_cert is an encrypted PKCS#12 file *
    [all...]
s_client.c 488 OPT_CERT,
653 { "cert", OPT_CERT, '<', "Client certificate file to use" },
1172 case OPT_CERT:
  /src/crypto/external/bsd/openssl/dist/apps/
sess_id.c 24 OPT_TEXT, OPT_CERT, OPT_NOOUT, OPT_CONTEXT
41 {"cert", OPT_CERT, '-', "Output certificate "},
88 case OPT_CERT:
s_time.c 47 OPT_CONNECT, OPT_CIPHER, OPT_CIPHERSUITES, OPT_CERT, OPT_NAMEOPT, OPT_KEY,
90 {"cert", OPT_CERT, '<', "Cert file to use, PEM format assumed"},
161 case OPT_CERT:
ts.c 82 OPT_DIGEST, OPT_TSPOLICY, OPT_NO_NONCE, OPT_CERT,
114 {"cert", OPT_CERT, '-', "Put cert request into query"},
231 case OPT_CERT:
ocsp.c 102 OPT_RESPOUT, OPT_PATH, OPT_ISSUER, OPT_CERT, OPT_SERIAL,
199 {"cert", OPT_CERT, '<', "Certificate to check"},
438 case OPT_CERT:
ca.c 150 OPT_KEY, OPT_CERT, OPT_CERTFORM, OPT_SELFSIGN,
220 {"cert", OPT_CERT, '<', "The CA cert"},
393 case OPT_CERT:
cmp.c 95 static char *opt_cert = NULL; variable
225 OPT_REF, OPT_SECRET, OPT_CERT, OPT_OWN_TRUSTED, OPT_KEY, OPT_KEYPASS,
401 {"cert", OPT_CERT, 's',
580 {&opt_cert}, {&opt_own_trusted}, {&opt_key}, {&opt_keypass},
1407 if (opt_ref == NULL && opt_cert == NULL && opt_subject == NULL) {
1412 if (!opt_secret && ((opt_cert == NULL) != (opt_key == NULL))) {
1429 if (opt_cert != NULL || opt_key != NULL)
1450 if (opt_cert != NULL) {
1456 if (!load_cert_certs(opt_cert, &cert, &certs, 0, opt_keypass,
1459 /* opt_keypass is needed if opt_cert is an encrypted PKCS#12 file *
    [all...]
s_client.c 435 OPT_CERT, OPT_CRL, OPT_CRL_DOWNLOAD, OPT_SESS_OUT, OPT_SESS_IN,
519 {"cert", OPT_CERT, '<', "Client certificate file to use"},
1013 case OPT_CERT:
s_server.c 694 OPT_VERIFY, OPT_NAMEOPT, OPT_UPPER_V_VERIFY, OPT_CONTEXT, OPT_CERT, OPT_CRL,
768 {"cert", OPT_CERT, '<', "Server certificate file to use; default " TEST_CERT},
1194 case OPT_CERT:
  /src/crypto/external/bsd/openssl.old/dist/apps/
sess_id.c 24 OPT_TEXT, OPT_CERT, OPT_NOOUT, OPT_CONTEXT
35 {"cert", OPT_CERT, '-', "Output certificate "},
83 case OPT_CERT:
s_time.c 47 OPT_CONNECT, OPT_CIPHER, OPT_CIPHERSUITES, OPT_CERT, OPT_NAMEOPT, OPT_KEY,
60 {"cert", OPT_CERT, '<', "Cert file to use, PEM format assumed"},
137 case OPT_CERT:
ts.c 80 OPT_DIGEST, OPT_TSPOLICY, OPT_NO_NONCE, OPT_CERT,
97 {"cert", OPT_CERT, '-', "Put cert request into query"},
217 case OPT_CERT:
ca.c 144 OPT_KEY, OPT_CERT, OPT_SELFSIGN, OPT_IN, OPT_OUT, OPT_OUTDIR,
178 {"cert", OPT_CERT, '<', "The CA cert"},
342 case OPT_CERT:
ocsp.c 135 OPT_RESPOUT, OPT_PATH, OPT_ISSUER, OPT_CERT, OPT_SERIAL,
205 {"cert", OPT_CERT, '<', "Certificate to check"},
430 case OPT_CERT:
s_client.c 569 OPT_CERT, OPT_CRL, OPT_CRL_DOWNLOAD, OPT_SESS_OUT, OPT_SESS_IN,
621 {"cert", OPT_CERT, '<', "Certificate file to use, PEM format assumed"},
1103 case OPT_CERT:
s_server.c 740 OPT_VERIFY, OPT_NAMEOPT, OPT_UPPER_V_VERIFY, OPT_CONTEXT, OPT_CERT, OPT_CRL,
787 {"cert", OPT_CERT, '<', "Certificate file to use; default is " TEST_CERT},
1195 case OPT_CERT:

Completed in 59 milliseconds