git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16465 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-04 06:37:15 +00:00
parent cda5bbd725
commit de88a56ec8

View File

@@ -1,5 +1,16 @@
2006-01-04 Love H<>rnquist <20>strand <lha@it.su.se>
* crypto.c (_hx509_private_key_assign_key_file): use function to
extra rsa key
* cert.c: Revert previous, refcounter is unsigned, so it can never
be negative.
* cert.c (hx509_cert_ref): more refcount paranoia
* ks_p11.c: Implement rsa_private_decrypt and add stubs for public
ditto.
* ks_p11.c: Less printf, less memory leaks.
* ks_p11.c: Implement signing using pkcs11.