From 4a9f2c14c40c78f89e5b806760f133321b84f266 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 18 Jan 2006 19:17:09 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16594 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/asn1/ChangeLog | 11 +++++++++++ lib/des/ChangeLog | 2 ++ 2 files changed, 13 insertions(+) diff --git a/lib/asn1/ChangeLog b/lib/asn1/ChangeLog index c1a7d9a5f..d05c83162 100644 --- a/lib/asn1/ChangeLog +++ b/lib/asn1/ChangeLog @@ -1,5 +1,16 @@ 2006-01-18 Love Hörnquist Åstrand + * canthandle.asn1: "Allocation is done on CONTEXT tags" works just + fine. + + * rfc2459.asn1: Add CRL structures and OIDs. + + * Makefile.am: Add CRL and TESTAlloc structures and OIDs. + + * check-gen.c: Check OPTIONAL context-tagless elements. + + * test.asn1: Check OPTIONAL context-tagless elements. + * der_cmp.c (heim_integer_cmp): make it work with negative numbers. diff --git a/lib/des/ChangeLog b/lib/des/ChangeLog index 10199438d..605ded133 100644 --- a/lib/des/ChangeLog +++ b/lib/des/ChangeLog @@ -1,5 +1,7 @@ 2006-01-18 Love Hörnquist Åstrand + * dh.c (DH_compute_key): check public key + * dh.h: Add DH_check_pubkey and defines it uses. * dh.c (DH_check_pubkey): New function.