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.