summaryrefslogtreecommitdiff
path: root/lib/includes/gnutls/pkcs11.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-23 12:24:35 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2014-12-23 13:12:02 +0200
commitc5791c82c66393bd8dd458718a6d0b2b526aba35 (patch)
treeb684afdd8a75df8227396c458f7eb1651e9368c3 /lib/includes/gnutls/pkcs11.h
parent7ce1f28d0fd8816323dee4ced4ff93ca87192fe0 (diff)
downloadgnutls-c5791c82c66393bd8dd458718a6d0b2b526aba35.tar.gz
Instead of sanitizing URLs, use hints to support incomplete PKCS#11 URIs
Diffstat (limited to 'lib/includes/gnutls/pkcs11.h')
-rw-r--r--lib/includes/gnutls/pkcs11.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/includes/gnutls/pkcs11.h b/lib/includes/gnutls/pkcs11.h
index 10494c497e..ba981ba50a 100644
--- a/lib/includes/gnutls/pkcs11.h
+++ b/lib/includes/gnutls/pkcs11.h
@@ -143,7 +143,8 @@ typedef enum gnutls_pkcs11_obj_flags {
GNUTLS_PKCS11_OBJ_FLAG_CRT = (1<<18),
GNUTLS_PKCS11_OBJ_FLAG_WITH_PRIVKEY = (1<<19),
GNUTLS_PKCS11_OBJ_FLAG_PUBKEY = (1<<20),
- GNUTLS_PKCS11_OBJ_FLAG_PRIVKEY = (1<<21),
+ GNUTLS_PKCS11_OBJ_FLAG_PRIVKEY = (1<<21)
+ /* flags 1<<29 and later are reserved - see pkcs11_int.h */
} gnutls_pkcs11_obj_flags;
#define gnutls_pkcs11_obj_attr_t gnutls_pkcs11_obj_flags