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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user