You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any thoughts on including bindings to rustls-platform-verifier? AFAICT the reasons listed in #110 (which removed rustls-native-roots) do not apply to it.
E.g. sth like this (maybe also taking in additional root certs):
From my perspective I think it makes sense to offer as an optional feature. The platform verifier crate is young, but now that it's published in crates.io, is gradually being adopted in other crates (e.g. hyper-rustls and quinn).
I think it would be helpful to hear what @jsha thinks since the work would require his review to be merged.
I think bindings to rustls-platform-verifier would be awesome! That's the
direction we want the ecosystem to move in, so we should get it set up in
the FFI bindings early.
Any thoughts on including bindings to
rustls-platform-verifier
? AFAICT the reasons listed in #110 (which removedrustls-native-roots
) do not apply to it.E.g. sth like this (maybe also taking in additional root certs):
However, it still might be considered out-of-scope for this project, or it might be too new of a project to include here.
The text was updated successfully, but these errors were encountered: