ChangeLog: fix typo and line wrapping

This commit is contained in:
Theo Buehler 2023-05-21 20:08:13 +02:00
parent 35368ffce8
commit 4adafb2616

View File

@ -66,8 +66,8 @@ LibreSSL Portable Release Notes:
- The POLICY_TREE and its related structures and API were removed. - The POLICY_TREE and its related structures and API were removed.
- The explicitText user notice uses UTF8String instead of VisibleString - The explicitText user notice uses UTF8String instead of VisibleString
to reduce the risk of emitting certificates with invalid DER-encoding. to reduce the risk of emitting certificates with invalid DER-encoding.
- Initial fixes for RSA-PSS suport to make the TLSv1.3 stack more compliant - Initial fixes for RSA-PSS support to make the TLSv1.3 stack more
with RFC 8446. compliant with RFC 8446.
* Bug fixes * Bug fixes
- Correctly handle negative input to various BIGNUM functions. - Correctly handle negative input to various BIGNUM functions.
- Ensure ERR_load_ERR_strings() does not set errno unexpectedly. - Ensure ERR_load_ERR_strings() does not set errno unexpectedly.