Add HX509_CMS_SIGATURE_ID_NAME, use subject name for CMS.Identifier.

hx509_hostname_type: add hostname type for matching.


git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21266 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-24 19:21:00 +00:00
parent 0d64623642
commit 0a6bc4b22c

View File

@@ -122,5 +122,12 @@ typedef enum {
/* flags hx509_cms_create_signed* */
#define HX509_CMS_SIGATURE_DETACHED 1
#define HX509_CMS_SIGATURE_ID_NAME 2
/* hx509_verify_hostname nametype */
typedef enum {
HX509_HN_HOSTNAME,
HX509_HN_DNSSRV
} hx509_hostname_type;
#include <hx509-protos.h>