git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16431 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-02 15:49:26 +00:00
parent 55b6937629
commit 36a3388bb5

View File

@@ -1,5 +1,26 @@
2006-01-02 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se> 2005-12-12 Love H<>rnquist <20>strand <lha@it.su.se>
* test_nist_pkcs12.in: Test parse PKCS12 files from NIST.
* data/nist-data: Can handle DSA certificate. * data/nist-data: Can handle DSA certificate.
* hxtool.c: Print error code on failure. * hxtool.c: Print error code on failure.