From 98a0fa6017bbde4cff98cb4a417968dfc20aa96a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 4 Jun 2007 23:07:46 +0000 Subject: [PATCH] Print certificate with utf8. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20898 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/test_crypto.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/hx509/test_crypto.in b/lib/hx509/test_crypto.in index 8237f5811..f36281197 100644 --- a/lib/hx509/test_crypto.in +++ b/lib/hx509/test_crypto.in @@ -180,5 +180,8 @@ ${hxtool} certificate-copy \ FILE:out.pem \ PKCS12:out2.pem || exit 1 +echo "print certificate with utf8" +${hxtool} print \ + FILE:$srcdir/data/j.pem >/dev/null 2>/dev/null || exit 1 exit 0