rustls / rustls-platform-verifier

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

Small documentation touch-ups #54

Closed cpu closed 9 months ago

cpu commented 9 months ago

This branch fixes a few doc nits flagged by @Ralith (thanks!)

There's one remaining issue where the Verifier struct appears as only available on Linux or WebAssembly. I haven't been able to figure out the right cfg gating to fix that :-/ We can fix these easier ones up front while sorting that trickier one out.