strongswan/src/libcharon/encoding
Tobias Brunner 8dbe128c8c message: Limit maximum number of IKEv2 fragments
The maximum for IKEv1 is already 255 due to the 8-bit fragment number.

With an overhead of 17 bytes (x64) per fragment and a default maximum
of 10000 bytes per packet the maximum memory required is 14 kB
for a fragmented message.
2014-10-10 09:32:42 +02:00
..
payloads ikev2: Add encrypted fragment payload 2014-10-10 09:32:37 +02:00
generator.c encoding: Don't explicitly include <arpa/inet.h> 2014-06-04 15:53:03 +02:00
generator.h Added an option to create a generator that does not log debug messages. 2012-03-20 17:31:09 +01:00
message.c message: Limit maximum number of IKEv2 fragments 2014-10-10 09:32:42 +02:00
message.h message: Fragment and reassemble IKEv2 messages 2014-10-10 09:32:41 +02:00
parser.c ike: Rename encryption_payload to encrypted_payload 2014-10-10 09:30:25 +02:00
parser.h Moving charon to libcharon. 2010-03-19 13:34:52 +01:00