git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20892 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-04 22:51:54 +00:00
parent 0f76edd889
commit 75acfd5e12

View File

@@ -1,5 +1,18 @@
2007-06-03 Love H<>rnquist <20>strand <lha@it.su.se>
2007-06-04 Love H<>rnquist <20>strand <lha@it.su.se>
* name.c (quote_string): don't sign extend the (signed) char to
avoid printing too much, add an assert to check that we didn't
overrun the buffer.
* name.c: Use right element out of the CHOICE for printableString
and utf8String
* ks_keychain.c: Certificate only KeyChain backend.
* name.c: Reset name before parsing it.
2007-06-03 Love H<>rnquist <20>strand <lha@it.su.se>
* revoke.c (hx509_crl_*): fix sizeof() mistakes to fix memory
corruption.