rustls / rustls-platform-verifier

A certificate verification library for rustls that uses the operating system's verifier
Apache License 2.0
57 stars 18 forks source link

Support OCSP validation for Linux #99

Closed blind-oracle closed 1 month ago

blind-oracle commented 1 month ago

It seems that OCSP (stapled) response is currently ignored for Linux platform by the underlying WebPkiServerVerifier. I wonder how hard it would be to implement that.

ctz commented 1 month ago

I think this is https://github.com/rustls/webpki/issues/217

cpu commented 1 month ago

I don't think there's anything special that would need to be handled in this repo if webpki gained stapled OCSP verification support so I think we should close this and track the feature in webpki#217

Thanks!