diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 4fbd5132c..1cb235443 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,26 @@ +2006-01-02 Love Hörnquist Åstrand + + * ks_file.c (parse_certificate): avoid stomping before array + + * name.c (oidtostring): avoid leaking memory + + * keyset.c: Add _hx509_ks_dir_register. + + * Makefile.am (libhx509_la_SOURCES): += ks_dir.c + + * hxtool-commands.in: Remove pkcs11. + + * hxtool.c: Remove pcert_pkcs11. + + * ks_file.c: Factor out certificate parsing code. + + * ks_dir.c: Add new keystore that treats all files in a directory + a keystore, useful for regression tests. + 2005-12-12 Love Hörnquist Åstrand + * test_nist_pkcs12.in: Test parse PKCS12 files from NIST. + * data/nist-data: Can handle DSA certificate. * hxtool.c: Print error code on failure.