| /src/crypto/external/apache2/openssl/dist/test/recipes/25-test_eai_data/ |
| kdc.sh | 11 -x509 -subj /CN=Root -days 36524 -out kdc-root-cert.pem 37 -subj "/CN=TEST.EXAMPLE" |
|
| /src/crypto/external/apache2/openssl/dist/test/recipes/95-test_external_oqsprovider_data/ |
| oqsprovider-ca.sh | 35 $OPENSSL_APP req -x509 -new -newkey $1 -keyout $1_rootCA.key -out $1_rootCA.crt -subj "/CN=test CA" -nodes 42 $OPENSSL_APP req -new -newkey $1 -keyout $1.key -out $1.csr -nodes -subj "/CN=test Server"
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/25-test_eai_data/ |
| kdc.sh | 11 -x509 -subj /CN=Root -days 36524 -out kdc-root-cert.pem 37 -subj "/CN=TEST.EXAMPLE" |
|
| /src/external/gpl2/xcvs/dist/contrib/ |
| log_accum.in | 420 my $subj = ""; 443 if ($subj eq "") { 444 $subj = $dir; 446 $subj .= ", $dir"; 452 if ($subj ne "") { 453 $subj = "MODIFIED: $subj ..."; 459 $subj .= "ADDED: $added "; 467 $subj .= "REMOVED: $removed "; 475 $subj .= "BRANCHED: $branched"; [all...] |
| /src/crypto/external/apache2/openssl/dist/test/ocsp-tests/ |
| mk-ocsp-cert-chain.sh | 27 -subj /CN=TestRootCA \ 43 -subj /CN=TestIntermediateCA \ 71 -subj /CN=TestServerCA \
|
| /src/external/bsd/openldap/dist/tests/data/tls/ |
| create-crt.sh | 79 -subj "/CN=localhost/OU=OpenLDAP Test Suite/O=OpenLDAP Foundation/ST=CA/C=US" \ 95 -subj "/emailAddress=$EMAIL/CN=$EMAIL/OU=OpenLDAP/O=OpenLDAP Foundation/ST=CA/C=US" \ 111 -subj "/CN=ldap-server/OU=OpenLDAP Test Suite/O=OpenLDAP Foundation/ST=CA/C=US" \
|
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| req.c | 52 static int build_subject(X509_REQ *req, const char *subj, unsigned long chtype, 130 {"subj", OPT_SUBJ, 's', "Set or modify request subject"}, 234 char *req_exts = NULL, *subj = NULL; local 387 subj = opt_arg(); 715 i = make_REQ(req, pkey, subj, multirdn, !x509, chtype); 716 subj = NULL; /* done processing '-subj' option */ 819 if (subj && x509) { 824 if (subj && !x509) { 831 if (build_subject(req, subj, chtype, multirdn) == 0) 1082 X509_NAME *subj; local 1247 X509_NAME *subj; local [all...] |
| ca.c | 94 BIGNUM *serial, const char *subj, unsigned long chtype, 103 BIGNUM *serial, const char *subj, unsigned long chtype, 112 BIGNUM *serial, const char *subj, unsigned long chtype, 120 const char *subj, unsigned long chtype, int multirdn, 160 {"subj", OPT_SUBJ, 's', "Use arg instead of request's subject"}, 246 const char *serialfile = NULL, *subj = NULL; local 295 subj = opt_arg(); 874 attribs, db, serial, subj, chtype, multirdn, 895 db, serial, subj, chtype, multirdn, email_dn, 915 serial, subj, chtype, multirdn, email_dn, startdate [all...] |
| /src/usr.bin/mail/ |
| format.c | 288 const char *user, const char *subj, int tm_isdst) 328 return sfmtstr(src, p, subj); 948 const char *subj; local 953 if ((subj = hfield("subject", mp)) == NULL) 954 subj = hfield("subj", mp); 955 return subj; 983 const char *subj; local 994 subj = protect(subjof(mp)); 1005 fp = subformat(&p, mp, addr, user, subj, tm->tm_isdst) [all...] |
| cmd3.c | 261 reedit(char *subj, const char *pref) 267 if (subj == NULL) 270 if (strncasecmp(subj, pref, preflen) == 0) 271 return subj; 272 newsubj = salloc(strlen(subj) + preflen + 1 + 1); 273 (void)sprintf(newsubj, "%s %s", pref, subj); 344 head.h_subject = hfield("subj", mp); 394 head.h_subject = hfield("subj", mp); 450 hdr.h_subject = hfield("subj", mp);
|
| /src/external/bsd/wpa/dist/hs20/client/ |
| est.c | 372 X509_NAME *subj = NULL; local 436 subj = X509_NAME_new(); 437 if (subj == NULL || 438 !X509_NAME_add_entry_by_txt(subj, "CN", MBSTRING_ASC, 441 !X509_REQ_set_subject_name(req, subj)) 443 X509_NAME_free(subj); 444 subj = NULL; 563 if (subj) 564 X509_NAME_free(subj);
|
| /src/crypto/external/apache2/openssl/dist/demos/guide/ |
| Makefile | 35 openssl req -x509 -new -key pkey.pem -days 36500 -subj '/CN=localhost' -out chain.pem
|
| /src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
| mkcert.sh | 24 -subj "${dn}"
|
| /src/crypto/external/bsd/openssl/dist/test/recipes/ |
| 25-test_x509.t | 68 my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem 78 "-subj", $subj, "-extfile", $extfile, 176 "-nodes", "-subj", "/CN=test.example.com"]))); 181 "-nodes", "-subj", "/CN=ca.example.com"]))); 205 "-subj", "/CN=b.example.com"])));
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
| t_x509.c | 229 X509_NAME *subj; local 236 subj = X509_get_subject_name(x); 237 derlen = i2d_X509_NAME(subj, NULL); 240 i2d_X509_NAME(subj, &dertmp);
|
| /src/usr.bin/msgs/ |
| msgs.c | 116 char subj[128]; variable 387 seensubj = (seensubj || (!blankline && (strncmp(inbuf, "Subj", 4) == 0))); 513 printf("Subject: %s", subj); 831 subj[0] = from[0] = date[0] = 0; 881 if (!seensubj && strncmp(inbuf, "Subj", 4)==0) { 884 strncpy(subj, nxtfld(inbuf), sizeof subj); 897 strncpy(subj, "(No Subject)\n", sizeof subj);
|
| /src/crypto/external/apache2/openssl/dist/apps/ |
| req.c | 167 { "subj", OPT_SUBJ, 's', "Set or modify subject of request or cert" }, 303 char *subj = NULL; local 498 subj = opt_arg(); 772 * subj is expected to be in the format /type0=value0/type1=value1/type2=... 775 if (subj != NULL 776 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) 837 /* Note that -x509 can take over -key and -subj option values. */ 954 if (subj != NULL && !newreq && !gen_x509) { 1176 X509_NAME *subj = X509_REQ_get_subject_name(req); local 1246 if (!add_DN_object(subj, v->value, def, value, nid 1318 X509_NAME *subj; local [all...] |
| ca.c | 99 BIGNUM *serial, const char *subj, unsigned long chtype, 111 BIGNUM *serial, const char *subj, unsigned long chtype, 120 BIGNUM *serial, const char *subj, unsigned long chtype, 128 const char *subj, unsigned long chtype, int multirdn, 241 { "subj", OPT_SUBJ, 's', "Use arg instead of request's subject" }, 335 const char *serialfile = NULL, *subj = NULL; local 396 subj = opt_arg(); 974 attribs, db, serial, subj, chtype, multirdn, 995 db, serial, subj, chtype, multirdn, email_dn, 1016 serial, subj, chtype, multirdn, email_dn, startdate [all...] |
| /src/crypto/external/bsd/openssl/dist/apps/ |
| req.c | 124 {"subj", OPT_SUBJ, 's', "Set or modify subject of request or cert"}, 255 char *req_exts = NULL, *subj = NULL; local 436 subj = opt_arg(); 742 * subj is expected to be in the format /type0=value0/type1=value1/type2=... 745 if (subj != NULL 746 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) 798 /* Note that -x509 can take over -key and -subj option values. */ 909 if (subj != NULL && !newreq && !gen_x509) { 1139 X509_NAME *subj = X509_REQ_get_subject_name(req); local 1218 if (!add_DN_object(subj, v->value, def, value, nid 1301 X509_NAME *subj; local [all...] |
| ca.c | 97 BIGNUM *serial, const char *subj, unsigned long chtype, 109 BIGNUM *serial, const char *subj, unsigned long chtype, 118 BIGNUM *serial, const char *subj, unsigned long chtype, 126 const char *subj, unsigned long chtype, int multirdn, 193 {"subj", OPT_SUBJ, 's', "Use arg instead of request's subject"}, 284 const char *serialfile = NULL, *subj = NULL; local 342 subj = opt_arg(); 968 attribs, db, serial, subj, chtype, multirdn, 989 db, serial, subj, chtype, multirdn, email_dn, 1010 serial, subj, chtype, multirdn, email_dn, startdate [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/x509/ |
| t_x509.c | 230 const X509_NAME *subj; local 240 subj = X509_get_subject_name(x); 241 derlen = i2d_X509_NAME(subj, NULL); 246 i2d_X509_NAME(subj, &dertmp);
|
| /src/crypto/external/apache2/openssl/dist/crypto/cmp/ |
| cmp_genm.c | 25 char *subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); local 30 source, subj, msg); 31 OPENSSL_free(subj);
|
| /src/crypto/external/apache2/openssl/dist/crypto/x509/ |
| t_x509.c | 205 const X509_NAME *subj; local 215 subj = X509_get_subject_name(x); 216 derlen = i2d_X509_NAME(subj, NULL); 221 if (i2d_X509_NAME(subj, &dertmp) < 0)
|
| /src/crypto/external/apache2/openssl/dist/test/smime-certs/ |
| mksmime-certs.sh | 17 $OPENSSL x509 -CA smroot.pem -new -days 36524 -force_pubkey $1 -subj "$2" \
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| mkcert.sh | 87 openssl req "${dopts[@]}" -new -subj / -key "${key}.pem" \
|