Update README for client auth issue

This commit is contained in:
Joseph Birr-Pixton 2020-05-15 20:37:44 +01:00
parent 63584de444
commit 68c276b97c
1 changed files with 2 additions and 0 deletions

View File

@ -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`).