From b15afd60540dc3241b5b02181112c6c3e39091fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 11 Dec 2006 19:08:07 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19312 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/hx509/ChangeLog | 15 +++++++++++++++ lib/roken/ChangeLog | 11 +++++++++++ 2 files changed, 26 insertions(+) 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.