Releases: rustls/openssl-probe
Releases · rustls/openssl-probe
0.2.1
0.2.0
0.2.0 is the first release after openssl-probe maintenance has been handed over to the rustls team. Thanks to @alexcrichton for creating and maintaining it for the past 9 years. We're happy to address any feedback you have for this crate.
Breaking changes
ProbeResult::cert_diris now aVec<PathBuf>rather than anOption<PathBuf>, allowing the library to yield multiple suggestions for directories which may contain certificate files.- Rather than using a single list of locations for certificate files and certificate directories, openssl-probe now uses much shorter per-platform lists. This should make the API faster and make it less likely to accidentally pick up locations that are unidiomatic for the platform.
- Removed deprecated API
What's Changed
0.1.6
What's Changed
- Avoid calling setenv with identical previous contents. by @Blub in #27
- Security: reduce paths inspected on common OSes by @ctz in #31
- Add some basic CI and metadata by @alexcrichton in #32
- Deprecate env-var-writing functions by @alexcrichton in #33
- Go ahead and publish
&Pathiterator function by @alexcrichton in #34 - Bump to 0.1.6 by @alexcrichton in #35
0.1.5
0.1.4
What's Changed
- Upgrade to GitHub-native Dependabot by @dependabot-preview[bot] in #17
- Fix breaking change in 0.1.3 + other improvements by @coolreader18 in #18