Skip to content

Commit d1e58e1

Browse files
committed
NEWS: More news for 5.7.2
1 parent db82c0f commit d1e58e1

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

NEWS

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,41 @@ strongswan-5.7.2
1212
necessary to manually enable charon.plugins.tpm.fips_186_4 if the TPM doesn't
1313
use the maximum salt length.
1414

15+
- swanctl now accesses directories for credentials relative to swanctl.conf, in
16+
particular, when it's loaded from a custom location via --file argument. The
17+
base directory that's used if --file is not given is configurable at runtime
18+
via SWANCTL_DIR environment variable.
19+
20+
- With RADIUS Accounting enabled, the eap-radius plugin adds the session ID to
21+
Access-Request messages, simplifying associating database entries for IP
22+
leases and accounting with sessions.
23+
24+
- IPs assigned by RADIUS servers are included in Accounting-Stop even if clients
25+
don't claim them, allowing releasing them early on connection errors.
26+
27+
- Selectors installed on transport mode SAs by the kernel-netlink plugin are
28+
updated on IP address changes (e.g. via MOBIKE).
29+
1530
- Added support for RSA signatures with SHA-256 and SHA-512 to the agent plugin.
1631
For older versions of ssh/gpg-agent that only support SHA-1, IKEv2 signature
1732
authentication has to be disabled via charon.signature_authentication.
1833

1934
- The sshkey and agent plugins support Ed25519/Ed448 SSH keys and signatures.
2035

36+
- The openssl plugin supports X25519/X448 Diffie-Hellman and Ed25519/Ed448 keys
37+
and signatures when built against OpenSSL 1.1.1.
38+
2139
- Ed25519, ChaCha20/Poly1305, SHA-3 and AES-CCM were added to the botan plugin.
2240

2341
- The mysql plugin now properly handles database connections with transactions
2442
under heavy load.
2543

44+
- IP addresses in HA pools are now distributed evenly among all segments.
45+
46+
- On newer FreeBSD kernels, the kernel-pfkey plugin reads the reqid directly
47+
from SADB_ACQUIRE messages, i.e. not requiring previous policy installation by
48+
the plugin, e.g. for compatibility with if_ipsec(4) VTIs.
49+
2650

2751
strongswan-5.7.1
2852
----------------

0 commit comments

Comments
 (0)