rustls / webpki

WebPKI X.509 Certificate Validation in Rust
https://docs.rs/rustls-webpki/latest/webpki/
Other
98 stars 51 forks source link

`EndEntityCert` documentation refers to removed methods #270

Closed tannaurus closed 4 months ago

tannaurus commented 4 months ago

EndEntityCert's documentation is refers to methods that don't exist when describing what needs to be validated for both client and server tls connections

The following functions were deprecated since 0.101.2 and subsequently removed:

There's also an additional reference to verify_is_valid_tls_server_cert in tests/generate.py

djc commented 4 months ago

Oops, that's probably my fault -- should have updated the docs in #133.

Please review the changes in #271.