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

backport BSD support for rel-0.1 #61

Closed cpu closed 6 months ago

cpu commented 6 months ago

This branch backports a few changes from main targetting the rel-0.1 branch. This will unblock preparing a 0.1.1 release that adds BSD support.

complexspaces commented 6 months ago

Do we also want to cherry-pick back the documentation fixes made in https://github.com/rustls/rustls-platform-verifier/pull/57 and https://github.com/rustls/rustls-platform-verifier/pull/54 as well? Otherwise the documentation for 0.1.1 will be broken on docs.rs too.

cpu commented 6 months ago

Do we also want to cherry-pick back the documentation fixes

Good thinking. I'll pull those in.