rustls-native-certs icon indicating copy to clipboard operation
rustls-native-certs copied to clipboard

Integration with OS certificate stores for rustls

Results 13 rustls-native-certs issues
Sort by recently updated
recently updated
newest added

As suggested in https://github.com/actions/runner-images/issues/12116#issuecomment-2991138941.

Before I go on and send a PR about this, I wanted to make sure you guys agree with this change. Basically today rustls-native-certs follows the same logic as OpenSSL...

[Successful run](https://github.com/rustls/rustls-native-certs/actions/runs/14625143724/job/41034753922) from Apr 23: ``` Current runner version: '2.323.0' Operating System macOS 14.7.4 23H420 Runner Image Image: macos-14-arm64 Version: 20250331.1204 Included Software: https://github.com/actions/runner-images/blob/macos-14-arm64/20250331.1204/images/macos/macos-14-arm64-Readme.md Image Release: https://github.com/actions/runner-images/releases/tag/macos-14-arm64%2F20250331.1204 ``` [Failing run](https://github.com/rustls/rustls-native-certs/actions/runs/14703237825/job/41257055844)...