git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16071 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-09-14 15:55:20 +00:00
parent ae8b9cd3fb
commit c30c8e2e42

View File

@@ -1,3 +1,29 @@
2005-09-14 Love H<>rnquist <20>strand <lha@it.su.se>
* p11.c: Cast to unsigned char to avoid warning.
* keyset.c: Register pkcs11 module.
* Makefile.am: Add ks_p11.c, install hxtool.
* ks_p11.c: Starting point of a pkcs11 module.
2005-09-04 Love H<>rnquist <20>strand <lha@it.su.se>
* lock.c: Implement prompter.
* hxtool-commands.in: add --content to print
* hxtool.c: Split verify and print.
* cms.c: _hx509_pbe_decrypt now takes a hx509_lock.
* crypto.c: Make _hx509_pbe_decrypt take a hx509_lock, workaround
for empty password.
* name.c: Add DC, handle all Directory strings, fix signless
problems.
2005-09-03 Love H<>rnquist <20>strand <lha@it.su.se>
* test_query.in: Pass in --pass to all commands.