feat(tls): Add rustls-platform-verifier support#1974
feat(tls): Add rustls-platform-verifier support#1974tottoto wants to merge 1 commit intohyperium:masterfrom
Conversation
|
These are needed for macos and windows. rustls/rustls-platform-verifier#133 |
100f8a1 to
bdbc78b
Compare
|
It would be good to get @djc's thoughts here, since the benefits listed by |
|
As @tottoto suggested in a previous comment (thought it might not be quite clear), released versions of rustls-platform-verifier don't have all the API in place to support additivity with native-roots and webpki-roots across platforms, so might want to wait for that. The rustls project recommends ~all users migrate away from rustls-native-certs to using the rustls-platform-verifier. |
bdbc78b to
cd9131c
Compare
cd9131c to
0788dc2
Compare
|
Closing for now, feel free to reopen if we want to pick the work back up. |
|
What is the current status for this feature? I have a usecase where I need to support iOS and Is a workaround available with which it is somehow possible to inject Relevant for TimOrtel/GRPC-Kotlin-Multiplatform#60 |
Adds
rustls-platform-verifiersupport.