5 releases

Uses old Rust 2015

0.1.5 Jan 12, 2022
0.1.4 May 11, 2021
0.1.3 Aug 4, 2020
0.1.2 Dec 13, 2017
0.1.0 Nov 6, 2016

#24 in Cryptography

Download history 933120/week @ 2023-11-02 936482/week @ 2023-11-09 917007/week @ 2023-11-16 756523/week @ 2023-11-23 834719/week @ 2023-11-30 863127/week @ 2023-12-07 816313/week @ 2023-12-14 521029/week @ 2023-12-21 581404/week @ 2023-12-28 840193/week @ 2024-01-04 888228/week @ 2024-01-11 980169/week @ 2024-01-18 935661/week @ 2024-01-25 968914/week @ 2024-02-01 985684/week @ 2024-02-08 768509/week @ 2024-02-15

3,833,523 downloads per month
Used in 4,741 crates (67 directly)

MIT/Apache

8KB
92 lines

openssl-probe

Tool for helping to find SSL certificate locations on the system for OpenSSL

Crates.io docs.rs

Usage

First, add this to your Cargo.toml:

[dependencies]
openssl-probe = "0.1.2"

Then add this to your crate:

extern crate openssl_probe;

fn main() {
    openssl_probe::init_ssl_cert_env_vars();
    //... your code
}

License

openssl-probe is primarily distributed under the terms of both the MIT license and the Apache License (Version 2.0), with portions covered by various BSD-like licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.

No runtime deps