summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2016-08-25 16:39:43 +0200
committerMichael Brown2016-08-31 16:41:15 +0200
commit1e277ab062d23ffa1b35bd078f9fba5c9b4e6495 (patch)
tree117c48b7461cc9206cc227e5e5043f6b096c8a42 /src/crypto
parent[crypto] Allow certificates to be marked as having been added explicitly (diff)
downloadipxe-1e277ab062d23ffa1b35bd078f9fba5c9b4e6495.tar.gz
ipxe-1e277ab062d23ffa1b35bd078f9fba5c9b4e6495.tar.xz
ipxe-1e277ab062d23ffa1b35bd078f9fba5c9b4e6495.zip
[crypto] Add certstat() to display basic certificate information
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/x509.c4
1 files changed, 2 insertions, 2 deletions
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;