diff options
author | Martin Willi <martin@strongswan.org> | 2009-05-18 10:49:50 +0200 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2009-05-18 10:49:50 +0200 |
commit | 09dbca9fbfcf43a2e62daeac63e01f5740a16654 (patch) | |
tree | 5590b134c383d3f8b925e803cc84060a3f8122e7 | |
parent | 047b2e42dfdf63e22985449d865a187e788084b3 (diff) | |
download | strongswan-09dbca9fbfcf43a2e62daeac63e01f5740a16654.tar.bz2 strongswan-09dbca9fbfcf43a2e62daeac63e01f5740a16654.tar.xz |
fixed typos
-rw-r--r-- | NEWS | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -2,17 +2,16 @@ strongswan-4.3.1 ---------------- - The nm plugin now passes DNS/NBNS server information to NetworkManager, - allowing Gateway administrator to set DNS/NBNS configuration on clients + allowing a gateway administrator to set DNS/NBNS configuration on clients dynamically. -- Instead of cofiguring the gateway certificate directly, the nm plugin - also accepts CA certificates. If a CA certificate is configured, strongSwan - uses the entered gateway address as its idenitity, requiring the gateways - certificate to contain the same as subjectAltName. This allows a gateway - administrator to deploy the same certificates to Windows 7 and NetworkManager - clients. +- The nm plugin also accepts CA certificates for gateway authentication. If + a CA certificate is configured, strongSwan uses the entered gateway address + as its idenitity, requiring the gateways certificate to contain the same as + subjectAltName. This allows a gateway administrator to deploy the same + certificates to Windows 7 and NetworkManager clients. -- Fixed a regression introduced in 4.3.0 where EAP authentication caluclated +- Fixed a regression introduced in 4.3.0 where EAP authentication calculated the AUTH payload incorrectly. Further, the EAP-MSCHAPv2 MSK key derivation has been updated to be compatible with the Windows 7 Release Candidate. |