diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 83da6a1d6..25b5ae2d9 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,31 @@ -2007-01-10 Love Hörnquist Åstrand +2007-01-11 Love Hörnquist Åstrand + * Makefile.am: remove files created by tests + + * error.c: constify + + * name.c: constify + + * revoke.c: constify + + * hx_locl.h: constify + + * keyset.c: constify + + * ks_p11.c: constify + + * hx_locl.h: make printinfo char * argument const. + + * cms.c: move _hx509_set_digest_alg from cms.c to crypto.c since + its only used there. + + * crypto.c: remove no longer used stuff, move set_digest_alg here + from cms.c since its only used here. + + * Makefile.am: add data/test-nopw.p12 to EXTRA_DIST + +2007-01-10 Love Hörnquist Åstrand + * print.c: BasicConstraints vs criticality bit is complicated and not really possible to evaluate on its own, silly RFC3280.