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

feat: rustls_platform_verifier::tls_config_with_provider #86

Closed jbr closed 3 months ago

jbr commented 3 months ago

The primary entry point for this crate tls_config is quite convenient, but opting out of that in order to configure a crypto provider adds a bit more complexity and opportunity for misconfiguration. This PR offers a solution to "do what tls_config does, but with a crypto provider".

based on #81

cpu commented 3 months ago

This was included in v/0.3.1.