| /src/crypto/external/bsd/openssl/dist/apps/ |
| x509.c | 276 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; local 397 extsect = opt_arg(); 679 if (extsect != NULL) 687 if (extsect == NULL) { 688 extsect = NCONF_get_string(extconf, "default", "extensions"); 689 if (extsect == NULL) { 691 extsect = "default"; 696 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { 698 "Error checking extension section %s\n", extsect); 837 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| x509.c | 169 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; local 260 extsect = opt_arg(); 498 if (extsect == NULL) { 499 extsect = NCONF_get_string(extconf, "default", "extensions"); 500 if (extsect == NULL) { 502 extsect = "default"; 507 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { 509 "Error Loading extension section %s\n", extsect); 804 if (!sign(x, Upkey, days, clrext, digest, extconf, extsect, preserve_dates)) 818 extconf, extsect, sno, reqfile, preserve_dates) [all...] |
| /src/crypto/external/apache2/openssl/dist/apps/ |
| req.c | 297 char *extsect = NULL; local 512 extsect = opt_arg(); 617 if (extsect == NULL) 618 extsect = app_conf_try_string(req_conf, section, 620 if (extsect != NULL) { 626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL)) { 629 gen_x509 ? "x509" : "request", extsect); 897 if (extsect != NULL 898 && !X509V3_EXT_add_nconf(req_conf, &ext_ctx, extsect, new_x509)) { 900 extsect); [all...] |
| x509.c | 342 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passinarg = NULL; local 470 extsect = opt_arg(); 771 if (extsect != NULL) 779 if (extsect == NULL) { 780 extsect = app_conf_try_string(extconf, "default", "extensions"); 781 if (extsect == NULL) 782 extsect = "default"; 786 if (!X509V3_EXT_add_nconf(extconf, &ctx2, extsect, NULL)) { 788 "Error checking extension section %s\n", extsect); 936 if (!X509V3_EXT_add_nconf(extconf, &ext_ctx, extsect, x)) [all...] |