aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-05-21 20:08:13 +0200
committerTheo Buehler <tb@openbsd.org>2023-05-21 20:08:13 +0200
commit4adafb2616ef31b184869266f013d74fe663c673 (patch)
treef09dc753f502189aa2558823d1412a5f2de1bd13
parent35368ffce8493c82155fac2eff9fe2eaab6473e8 (diff)
downloadportable-4adafb2616ef31b184869266f013d74fe663c673.tar.gz
portable-4adafb2616ef31b184869266f013d74fe663c673.tar.bz2
portable-4adafb2616ef31b184869266f013d74fe663c673.zip
ChangeLog: fix typo and line wrapping
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d62bb25..359a17e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -66,8 +66,8 @@ LibreSSL Portable Release Notes:
66 - The POLICY_TREE and its related structures and API were removed. 66 - The POLICY_TREE and its related structures and API were removed.
67 - The explicitText user notice uses UTF8String instead of VisibleString 67 - The explicitText user notice uses UTF8String instead of VisibleString
68 to reduce the risk of emitting certificates with invalid DER-encoding. 68 to reduce the risk of emitting certificates with invalid DER-encoding.
69 - Initial fixes for RSA-PSS suport to make the TLSv1.3 stack more compliant 69 - Initial fixes for RSA-PSS support to make the TLSv1.3 stack more
70 with RFC 8446. 70 compliant with RFC 8446.
71 * Bug fixes 71 * Bug fixes
72 - Correctly handle negative input to various BIGNUM functions. 72 - Correctly handle negative input to various BIGNUM functions.
73 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly. 73 - Ensure ERR_load_ERR_strings() does not set errno unexpectedly.