SHA256
1
0
forked from pool/strongswan

- Update to release 5.9.8

OBS-URL: https://build.opensuse.org/package/show/network:vpn/strongswan?expand=0&rev=138
This commit is contained in:
2022-10-03 23:19:08 +00:00
committed by Git OBS Bridge
parent ae2f35131d
commit b632de741c
6 changed files with 40 additions and 23 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Mon Oct 3 20:36:03 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 5.9.8
* Fixed a vulnerability related to online certificate
revocation checking that was caused because the revocation
plugin used potentially untrusted OCSP URIs and CRL
distribution points in certificates.
* The `pki --scep/--scepca` commands implement the HTTP-based
"Simple Certificate Enrollment Protocol" (RFC 8894 SCEP)
replacing the old and long deprecated scepclient that has
been removed.
* The `pki --est|estca` commands implement the HTTPS-based
"Enrollment over Secure Transport" (RFC 7070 EST) protocol.
* The TLS client implementation now sends an empty certificate
payload if a certificate request is received but no
certificate is available.
* The socket plugins don't set the SO_REUSEADDR option anymore
on the IKE UDP sockets, so an error is triggered if e.g. two
daemons (e.g. charon and charon-systemd) are running
concurrently using the same ports.
-------------------------------------------------------------------
Sat Jul 30 06:48:29 UTC 2022 - Peter Conrad <conrad@quisquis.de>