From 8e7df1dae2c701b2449f771344d6d8b78af3cf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Tue, 12 Jul 2005 06:35:49 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15620 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 6 +++++- cf/ChangeLog | 5 +++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7b003c484..6b0ad53a3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,10 @@ 2005-07-12 Love Hörnquist Åstrand - * lib/asn1: New asn1 compiler + * lib/asn1: Much improved ASN.1 compiler from joda-choice-branch. + + Highlighs for the compiler is support for CHOICE and in general better + support for tags. This compiler support most of what is needed for + PK-INIT, LDAP, X.509, PKCS-12 and many other protocols. 2005-07-10 Love Hörnquist Åstrand diff --git a/cf/ChangeLog b/cf/ChangeLog index 5ed6922a5..5c631af3a 100644 --- a/cf/ChangeLog +++ b/cf/ChangeLog @@ -1,3 +1,8 @@ +2005-07-12 Love Hörnquist Åstrand + + * check-compile-et.m4: check that initialize_conf_error_table_r + have the right argument + 2005-07-07 Love Hörnquist Åstrand * check-symbols.sh: allow symbols to start with ., aix uses this