diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index c85c81e1a..619024c64 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,18 @@ -2007-06-03 Love Hörnquist Åstrand +2007-06-04 Love Hörnquist Åstrand + * 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 Åstrand + * revoke.c (hx509_crl_*): fix sizeof() mistakes to fix memory corruption.