SHA256
1
0
forked from jengelh/strongswan
OBS User unknown
2008-10-22 16:50:36 +00:00
committed by Git OBS Bridge
parent ca63ce53ec
commit f1c08d14e3
10 changed files with 47 additions and 166 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Oct 20 09:27:06 CEST 2008 - mt@suse.de
- Updated to 4.2.8 release:
* 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.
* Several MOBIKE improvements: Detect changes in NAT mappings in
DPD exchanges, handle events if kernel detects NAT mapping changes
in UDP-encapsulated 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.
-------------------------------------------------------------------
Tue Oct 14 16:29:59 CEST 2008 - mt@suse.de