Home
last modified time | relevance | path

Searched refs:email (Results 1 – 25 of 181) sorted by relevance

12345678

/freebsd-13-stable/contrib/tzcode/
HDCONTRIBUTING5 email as described below.
11 free to fill gaps or fix mistakes, and please email improvements
12 to <tz@iana.org> for use in the future. In your email, please give
17 To email small changes, please run a POSIX shell command like
19 'myfix.patch' to the email.
90 git send-email main
92 For an archived example of such an email, see
HDSECURITY1 Please report any sensitive security-related bugs via email to the
4 Put "tzdb security" at the start of your email's subject line.
8 via email to make sure we received your original message.
/freebsd-13-stable/contrib/tzdata/
HDCONTRIBUTING5 email as described below.
11 free to fill gaps or fix mistakes, and please email improvements
12 to <tz@iana.org> for use in the future. In your email, please give
17 To email small changes, please run a POSIX shell command like
19 'myfix.patch' to the email.
90 git send-email main
92 For an archived example of such an email, see
HDSECURITY1 Please report any sensitive security-related bugs via email to the
4 Put "tzdb security" at the start of your email's subject line.
8 via email to make sure we received your original message.
/freebsd-13-stable/crypto/openssl/apps/
HDopenssl.cnf185 # nsCertType = client, email
188 # nsCertType = client, email, objsign
201 # Import the email address.
202 # subjectAltName=email:copy
205 # subjectAltName=email:move
249 # Include email address in subject alt name: another PKIX recommendation
250 # subjectAltName=email:copy
286 # nsCertType = client, email
289 # nsCertType = client, email, objsign
302 # Import the email address.
[all …]
/freebsd-13-stable/contrib/kyua/
HDAUTHORS8 # * Name <email address>
9 # * Organization <optional email address>
/freebsd-13-stable/crypto/openssl/doc/man5/
HDx509v3_config.pod162 included in the configuration file. These include B<email> (an email address)
167 The email option include a special 'copy' value. This will automatically
168 include any email addresses contained in the certificate subject name in
183 subjectAltName=email:copy,email:my@other.address,URI:http://my.url.here/
186 subjectAltName=email:my@other.address,RID:1.2.3.4
201 subject alternative name. It does B<not> support the email:copy option because
216 that email:copy is not supported). accessOID can be any valid OID but only
386 the name and the value follows the syntax of subjectAltName except email:copy
394 nameConstraints=permitted;email:.somedomain.com
396 nameConstraints=excluded;email:.com
[all …]
/freebsd-13-stable/crypto/openssl/crypto/x509/
HDx509_vpm.c105 OPENSSL_free(param->email); in X509_VERIFY_PARAM_free()
215 if (test_x509_verify_param_copy(email, NULL)) { in X509_VERIFY_PARAM_inherit()
216 if (!X509_VERIFY_PARAM_set1_email(dest, src->email, src->emaillen)) in X509_VERIFY_PARAM_inherit()
425 const char *email, size_t emaillen) in X509_VERIFY_PARAM_set1_email() argument
427 return int_x509_param_set1(&param->email, &param->emaillen, in X509_VERIFY_PARAM_set1_email()
428 email, emaillen); in X509_VERIFY_PARAM_set1_email()
/freebsd-13-stable/
HDMAINTAINERS55 fetch des Pre-commit review requested, email only.
63 libfetch des Pre-commit review requested, email only.
65 libm freebsd-numerics Send email with patches to freebsd-numerics@
66 libpam des Pre-commit review requested, email only.
67 linprocfs des Pre-commit review requested, email only.
77 openssh des Pre-commit review requested, email only.
82 procfs des Pre-commit review requested, email only.
83 pseudofs des Pre-commit review requested, email only.
/freebsd-13-stable/crypto/heimdal/doc/
HDintro.texi78 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.
HDhx509.texi558 @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-13-stable/crypto/openssl/crypto/x509v3/
HDv3_utl.c29 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email);
497 const ASN1_IA5STRING *email; in STACK_OF() local
506 email = X509_NAME_ENTRY_get_data(ne); in STACK_OF()
507 if (!append_ia5(&ret, email)) in STACK_OF()
525 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, const ASN1_IA5STRING *email) in append_ia5() argument
529 if (email->type != V_ASN1_IA5STRING) in append_ia5()
531 if (email->data == NULL || email->length == 0) in append_ia5()
533 if (memchr(email->data, 0, email->length) != NULL) in append_ia5()
540 emtmp = OPENSSL_strndup((char *)email->data, email->length); in append_ia5()
HDv3_alt.c345 ASN1_IA5STRING *email = NULL; in copy_email() local
367 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email()
373 if (email == NULL || (gen = GENERAL_NAME_new()) == NULL) { in copy_email()
377 gen->d.ia5 = email; in copy_email()
378 email = NULL; in copy_email()
391 ASN1_IA5STRING_free(email); in copy_email()
/freebsd-13-stable/secure/caroot/blacklisted/
HDHellenic_Academic_and_Research_Institutions_RootCA_2011.pem60 email:.gr
61 email:.eu
62 email:.edu
63 email:.org
/freebsd-13-stable/contrib/wpa/wpa_supplicant/doc/docbook/
HDwpa_passphrase.sgml70 Jouni Malinen <email>j@w1.fi</email> and
HDwpa_gui.sgml99 Jouni Malinen <email>j@w1.fi</email> and
/freebsd-13-stable/crypto/heimdal/lib/hx509/
HDreq.c155 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()
HDtest_ca.in192 --email="lha@test.h5l.se" \
193 --email="test@test.h5l.se" \
201 --email="lha@test.h5l.se" \
416 --email="lha@test.h5l.se" \
/freebsd-13-stable/contrib/file/
HDMAINT13 getting email from around the world asking me why "my" file command
44 Christos Zoulas (see README for email address)
/freebsd-13-stable/contrib/wpa/src/tls/
HDx509v3.c27 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()
406 os_free(name->email); in x509_parse_name()
407 name->email = os_malloc(hdr.length + 1); in x509_parse_name()
408 if (name->email == NULL) { in x509_parse_name()
412 os_memcpy(name->email, hdr.payload, hdr.length); in x509_parse_name()
413 name->email[hdr.length] = '\0'; in x509_parse_name()
520 if (name->email) { in x509_name_string()
522 name->email); in x509_name_string()
/freebsd-13-stable/crypto/openssl/doc/man3/
HDX509_check_host.pod22 certificate matches a given hostname, email address, or IP address.
51 email B<address>. Only the mailbox syntax of RFC 822 is supported,
87 one subject alternative name of the right type (DNS name or email
93 names of the right type (DNS name or email address as appropriate); the default
/freebsd-13-stable/contrib/ipfilter/
HDBugReport4 Please also send an email to darrenr@reed.wattle.id.au.
/freebsd-13-stable/contrib/ntp/html/hints/
HDparse75 Conrad DCF77 receiver (email: time@informatik.uni-erlangen.de)
77 TimeBrick (email: time@informatik.uni-erlangen.de)
/freebsd-13-stable/crypto/openssl/
HDREADME56 openssl-users email list (see
79 is necessarily a bug in OpenSSL. Use the openssl-users email list for this type
/freebsd-13-stable/sys/contrib/openzfs/.github/
HDCONTRIBUTING.md230 Signed-off-by: Contributor <contributor@email.com>
257 Signed-off-by: Contributor <contributor@email.com>
262 name followed by their email. This is the developer's certification
275 `Co-authored-by: Name <gitregistered@email.address>`
279 The email address used here should be the same as on the GitHub profile of said user.
280 If said user does not have their email address public, please use the following instead:

12345678