]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
increased the maximum certificate size buffer in the PKCS #11 subsystem.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 29 May 2014 14:20:59 +0000 (16:20 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 29 May 2014 14:20:59 +0000 (16:20 +0200)
lib/pkcs11.c

index 70d4e7a0e8643e2aecba490841651fb316f7cb91..c32c616a0ef42b9cb84b42be38b218327c8fa622 100644 (file)
@@ -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;