summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-29 16:20:59 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2014-05-29 17:03:27 +0200
commit592f0d8309a0dc43f2145c0ed73824f9617ffed3 (patch)
treeeb2ddc241df6a15d273b67fba963fc41e35bcd15
parent697af69971f6f513d481110a22ce92bdfc2b86fa (diff)
downloadgnutls-592f0d8309a0dc43f2145c0ed73824f9617ffed3.tar.gz
increased the maximum certificate size buffer in the PKCS #11 subsystem.
-rw-r--r--lib/pkcs11.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pkcs11.c b/lib/pkcs11.c
index 0fc3af875b..29d05527e4 100644
--- a/lib/pkcs11.c
+++ b/lib/pkcs11.c
@@ -39,7 +39,7 @@
#define MAX_PROVIDERS 16
/* XXX: try to eliminate this */
-#define MAX_CERT_SIZE 8*1024
+#define MAX_CERT_SIZE 32*1024
#define MAX_SLOTS 48
struct gnutls_pkcs11_provider_s {