From 6bcba429b8feb23fa3de2ee8d77bfa80785676ed Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Wed, 9 Sep 2015 19:01:12 -0600 Subject: * SMIME: Offer the common name of the person, instead of the name of file containing the certificate, as the name to be displayed in the certificate management screen for certificate authorities. Suggested by Matthias Rieber. --- pith/smkeys.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pith/smkeys.h') diff --git a/pith/smkeys.h b/pith/smkeys.h index 37a92a90..e7dbe396 100644 --- a/pith/smkeys.h +++ b/pith/smkeys.h @@ -66,6 +66,8 @@ int load_cert_for_key(char *pathdir, EVP_PKEY *pkey, char **certfile, X50 char *smime_get_date(ASN1_GENERALIZEDTIME *tm); void resort_certificates(CertList **data, WhichCerts ctype); int setup_certs_backup_by_type(WhichCerts ctype); +char *smime_get_cn(X509_NAME *); + #endif /* PITH_SMKEYS_INCLUDED */ #endif /* SMIME */ -- cgit v1.2.3-54-g00ecf