git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21273 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-24 19:27:53 +00:00
parent 58ecb90252
commit c921b79093

View File

@@ -1,3 +1,20 @@
2007-06-24 Love H<>rnquist <20>strand <lha@it.su.se>
* test_cms.in: Test --id-by-name.
* hxtool-commands.in: add cms-create-sd --id-by-name
* hxtool.c: Use HX509_CMS_SIGATURE_ID_NAME.
* cms.c: Implement and use HX509_CMS_SIGATURE_ID_NAME.
* hx509.h: Add HX509_CMS_SIGATURE_ID_NAME, use subject name for
CMS.Identifier. hx509_hostname_type: add hostname type for
matching.
* cert.c (match_general_name): more strict rfc822Name matching.
(hx509_verify_hostname): add hostname type for matching.
2007-06-19 Love H<>rnquist <20>strand <lha@it.su.se>
* hxtool.c: Make compile again.