summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Birr-Pixton <jpixton@gmail.com>2020-08-16 17:33:34 +0100
committerJoseph Birr-Pixton <jpixton@gmail.com>2020-08-16 17:33:44 +0100
commit30f0545477c083209093c0a02d7ae4ad9e06ef13 (patch)
treea2b6177ef4954d2b16f480939b716fba4ddba59a
parente51bf92afcd9dfbd5f4e8154b847aa5cc380913c (diff)
Prepare 0.18.1v/0.18.1
-rw-r--r--README.md5
-rw-r--r--rustls/Cargo.toml2
2 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index cb61881d..9d4796ed 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,11 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
* Next release:
- Planned: removal of unused signature verifcation schemes at link-time.
- Planned: removal of PEM parsing to a separate crate.
+* 0.18.1 (2020-08-16):
+ - Fix DoS vulnerability in TLS1.3 "Middlebox Compatibility Mode" CCS handling.
+ This is thought to be quite minor -- see
+ [this commit message](https://github.com/ctz/rustls/commit/e51bf92afcd9dfbd5f4e8154b847aa5cc380913c)
+ for a full discussion.
* 0.18.0 (2020-07-04):
- Allow custom certificate validation implementations to also
handle handshake signature computation. This allows uses in non-web
diff --git a/rustls/Cargo.toml b/rustls/Cargo.toml
index 06d19a95..85a791e7 100644
--- a/rustls/Cargo.toml
+++ b/rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
-version = "0.18.0"
+version = "0.18.1"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"