Skip to content

Commit

Permalink
Prepare for 0.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Nov 22, 2020
1 parent cd112e4 commit 47d3092
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -21,12 +21,13 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md).
## Release history:

* Next release:
- Planned: removal of unused signature verification schemes at link-time.
- Planned: removal of PEM parsing to a separate crate.
* 0.19.0 (2020-11-22):
- Ensured that `get_peer_certificates` is both better documented, and works
uniformly for both full-handshake and resumed sessions.
- Fix bug: fully qualified hostnames should have had their trailing dot
stripped when quoted in the SNI extension.
- Planned: removal of unused signature verification 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
Expand Down
4 changes: 2 additions & 2 deletions rustls-mio/Cargo.toml
Expand Up @@ -20,14 +20,14 @@ sct = "0.6"
webpki = "0.21.0"

[dev-dependencies]
ct-logs = "0.7"
ct-logs = "0.8"
docopt = "~1.1"
env_logger = "0.8.2"
mio = { version = "0.7", features = ["os-poll", "tcp"] }
regex = "1.0"
serde = "1.0"
serde_derive = "1.0"
webpki-roots = "0.20"
webpki-roots = "0.21"
ring = "0.16.0"

[[example]]
Expand Down
4 changes: 2 additions & 2 deletions rustls/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "rustls"
version = "0.18.1"
version = "0.19.0"
edition = "2018"
authors = ["Joseph Birr-Pixton <jpixton@gmail.com>"]
license = "Apache-2.0/ISC/MIT"
Expand All @@ -27,7 +27,7 @@ quic = []
[dev-dependencies]
env_logger = "0.8.2"
log = "0.4.4"
webpki-roots = "0.20"
webpki-roots = "0.21"
criterion = "0.3.0"

[[example]]
Expand Down

0 comments on commit 47d3092

Please sign in to comment.