git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20403 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-04-18 14:49:37 +00:00
parent af29f2c594
commit 3fe32c86f9

View File

@@ -1,5 +1,20 @@
2007-04-16 Love H<>rnquist <20>strand <lha@it.su.se>
2007-04-18 Love H<>rnquist <20>strand <lha@it.su.se>
* hxtool.c (hxtool_ca): free signer
* hxtool.c (crypto_available): free peer too.
* ca.c (get_AuthorityKeyIdentifier): leak less memory
* hxtool.c (hxtool_ca): free SPKI
* hxtool.c (hxtool_ca): free cert
* ks_mem.c (mem_getkeys): allocate one more the we have elements
so its possible to store the NULL pointer at the end.
2007-04-16 Love H<>rnquist <20>strand <lha@it.su.se>
* Makefile.am: CLEANFILES += cert-null.pem cert-sub-ca2.pem
2007-02-05 Love H<>rnquist <20>strand <lha@it.su.se>