Changeset b55bf71 in mod_gnutls
- Timestamp:
- Nov 16, 2013, 2:46:50 AM (9 years ago)
- Branches:
- asyncio, debian/master, debian/stretch-backports, jessie-backports, master, proxy-ticket, upstream
- Children:
- 37b52ea
- Parents:
- a01f8ab
- git-author:
- Daniel Kahn Gillmor <dkg@…> (02/03/13 09:59:26)
- git-committer:
- Daniel Kahn Gillmor <dkg@…> (11/16/13 02:46:50)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/gnutls_hooks.c
ra01f8ab rb55bf71 1467 1467 This should be the the first rfc822Name from the sAN. 1468 1468 1469 (MAYBE: leaf rfc822Name in the certificate's subject, but this is 1470 deprecated, and i don't see the OID in x509.h; can we 1471 support it?) 1472 1469 failing that, we'll take the leaf email in the certificate's 1470 subject; this is a deprecated use though. 1473 1471 */ 1474 1472 email = mgs_x509_first_type_from_san(sp, GNUTLS_SAN_RFC822NAME, cert); 1475 1473 if (email == NULL) 1474 email = mgs_x509_leaf_oid_from_dn(sp, GNUTLS_OID_PKCS9_EMAIL, cert); 1476 1475 1477 1476 /* assemble all the parts: */
Note: See TracChangeset
for help on using the changeset viewer.