]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Increase the limit of acceptable IKEv1 CERTREQ payloads to 20
authorMartin Willi <martin@revosec.ch>
Wed, 24 Oct 2012 09:01:26 +0000 (11:01 +0200)
committerMartin Willi <martin@revosec.ch>
Wed, 24 Oct 2012 11:07:53 +0000 (13:07 +0200)
src/libcharon/encoding/message.c

index d3b72ea956a3d487dc12d553e67d7c9b94ab4069..5a59b6c09979bf8fe423e4d7209da6c0a7333865 100644 (file)
@@ -57,7 +57,7 @@
 /**
  * Max number of certificate request payloads per IKEv1 message
  */
-#define MAX_CERTREQ_PAYLOADS 5
+#define MAX_CERTREQ_PAYLOADS 20
 
 /**
  * Max number of NAT-D payloads per IKEv1 message