git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@16473 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-01-04 14:56:26 +00:00
parent 5952012ed9
commit 9384a0bba9

View File

@@ -1,5 +1,20 @@
2006-01-04 Love H<>rnquist <20>strand <lha@it.su.se>
* ks_p11.c: more paranoid on refcount, set refcounter ealier,
reset pointers after free
* collector.c (struct private_key): remove temporary key data
storage, convert directly to a key
(match_localkeyid): match certificate and key using localkeyid
(match_keys): match certificate and key using _hx509_match_keys
(_hx509_collector_collect): rewrite to use match_keys and
match_localkeyid
* crypto.c (_hx509_match_keys): function that determins if a
private key matches a certificate, used when there is no
localkeyid.
(*) reset free pointer
* ks_file.c: Rewrite to use collector and mapping support
function.