Files
heimdal/lib/hx509/ChangeLog
Love Hörnquist Åstrand 04f1a146d5 x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15770 ec53bebd-3082-4978-b11e-865c3cabbd6b
2005-07-27 11:46:54 +00:00

73 lines
1.7 KiB
Plaintext

2005-07-27 Love Hörnquist Åstrand <lha@it.su.se>
* hxtool.c,Makefile.am,hxtool-commands.in: switch to slc
2005-07-26 Love Hörnquist Åstrand <lha@it.su.se>
* cert.c (hx509_verify_destroy_ctx): add
* hxtool.c: free hx509_verify_ctx
* name.c (_hx509_name_ds_cmp): make sure all strings are not equal
2005-07-25 Love Hörnquist Åstrand <lha@it.su.se>
* hxtool.c: return error
* keyset.c: return errors from iterations
* test_chain.in: clean up checks
* ks_file.c (parse_certificate): return errno's not 1 in case of
error
* ks_file.c (file_iter): make sure endpointer is NULL
* ks_mem.c (mem_iter): follow conversion and return NULL when we
get to the end, not ENOENT.
* Makefile.am: test_chain depends on hxtool
* data: test certs that lasts 10 years
* data/gen-req.sh: script to generate test certs
* Makefile.am: Add regression tests.
* data: test certificate and keys
* test_chain.in: test chain
* hxtool.c (cms_create_sd): add KU digitalSigature as a
requirement to the query
* hx_locl.h: add KeyUsage query bits
* hx509_err.et: add KeyUsage error
* cms.c: add checks for KeyUsage
* cert.c: more checks on KeyUsage, allow to query on them too
2005-07-24 Love Hörnquist Åstrand <lha@it.su.se>
* cms.c: Add missing break.
* hx_locl.h,cms.c,cert.c: allow matching on SubjectKeyId
* hxtool.c: Use _hx509_map_file, _hx509_unmap_file and
_hx509_write_file.
* file.c (_hx509_write_file): in case of write error, return errno
* file.c (_hx509_write_file): add a function that write a data
blob to disk too
* Fix id-tags
* Import mostly complete X.509 and CMS library. Handles, PEM, DER,
PKCS12 encoded certicates. Verificate RSA chains and handled
CMS's SignedData, and EnvelopedData.