git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19312 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-12-11 19:08:07 +00:00
parent 05a31a062b
commit b15afd6054
2 changed files with 26 additions and 0 deletions

View File

@@ -1,5 +1,20 @@
2006-12-11 Love H<>rnquist <20>strand <lha@it.su.se>
* name.c (no): add S=stateOrProvinceName
2006-12-09 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <20>strand <lha@it.su.se>
* 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

View File

@@ -1,5 +1,16 @@
2006-12-11 Love H<>rnquist <20>strand <lha@it.su.se>
* 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 <roken/...> to avoid
dup headers.