diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index f8c6ea53d..ac954f5a8 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,4 +1,19 @@ +2006-12-31 Love Hörnquist Åstrand + + * test_ca.in: Test generation of proxy certificates. + + * ca.c: Allow generation of proxy certificates, always include + BasicConstraints, fix error codes. + + * hxtool.c: Allow generation of proxy certificates. + + * test_name.c: make hx509_parse_name take a hx509_context. + + * name.c: Split building RDN to a separate function. + 2006-12-30 Love Hörnquist Åstrand + + * Makefile.am: clean test_ca files. * test_ca.in: test issuing self-signed and CA certificates.