From 592f0d8309a0dc43f2145c0ed73824f9617ffed3 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Thu, 29 May 2014 16:20:59 +0200 Subject: increased the maximum certificate size buffer in the PKCS #11 subsystem. --- lib/pkcs11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.1