| /freebsd-11-stable/contrib/tzdata/ |
| HD | CONTRIBUTING | 7 free to fill gaps or fix mistakes, and please email improvements 8 to tz@iana.org for use in the future. In your email, please give 16 To email small changes, please run a POSIX shell command like 18 myfix.patch to the email. 78 git send-email master 80 For an archived example of such an email, see 88 email as illustrated above.
|
| /freebsd-11-stable/crypto/openssl/crypto/x509/ |
| HD | x509_vpm.c | 159 if (paramid->email) { in x509_verify_param_zero() 160 OPENSSL_free(paramid->email); in x509_verify_param_zero() 161 paramid->email = NULL; in x509_verify_param_zero() 190 paramid->email = NULL; in X509_VERIFY_PARAM_new() 320 if (test_x509_verify_param_copy_id(email, NULL)) { in X509_VERIFY_PARAM_inherit() 321 if (!X509_VERIFY_PARAM_set1_email(dest, id->email, id->emaillen)) in X509_VERIFY_PARAM_inherit() 489 const char *email, size_t emaillen) in X509_VERIFY_PARAM_set1_email() argument 491 return int_x509_param_set1(¶m->id->email, ¶m->id->emaillen, in X509_VERIFY_PARAM_set1_email() 492 email, emaillen); in X509_VERIFY_PARAM_set1_email()
|
| HD | vpm_int.h | 66 char *email; /* If not NULL email address to match */ member
|
| /freebsd-11-stable/crypto/openssl/apps/ |
| HD | openssl.cnf | 183 # nsCertType = client, email 186 # nsCertType = client, email, objsign 199 # Import the email address. 200 # subjectAltName=email:copy 203 # subjectAltName=email:move 251 # Include email address in subject alt name: another PKIX recommendation 252 # subjectAltName=email:copy 288 # nsCertType = client, email 291 # nsCertType = client, email, objsign 304 # Import the email address. [all …]
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | service.texi | 15 @email{gcc-help@@gcc.gnu.org} (for help installing or using GCC), and if 16 that brings no response, try @email{gcc@@gcc.gnu.org}. For help 17 changing GCC, ask @email{gcc@@gcc.gnu.org}. If you think you have found
|
| /freebsd-11-stable/crypto/openssl/doc/apps/ |
| HD | x509v3_config.pod | 164 included in the configuration file. These include B<email> (an email address) 169 The email option include a special 'copy' value. This will automatically 170 include and email addresses contained in the certificate subject name in 185 subjectAltName=email:copy,email:my@other.address,URI:http://my.url.here/ 188 subjectAltName=email:my@other.address,RID:1.2.3.4 203 subject alternative name. It does B<not> support the email:copy option because 218 that email:copy is not supported). accessOID can be any valid OID but only 382 the name and the value follows the syntax of subjectAltName except email:copy 390 nameConstraints=permitted;email:.somedomain.com 392 nameConstraints=excluded;email:.com [all …]
|
| /freebsd-11-stable/ |
| HD | MAINTAINERS | 54 fetch des Pre-commit review requested, email only. 61 libfetch des Pre-commit review requested, email only. 63 libpam des Pre-commit review requested, email only. 64 linprocfs des Pre-commit review requested, email only. 75 openssh des Pre-commit review requested, email only. 80 procfs des Pre-commit review requested, email only. 81 pseudofs des Pre-commit review requested, email only.
|
| /freebsd-11-stable/crypto/heimdal/doc/ |
| HD | intro.texi | 78 Bug reports should be sent to @email{heimdal-bugs@@h5l.org}. Please 90 Heimdal. @email{heimdal-announce@@sics.se} is a low-volume announcement 91 list, while @email{heimdal-discuss@@sics.se} is for general discussion. 92 Send a message to @email{majordomo@@sics.se} to subscribe.
|
| HD | hx509.texi | 558 @subsection S/MIME - email 561 more email addresses and an extended eku usage (EKU), emailProtection. 563 The email address format used in S/MIME certificates is defined in 566 There are two ways to specifify email address in certificates. The old 570 Even though the email address is stored in certificates, they don't need 571 to be, email reader programs are required to accept certificates that 572 doesn't have either of the two methods of storing email in certificates 573 -- in which case, the email client will try to protect the user by 577 issued with a NULL subject distinguished name plus the email in SAN, 581 hx509 issue-certificate supports adding the email SAN to certificate by [all …]
|
| /freebsd-11-stable/crypto/openssl/crypto/x509v3/ |
| HD | v3_alt.c | 362 ASN1_IA5STRING *email = NULL; in copy_email() local 383 email = M_ASN1_IA5STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email() 389 if (!email || !(gen = GENERAL_NAME_new())) { in copy_email() 393 gen->d.ia5 = email; in copy_email() 394 email = NULL; in copy_email() 407 M_ASN1_IA5STRING_free(email); in copy_email()
|
| HD | v3_utl.c | 73 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email); 578 ASN1_IA5STRING *email; in STACK_OF() local 587 email = X509_NAME_ENTRY_get_data(ne); in STACK_OF() 588 if (!append_ia5(&ret, email)) in STACK_OF() 606 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email) in append_ia5() argument 610 if (email->type != V_ASN1_IA5STRING) in append_ia5() 612 if (!email->data || !email->length) in append_ia5() 619 if (sk_OPENSSL_STRING_find(*sk, (char *)email->data) != -1) in append_ia5() 621 emtmp = BUF_strdup((char *)email->data); in append_ia5()
|
| HD | v3nametest.c | 218 int email; member 311 if (fn->email) { in run_cert()
|
| /freebsd-11-stable/secure/caroot/trusted/ |
| HD | Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem | 61 email:.gr 62 email:.eu 63 email:.edu 64 email:.org
|
| /freebsd-11-stable/crypto/heimdal/lib/hx509/ |
| HD | req.c | 155 const char *email) in _hx509_request_add_email() argument 161 name.u.dNSName.data = rk_UNCONST(email); in _hx509_request_add_email() 162 name.u.dNSName.length = strlen(email); in _hx509_request_add_email()
|
| HD | test_ca.in | 192 --email="lha@test.h5l.se" \ 193 --email="test@test.h5l.se" \ 201 --email="lha@test.h5l.se" \ 416 --email="lha@test.h5l.se" \
|
| /freebsd-11-stable/contrib/file/ |
| HD | MAINT | 13 getting email from around the world asking me why "my" file command 44 Christos Zoulas (see README for email address)
|
| /freebsd-11-stable/contrib/wpa/src/tls/ |
| HD | x509v3.c | 27 os_free(name->email); in x509_free_name() 28 name->email = NULL; in x509_free_name() 173 res = x509_str_compare(a->email, b->email); in x509_name_compare() 412 os_free(name->email); in x509_parse_name() 413 name->email = os_malloc(hdr.length + 1); in x509_parse_name() 414 if (name->email == NULL) { in x509_parse_name() 418 os_memcpy(name->email, hdr.payload, hdr.length); in x509_parse_name() 419 name->email[hdr.length] = '\0'; in x509_parse_name() 526 if (name->email) { in x509_name_string() 528 name->email); in x509_name_string()
|
| /freebsd-11-stable/crypto/openssl/doc/crypto/ |
| HD | X509_VERIFY_PARAM_set_flags.pod | 37 const char *email, size_t emaillen); 108 X509_VERIFY_PARAM_set1_email() sets the expected RFC822 email address to 109 B<email>. If B<email> is NUL-terminated, B<emaillen> may be zero, otherwise 110 B<emaillen> must be set to the length of B<email>. When an email address
|
| HD | X509_check_host.pod | 22 certificate matches a given host name, email address, or IP address. 51 email B<address>. Only the mailbox syntax of RFC 822 is supported, 85 one subject alternative name of the right type (DNS name or email
|
| /freebsd-11-stable/crypto/openssl/doc/ |
| HD | openssl.txt | 51 …, DirName:/C=AU/ST=Some-State/O=Internet Widgits Pty Ltd/Email=email@1.address/Email=email@2.addre… 55 email:email@1.address, email:email@2.address 138 subjectAltName=email:steve@here,email:steve@there 146 email.1=steve@here 147 email.2=steve@there 213 nsCertType (netscape certificate type) takes the flags: client, server, email, 239 nsCertType=objsign,email,server 351 included in the configuration file. These include "email" (an email address) 355 Also the email option include a special 'copy' value. This will automatically 356 include and email addresses contained in the certificate subject name in [all …]
|
| /freebsd-11-stable/contrib/ntp/html/hints/ |
| HD | parse | 75 Conrad DCF77 receiver (email: time@informatik.uni-erlangen.de) 77 TimeBrick (email: time@informatik.uni-erlangen.de)
|
| /freebsd-11-stable/contrib/ipfilter/ |
| HD | BugReport | 4 Please also send an email to darrenr@reed.wattle.id.au.
|
| /freebsd-11-stable/contrib/groff/ |
| HD | PROJECTS | 13 gnu.groff.bug (or send email to bug-groff@gnu.org) to see if anyone else
|
| /freebsd-11-stable/contrib/sendmail/contrib/ |
| HD | domainmap.m4 | 14 fully-qualified email address). 91 R $+ <$+> <ERROR> $#error $@ 5.1.1 $: "550 email address lookup in domain map failed"
|
| /freebsd-11-stable/contrib/tcsh/ |
| HD | README.md | 16 Comments, questions, etc. (even flames) are welcome via email to
|