Home
last modified time | relevance | path

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

123

/dragonfly/crypto/libressl/crypto/x509/
H A Dx509_vpm.c74 int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email,
195 free(paramid->email); in x509_verify_param_zero()
196 paramid->email = NULL; in x509_verify_param_zero()
346 if (test_x509_verify_param_copy_id(email, NULL)) { in X509_VERIFY_PARAM_inherit()
347 if (!X509_VERIFY_PARAM_set1_email(dest, id->email, in X509_VERIFY_PARAM_inherit()
556 X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email, in X509_VERIFY_PARAM_set1_email() argument
559 if (x509_param_set1_internal(&param->id->email, &param->id->emaillen, in X509_VERIFY_PARAM_set1_email()
560 email, emaillen, 1)) in X509_VERIFY_PARAM_set1_email()
H A Dx509_utl.c75 static int append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email);
605 ASN1_IA5STRING *email; in STACK_OF() local
616 email = X509_NAME_ENTRY_get_data(ne); in STACK_OF()
617 if (!append_ia5(&ret, email)) in STACK_OF()
637 append_ia5(STACK_OF(OPENSSL_STRING) **sk, ASN1_IA5STRING *email) in append_ia5() argument
642 if (email->type != V_ASN1_IA5STRING) in append_ia5()
644 if (!email->data || !email->length) in append_ia5()
651 if (sk_OPENSSL_STRING_find(*sk, (char *)email->data) != -1) in append_ia5()
653 emtmp = strdup((char *)email->data); in append_ia5()
H A Dx509_alt.c437 ASN1_IA5STRING *email = NULL; in copy_email() local
459 email = ASN1_STRING_dup(X509_NAME_ENTRY_get_data(ne)); in copy_email()
465 if (!email || !(gen = GENERAL_NAME_new())) { in copy_email()
469 gen->d.ia5 = email; in copy_email()
470 email = NULL; in copy_email()
483 ASN1_IA5STRING_free(email); in copy_email()
H A Dvpm_int.h68 char *email; /* If not NULL email address to match */ member
H A Dx509_constraints.c822 X509_NAME_ENTRY *email; in x509_constraints_extract_names() local
855 if ((email = X509_NAME_get_entry(subject_name, i)) == NULL || in x509_constraints_extract_names()
856 (aname = X509_NAME_ENTRY_get_data(email)) == NULL) { in x509_constraints_extract_names()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dservice.texi15 @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
/dragonfly/contrib/file/
H A DMAINT13 getting email from around the world asking me why "my" file command
44 Christos Zoulas (see README for email address)
/dragonfly/contrib/cryptsetup/po/
H A DMakevars23 # This is the email address or URL to which the translators shall report
34 # It can be your email address, or a mailing list address where translators
/dragonfly/contrib/wpa_supplicant/src/tls/
H A Dx509v3.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()
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()
H A Dx509v3.h37 char *email; /* emailAddress */ member
/dragonfly/test/test/
H A Dbar2 testing new email script
/dragonfly/lib/libc/db/
H A DREADME13 send email to the contact address below.
/dragonfly/etc/mail/
H A Daliases18 # root's email from here.
/dragonfly/contrib/tnftp/
H A DREADME48 Please email feedback back to the maintainer:
/dragonfly/etc/mtree/
H A DREADME49 If you want details on it bug me about it via email to
/dragonfly/crypto/libressl/apps/openssl/
H A Dx509.c111 int email; member
439 .opt.order = &x509_config.email,
994 } else if ((x509_config.email == i) || in x509_main()
998 if (x509_config.email == i) in x509_main()
/dragonfly/share/i18n/csmapper/KAZAKH/
H A DPTCP154%UCS.src41 # Person & email address to contact for further information:
H A DUCS%PTCP154.src41 # Person & email address to contact for further information:
/dragonfly/contrib/tcp_wrappers/
H A DREADME.IRIX5 could be solved via email, and then some remained.
/dragonfly/contrib/xz/
H A DREADME180 Report your bug via email or IRC (see Contact information below).
231 weeks, assume that your email has got lost and resend it or use IRC.
/dragonfly/share/syscons/keymaps/
H A Dcz.iso2.kbd101 # If you have any comments, send me email, in English, Czech, or Slovak,
104 # If you are sending email from aol.com, hotmail.com, or
H A Dsk.iso2.kbd103 # If you have any comments, send me email, in English or Slovak,
106 # If you are sending email from aol.com, hotmail.com, or
/dragonfly/crypto/openssh/
H A DCREDITS51 Jonchen (email unknown) - the original author of PAM support of SSH
/dragonfly/contrib/nvi2/catalog/
H A DREADME86 doubts about the meaning of a message, just email me.
/dragonfly/crypto/libressl/include/openssl/
H A Dx509_vfy.h449 int X509_VERIFY_PARAM_set1_email(X509_VERIFY_PARAM *param, const char *email,

123