From 5dadb16ef8c96350f254265fd4e5ee9ba6daca62 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 13 Oct 2008 00:15:16 +0000 Subject: [PATCH] added bug fix for addr_in_subnet() to NEWS --- NEWS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 0d35624d0..5ccc7c05f 100644 --- a/NEWS +++ b/NEWS @@ -1,7 +1,7 @@ strongswan-4.2.8 ---------------- -- IKEv2 charon daemon supportis authentication based on raw public keys +- IKEv2 charon daemon supports authentication based on raw public keys stored in the SQL database backend. The ipsec listpubkeys command lists the available raw public keys via the stroke interface. @@ -10,6 +10,10 @@ strongswan-4.2.8 ESP packets (requires kernel patch), reuse old addesses in MOBIKE updates as long as possible and other fixes. +- Fixed a bug in addr_in_subnet() which caused insertion of wrong source + routes for destination subnets having netwmasks not being a multiple of 8 bits. + Thanks go to Wolfgang Steudel, TU Ilmenau for reporting this bug. + strongswan-4.2.7 ----------------