From: Nikos Mavrogiannopoulos Date: Thu, 29 May 2014 14:20:59 +0000 (+0200) Subject: increased the maximum certificate size buffer in the PKCS #11 subsystem. X-Git-Tag: gnutls_3_3_3~17 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eacbca967eadf8156e9e7d2c12e288e1aa6af221;p=thirdparty%2Fgnutls.git increased the maximum certificate size buffer in the PKCS #11 subsystem. --- diff --git a/lib/pkcs11.c b/lib/pkcs11.c index 70d4e7a0e8..c32c616a0e 100644 --- a/lib/pkcs11.c +++ b/lib/pkcs11.c @@ -43,7 +43,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 extern void *_gnutls_pkcs11_mutex;