Skip to content

strongSwan 5.9.13

Compare
Choose a tag to compare
@tobiasbrunner tobiasbrunner released this 01 Dec 08:05
· 131 commits to master since this release

Enhancements and Optimizations

  • Added charon.ocsp_nonce_len setting that allows specifying the length of nonce values in OCSP requests. Since 5.9.12, the default length is set to 32 bytes, as required by RFC 8954 for newer clients. However, there might be older OCSP servers that don't support that, in which case reducing the length to e.g. 16, which was the previous default, might be necessary (f3af170).
  • OCSP error responses are now dropped immediately instead of trying to verify a non-existent signature (b3e66ac, e7a58f4).
  • pki --ocsp --respond replies with an internal error OCSP response if no signer certificate is found (e.g. if the request is sent to the wrong server) instead of failing silently (945be4e).

Fixes

Refer to the 5.9.13 milestone for a list of all closed issues and pull requests.