aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-12-20 09:51:33 +0100
committerMartin Willi <martin@revosec.ch>2010-12-20 09:51:33 +0100
commite44817df6f2e16f4ae0188690e5e426005c4972c (patch)
treeef7311a53cf39332a696f0a160a4fb059ef98b3e
parent6c302616f1bf26dc99fa8b3457ef6f2738d5cd90 (diff)
downloadstrongswan-e44817df6f2e16f4ae0188690e5e426005c4972c.tar.bz2
strongswan-e44817df6f2e16f4ae0188690e5e426005c4972c.tar.xz
Added NEWS about TFC padding
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index db97e7535..84d6ce454 100644
--- a/NEWS
+++ b/NEWS
@@ -6,7 +6,7 @@ strongswan-4.5.1
requires the tnccs_20, tnc_imc and tnc_imv plugins but dose not depend
on the libtnc library. Any available IMV/IMC pairs conforming to the
Trusted Computing Group's TNC-IF-IMV/IMC 1.2 interface specification
- can be loaded via /etc/tnc_config.
+ can be loaded via /etc/tnc_config.
- IKE and ESP proposals can now be stored in an SQL database using a
new proposals table. The start_action field in the child_configs
@@ -32,6 +32,10 @@ strongswan-4.5.1
- ipsec listalgs now appends (set in square brackets) to each crypto
algorithm listed the plugin that registered the function.
+- Traffic Flow Confidentiality padding supported with Linux 2.6.38 can be used
+ by the IKEv2 daemon. The ipsec.conf 'tfc' keyword pads all packets to a given
+ boundary, the special value '%mtu' pads all packets to the path MTU.
+
strongswan-4.5.0
----------------