diff --git a/lib/hx509/ChangeLog b/lib/hx509/ChangeLog index 852766be7..ca656d051 100644 --- a/lib/hx509/ChangeLog +++ b/lib/hx509/ChangeLog @@ -1,5 +1,20 @@ +2006-12-11 Love Hörnquist Åstrand + + * name.c (no): add S=stateOrProvinceName + +2006-12-09 Love Hörnquist Åstrand + + * crypto.c (_hx509_private_key_assign_rsa): set a default sig alg + + * ks_file.c (try_decrypt): pass down AlgorithmIdentifier that key + uses to do sigatures so there is no need to hardcode RSA into this + function. + 2006-12-08 Love Hörnquist Åstrand + * ks_file.c: Pass filename to the parse functions and use it in + the error messages + * test_chain.in: test proxy cert (third level) * hx509_err.et: fix errorstring for PROXY_CERT_NAME_WRONG diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index f0471805c..70f67f717 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,5 +1,16 @@ 2006-12-11 Love Hörnquist Åstrand + * ifaddrs.hin: Prefix getifaddrs functions with rk_ and do symbol + renaming. + + * fnmatch.c: Prefix fnmatch functions with rk_ and do symbol + renaming. + + * vis.hin: Prefix strvis functions with rk_ and do symbol + renaming. + + * vis.c: prefix strvis functions with rk_ + * Makefile.am: Install extra posix headers in to avoid dup headers.