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

  /src/crypto/external/apache2/openssl/dist/apps/
req.c 310 int ret = 1, gen_x509 = 0, i = 0, newreq = 0, verbose = 0, progress = 1; local
462 gen_x509 = 1;
466 gen_x509 = 1;
553 if (!gen_x509) {
564 if (gen_x509)
619 gen_x509 ? V3_EXTENSIONS : REQ_EXTENSIONS);
629 gen_x509 ? "x509" : "request", extsect);
820 if (newreq || gen_x509) {
833 if (!make_REQ(req, pkey, fsubj, multirdn, !gen_x509, chtype)) {
839 if (gen_x509) {
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 261 int ret = 1, gen_x509 = 0, i = 0, newreq = 0, verbose = 0; local
406 gen_x509 = 1;
410 gen_x509 = 1;
487 if (!gen_x509) {
493 if (gen_x509 && infile == NULL)
781 if (newreq || gen_x509) {
794 if (!make_REQ(req, pkey, fsubj, multirdn, !gen_x509, chtype)){
800 if (gen_x509) {
909 if (subj != NULL && !newreq && !gen_x509) {
967 if (gen_x509)
    [all...]

Completed in 22 milliseconds