Skip to content

Releases: rustls/openssl-probe

0.2.1

20 Jan 19:54
@djc djc
0.2.1

Choose a tag to compare

  • Support for OpenHarmony.
  • Corrections to crate metadata.

What's Changed

  • feat: add openharmony platform preset certs folder by @richerfu in #42
  • docs: clarify lib description, update README by @cpu in #47
  • Prepare 0.2.1 by @ctz in #46

0.2.0

29 Dec 14:20
@djc djc
0.2.0

Choose a tag to compare

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_dir is now a Vec<PathBuf> rather than an Option<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

  • Clean up deprecated API, module structure by @djc in #40
  • Per-platform candidates, multiple directories by @djc in #41

0.1.6

29 Dec 14:45
@djc djc
4221247

Choose a tag to compare

What's Changed

0.1.5

29 Dec 14:45
@djc djc

Choose a tag to compare

What's Changed

  • Add cert directory for Entware by @messense in #21
  • illumos: find OmniOS and OpenIndiana CA bundle locations by @jclulow in #22

0.1.4

29 Dec 14:45
@djc djc

Choose a tag to compare

What's Changed

0.1.3

29 Dec 14:46
@djc djc

Choose a tag to compare

What's Changed

  • Add function to check if environment variables are configured corretly, fixes #7 by @timvisee in #9
  • Fix use after move error introduced in new Rust version by @timvisee in #10
  • openSUSE has a ca-bundle.pem by @kolbma in #14
  • Add macports curl-ca-bundle support (path) by @khorolets in #15

0.1.2

29 Dec 14:46
@djc djc
8f13e70

Choose a tag to compare

What's Changed

  • Add dir & filename definitions used by Haiku. by @jessicah in #4
  • Add a readme file by @messense in #5
  • Add path probing for modern RHEL-based systems by @jethrogb in #6

0.1.1

29 Dec 14:46
@djc djc

Choose a tag to compare

What's Changed