Add language to support querying certificates to find a match. Support constructs like "1.3.6.1.5.2.3.5" IN %{certificate.eku} AND %{certificate.subject} TAILMATCH "C=SE"".
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22677 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -50,7 +50,7 @@ typedef struct hx509_request_data *hx509_request;
|
||||
typedef struct hx509_error_data *hx509_error;
|
||||
typedef struct hx509_peer_info *hx509_peer_info;
|
||||
typedef struct hx509_ca_tbs *hx509_ca_tbs;
|
||||
typedef struct hx509_env *hx509_env;
|
||||
typedef struct hx509_env_data *hx509_env;
|
||||
typedef struct hx509_crl *hx509_crl;
|
||||
|
||||
typedef void (*hx509_vprint_func)(void *, const char *, va_list);
|
||||
|
Reference in New Issue
Block a user