From d906bb195995d00fde68d2713467810107a464cd Mon Sep 17 00:00:00 2001 From: David Rose Date: Sat, 26 Feb 2011 19:36:13 +0000 Subject: [PATCH] include NID_subject_alt_name for friendly name --- panda/src/express/multifile.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/panda/src/express/multifile.cxx b/panda/src/express/multifile.cxx index 66dd8bc1c5..1aba22d7e6 100644 --- a/panda/src/express/multifile.cxx +++ b/panda/src/express/multifile.cxx @@ -1020,6 +1020,7 @@ get_signature_friendly_name(int n) const { static const int nid_choices[] = { NID_pkcs9_emailAddress, + NID_subject_alt_name, NID_commonName, -1, };