From db9e1df818d78ade0917eb11d5a8f2aa589b6161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 26 Apr 2006 13:49:27 +0000 Subject: [PATCH] Fix comment about subject name of proxy certificate. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17258 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hx509/cert.c b/lib/hx509/cert.c index 3b5f62c5f..b460662aa 100644 --- a/lib/hx509/cert.c +++ b/lib/hx509/cert.c @@ -1320,7 +1320,7 @@ hx509_verify_path(hx509_context context, goto out; } - /* XXX verify issuer name */ + /* XXX verify subject name is CN=XXX, */ free_ProxyCertInfo(&info); break;