From c0b2a6eb5b39673a1c8d64331c8c7c6159e8e4ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 3 Aug 2007 10:12:22 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21801 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index a180bef14..1f48b6a3a 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,13 @@ 2007-08-03 Love Hörnquist Åstrand + * revoke.c: Update to use CERT_REVOKED error, shortcut out of OCSP + checking when OCSP reply is a revocation reply. + + * hx509_err.et: Make CERT_REVOKED error OCSP/CRL agnostic. + + * name.c (_hx509_Name_to_string): make printableString handle + space (0x20) diffrences as required by rfc3280. + * revoke.c: Search for the right issuer when looking for the issuer of the CRL signer.