diff options
author | Theo Buehler <tb@openbsd.org> | 2020-10-08 11:09:08 +0200 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-10-17 03:15:28 -0500 |
commit | 880d169944a48591d9753a94c2fcb8a3b067d691 (patch) | |
tree | 657ad082c43e1bed313ec500ccd9228f47f24b72 | |
parent | 4d84baf36d0bb7f7a36f78e81c0c4528dc684d90 (diff) | |
download | portable-880d169944a48591d9753a94c2fcb8a3b067d691.tar.gz portable-880d169944a48591d9753a94c2fcb8a3b067d691.tar.bz2 portable-880d169944a48591d9753a94c2fcb8a3b067d691.zip |
CBS -> CBC
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |