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

Enable `rustls_native_certs::load_native_certs` on FreeBSD #105

Closed rami3l closed 4 weeks ago

rami3l commented 4 weeks ago

Closes #104, as requested in https://github.com/rustls/rustls-platform-verifier/issues/104#issuecomment-2191526517.

Tested in https://github.com/rust-lang/rustup/pull/3912 with positive outcome.

cc @ctz @cpu

cpu commented 4 weeks ago

Thanks @rami3l !