diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-02-01 00:15:27 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2008-02-01 00:15:27 +0000 |
commit | a561f74d458083e0c03eef06c1a818ee1efb320c (patch) | |
tree | 7e612cbe80f85f67589a27357c120ed8df52fb89 | |
parent | 071e0371240beb657e376309d92a6827fdb085a5 (diff) | |
download | strongswan-a561f74d458083e0c03eef06c1a818ee1efb320c.tar.bz2 strongswan-a561f74d458083e0c03eef06c1a818ee1efb320c.tar.xz |
two bug fixes
-rw-r--r-- | NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,12 @@ strongswan-4.2.0 ---------------- -- +- IKE rekeying in NAT situations did not inherit the NAT conditions + to the rekeyed IKE_SA so that the UDP encapsulation was lost with + the next CHILD_SA rekeying. + +- Wrong type definition of the next_payload variable in id_payload.c + caused an INVALID_SYNTAX error on PowerPC platforms. strongswan-4.1.10 |