From 3d43dca1f1dcbf6e337f7527b05647488c3fbd9b Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Sun, 12 Apr 2020 19:31:53 +0100 Subject: [PATCH] Update readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 619d814f..39399a9c 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). ## Release history: +* Next release: + - Allow custom certificate validation implementations to also + handle handshake signature computation. This allows uses in non-web + contexts, where `webpki` is not likely to process the certificates + in use. Thanks to @DemiMarie-parity. + - Performance improvements. Thanks to @nviennot. * 0.17.0 (2020-02-22): - *Breaking API change*: ALPN protocols offered by the client are passed to the server certificate resolution trait (`ResolvesServerCert`).