From f31b418094f2f9deb9a69244bf01e8d5dd4c3337 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Sat, 12 Jan 2013 11:51:35 +0100 Subject: [PATCH] NEWS for fragmentation extension added Conflicts: NEWS --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index 05c5cc1e2..272020d8f 100644 --- a/NEWS +++ b/NEWS @@ -35,6 +35,10 @@ strongswan-5.0.2 In contrast to our own DER parser, OpenSSL can handle BER files, which is required for interoperability of our scepclient with EJBCA. +- Support for the proprietary IKEv1 fragmentation extension has been added. + Fragments are always handled on receipt but only sent if supported by the peer + and if enabled with the new fragmentation ipsec.conf option. + strongswan-5.0.1 ----------------