/netbsd-src/external/gpl2/xcvs/dist/contrib/ |
H A D | 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"; 481 if ($subj eq "") { [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
H A D | req.c | 52 static int build_subject(X509_REQ *req, const char *subj, unsigned long chtype, 234 char *req_exts = NULL, *subj = NULL; in req_main() local 387 subj = opt_arg(); in req_main() 715 i = make_REQ(req, pkey, subj, multirdn, !x509, chtype); in req_main() 716 subj = NULL; /* done processing '-subj' option */ in req_main() 819 if (subj && x509) { in req_main() 824 if (subj && !x509) { in req_main() 831 if (build_subject(req, subj, chtype, multirdn) == 0) { in req_main() 989 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn, in make_REQ() argument 1031 if (subj) in make_REQ() [all …]
|
H A D | 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, 246 const char *serialfile = NULL, *subj = NULL; in ca_main() local 295 subj = opt_arg(); in ca_main() 874 attribs, db, serial, subj, chtype, multirdn, in ca_main() 895 db, serial, subj, chtype, multirdn, email_dn, in ca_main() 915 serial, subj, chtype, multirdn, email_dn, startdate, in ca_main() 934 serial, subj, chtype, multirdn, email_dn, startdate, in ca_main() [all …]
|
/netbsd-src/usr.bin/mail/ |
H A D | format.c | 298 const char *user, const char *subj, int tm_isdst) in subformat() argument 343 return sfmtstr(src, p, subj); in subformat() 963 const char *subj; in subjof() local 968 if ((subj = hfield("subject", mp)) == NULL) in subjof() 969 subj = hfield("subj", mp); in subjof() 970 return subj; in subjof() 998 const char *subj; in preformat() local 1009 subj = protect(subjof(mp)); in preformat() 1020 fp = subformat(&p, mp, addr, user, subj, t in preformat() [all...] |
H A D | cmd3.c | 261 reedit(char *subj, const char *pref) in reedit() argument 267 if (subj == NULL) in reedit() 270 if (strncasecmp(subj, pref, preflen) == 0) in reedit() 271 return subj; in reedit() 272 newsubj = salloc(strlen(subj) + preflen + 1 + 1); in reedit() 273 (void)sprintf(newsubj, "%s %s", pref, subj); in reedit()
|
H A D | thread.c | 1458 char *subj = hfield(key, mp); in subj_load() local 1459 while (strncasecmp(subj, "Re:", 3) == 0) in subj_load() 1460 subj = skip_WSP(subj + 3); in subj_load() 1462 marray[i].key.str = subj; in subj_load()
|
/netbsd-src/usr.bin/msgs/ |
H A D | msgs.c | 116 char subj[128]; variable 513 printf("Subject: %s", subj); in main() 831 subj[0] = from[0] = date[0] = 0; in gfrsub() 884 strncpy(subj, nxtfld(inbuf), sizeof subj); in gfrsub() 897 strncpy(subj, "(No Subject)\n", sizeof subj); in gfrsub()
|
/netbsd-src/crypto/external/bsd/openssl/dist/apps/ |
H A D | req.c | 255 char *req_exts = NULL, *subj = NULL; in req_main() local 436 subj = opt_arg(); in req_main() 745 if (subj != NULL in req_main() 746 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in req_main() 909 if (subj != NULL && !newreq && !gen_x509) { in req_main() 1139 X509_NAME *subj = X509_REQ_get_subject_name(req); in prompt_info() local 1218 if (!add_DN_object(subj, v->value, def, value, nid, in prompt_info() 1222 if (X509_NAME_entry_count(subj) == 0) { in prompt_info() 1301 X509_NAME *subj; in auto_info() local 1303 subj = X509_REQ_get_subject_name(req); in auto_info() [all …]
|
H A D | 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, 284 const char *serialfile = NULL, *subj = NULL; in ca_main() local 342 subj = opt_arg(); in ca_main() 968 attribs, db, serial, subj, chtype, multirdn, in ca_main() 989 db, serial, subj, chtype, multirdn, email_dn, in ca_main() 1010 serial, subj, chtype, multirdn, email_dn, startdate, in ca_main() 1031 serial, subj, chtype, multirdn, email_dn, startdate, in ca_main() [all …]
|
H A D | x509.c | 264 char *subj = NULL, *digest = NULL; in x509_main() local 427 subj = opt_arg(); in x509_main() 641 if (subj == NULL) { in x509_main() 652 if (subj != NULL in x509_main() 653 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL) in x509_main()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509/ |
H A D | t_x509.c | 229 X509_NAME *subj; in X509_ocspid_print() local 236 subj = X509_get_subject_name(x); in X509_ocspid_print() 237 derlen = i2d_X509_NAME(subj, NULL); in X509_ocspid_print() 240 i2d_X509_NAME(subj, &dertmp); in X509_ocspid_print()
|
/netbsd-src/external/bsd/openldap/dist/tests/data/tls/ |
H A D | create-crt.sh | 58 -subj "/CN=localhost/OU=OpenLDAP Test Suite/O=OpenLDAP Foundation/ST=CA/C=US" \ 73 -subj "/emailAddress=$EMAIL/CN=$EMAIL/OU=OpenLDAP/O=OpenLDAP Foundation/ST=CA/C=US" \
|
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/ |
H A D | 25-test_x509.t | 68 my $subj = "/CN=CA"; # using same DN as in issuer of ee-cert.pem 78 "-subj", $subj, "-extfile", $extfile,
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/x509/ |
H A D | t_x509.c | 230 const X509_NAME *subj; in X509_ocspid_print() local 240 subj = X509_get_subject_name(x); in X509_ocspid_print() 241 derlen = i2d_X509_NAME(subj, NULL); in X509_ocspid_print() 246 i2d_X509_NAME(subj, &dertmp); in X509_ocspid_print()
|
H A D | v3_conf.c | 446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx() argument 455 ctx->subject_cert = subj; in X509V3_set_ctx()
|
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/cmp/ |
H A D | cmp_client.c | 568 char *subj = NULL; in cert_response() local 622 subj = X509_NAME_oneline(X509_get_subject_name(cert), NULL, 0); in cert_response() 648 "rejecting newly enrolled cert with subject: %s", subj); in cert_response() 659 subj, txt); in cert_response() 663 OPENSSL_free(subj); in cert_response()
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/ |
H A D | mkcert.sh | 24 -subj "${dn}"
|
/netbsd-src/sys/netinet6/ |
H A D | icmp6.c | 1235 char *subj = NULL; in ni6_input() local 1332 subj = (char *)&in6_subj; in ni6_input() 1361 IP6_EXTHDR_GET(subj, char *, m, in ni6_input() 1363 if (subj == NULL) in ni6_input() 1365 if (!ni6_dnsmatch(subj, subjlen, mtod(n, const char *), in ni6_input() 1405 addrs = ni6_addrs(ni6, &ifp, subj, &psref); in ni6_input() 1702 ni6_addrs(struct icmp6_nodeinfo *ni6, struct ifnet **ifpp, char *subj, in ni6_addrs() argument 1716 if (subj == NULL) /* must be impossible... */ in ni6_addrs() 1718 subj_ip6 = (struct sockaddr_in6 *)subj; in ni6_addrs()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/x509v3/ |
H A D | v3_conf.c | 432 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req, in X509V3_set_ctx() argument 436 ctx->subject_cert = subj; in X509V3_set_ctx()
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | mkcert.sh | 87 openssl req "${dopts[@]}" -new -subj / -key "${key}.pem" \
|
H A D | tls_dane.sh | 33 openssl req -new -sha256 -subj / -key "${key}.pem" 2>/dev/null \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/certs/ |
H A D | mkcert.sh | 85 openssl req -new -"${OPENSSL_SIGALG}" -subj / -key "${key}.pem" \
|
/netbsd-src/external/ibm-public/postfix/dist/proto/ |
H A D | stop.spell-proto-html | 346 subj
|
/netbsd-src/external/bsd/openldap/dist/servers/slapd/ |
H A D | aci.c | 365 struct berval *subj, in aci_group_member() argument 383 if ( acl_get_part( subj, 0, '/', &subjdn ) < 0 ) { in aci_group_member() 387 if ( acl_get_part( subj, 1, '/', &grpoc ) < 0 ) { in aci_group_member() 391 if ( acl_get_part( subj, 2, '/', &grpat ) < 0 ) { in aci_group_member()
|
/netbsd-src/external/ibm-public/postfix/dist/conf/ |
H A D | postfix-tls-script | 519 -subj "/CN=$fqdn" -days 36525 -out "${_c}" || { 547 ) | $openssl req -config $stdin -new -key "$keyfile" -subj /
|