From 68c276b97cb7111a972d5d313ca1bfc97a425852 Mon Sep 17 00:00:00 2001 From: Joseph Birr-Pixton Date: Fri, 15 May 2020 20:37:44 +0100 Subject: [PATCH] Update README for client auth issue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4357f394..089d7041 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,8 @@ If you'd like to help out, please see [CONTRIBUTING.md](CONTRIBUTING.md). contexts, where `webpki` is not likely to process the certificates in use. Thanks to @DemiMarie-parity. - Performance improvements. Thanks to @nviennot. + - Fixed client authentication being unduly rejected by client when server + uses the superseded certificate_types field of CertificateRequest. * 0.17.0 (2020-02-22): - *Breaking API change*: ALPN protocols offered by the client are passed to the server certificate resolution trait (`ResolvesServerCert`).