sqlx icon indicating copy to clipboard operation
sqlx copied to clipboard

Add support for `rustls-platform-verifier`

Open manifest opened this issue 4 months ago • 0 comments

I have found these related issues/pull requests

The issue is related to #4033.

Description

Adding rustls-platform-verifier allows to use rustls with aws-lc-rs and platform's native CA certificates.

Prefered solution

Add new feature flags to enable platform's native CA certificates provided by rustls-platform-verifier.

Is this a breaking change? Why or why not?

No. This adds a new feature.

manifest avatar Sep 26 '25 22:09 manifest