summaryrefslogtreecommitdiff
path: root/lib/auth_cert.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-03 16:02:19 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-03-03 16:02:19 +0000
commit12f135e099a570991ace460a83a291a136604c71 (patch)
tree85c5692f7f936b22fa9718a94dfe1eed4d5e90b8 /lib/auth_cert.h
parent4b8dd2d4c4098cfde70a70326ae5035eb53214b3 (diff)
downloadgnutls-12f135e099a570991ace460a83a291a136604c71.tar.gz
Added a flag to allow signing by v1 X.509 certificates. Also added a function to allow setting the verification flags in the credentials structure.
Diffstat (limited to 'lib/auth_cert.h')
-rw-r--r--lib/auth_cert.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/auth_cert.h b/lib/auth_cert.h
index f0d28cd605..05165ebc4e 100644
--- a/lib/auth_cert.h
+++ b/lib/auth_cert.h
@@ -48,6 +48,10 @@ typedef struct {
gnutls_x509_crl * x509_crl_list;
uint x509_ncrls;/* number of CRLs in the crl_list
*/
+
+ unsigned int verify_flags; /* flags to be used at
+ * certificate verification.
+ */
/* holds a sequence of the
* RDNs of the CAs above.