From 1e277ab062d23ffa1b35bd078f9fba5c9b4e6495 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 25 Aug 2016 15:39:43 +0100 Subject: [crypto] Add certstat() to display basic certificate information Signed-off-by: Michael Brown --- src/crypto/x509.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/crypto') diff --git a/src/crypto/x509.c b/src/crypto/x509.c index 4d951509..76ace031 100644 --- a/src/crypto/x509.c +++ b/src/crypto/x509.c @@ -122,10 +122,10 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); __einfo_uniqify ( EINFO_EACCES, 0x0b, "No usable certificates" ) /** - * Get X.509 certificate name (for debugging) + * Get X.509 certificate display name * * @v cert X.509 certificate - * @ret name Name (for debugging) + * @ret name Display name */ const char * x509_name ( struct x509_certificate *cert ) { struct asn1_cursor *common_name = &cert->subject.common_name; -- cgit v1.2.3-55-g7522