aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2020-10-08 11:09:08 +0200
committerBrent Cook <busterb@gmail.com>2020-10-17 03:15:28 -0500
commit880d169944a48591d9753a94c2fcb8a3b067d691 (patch)
tree657ad082c43e1bed313ec500ccd9228f47f24b72
parent4d84baf36d0bb7f7a36f78e81c0c4528dc684d90 (diff)
downloadportable-880d169944a48591d9753a94c2fcb8a3b067d691.tar.gz
portable-880d169944a48591d9753a94c2fcb8a3b067d691.tar.bz2
portable-880d169944a48591d9753a94c2fcb8a3b067d691.zip
CBS -> CBC
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6198add..179b3eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -158,7 +158,7 @@ LibreSSL Portable Release Notes:
158 158
159 * Document X509_get0_pubkey_bitstr(3). 159 * Document X509_get0_pubkey_bitstr(3).
160 160
161 * Fix an off-by-one in the CBS padding removal. From BoringSSL. 161 * Fix an off-by-one in the CBC padding removal. From BoringSSL.
162 162
163 * Enforce restrictions on extensions present in the ClientHello as per 163 * Enforce restrictions on extensions present in the ClientHello as per
164 RFC 8446, section 9.2. 164 RFC 8446, section 9.2.