diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index d4597edcd..15ed745b3 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,28 @@ -2006-12-22 Love Hörnquist Åstrand +2006-12-29 Love Hörnquist Åstrand + * Makefile.am: add ca.c, add sign-certificate tests. + + * crypto.c: Add _hx509_create_signature_bitstring. + + * hxtool-commands.in: Add the sign-certificate tool. + + * hxtool.c: Add the sign-certificate tool. + + * cert.c: Add HX509_QUERY_OPTION_KU_KEYCERTSIGN. + + * hx509.h: Add hx509_ca_tbs and HX509_QUERY_OPTION_KU_KEYCERTSIGN. + + * test_ca.in: Basic test of generating a pkcs10 request, signing + it and verifying the chain. + + * ca.c: Naive certificate signer. + +2006-12-28 Love Hörnquist Åstrand + + * hxtool.c: add hxtool_hex + +2006-12-22 Love Hörnquist Åstrand + * Makefile.am: use top_builddir for libasn1.la 2006-12-11 Love Hörnquist Åstrand