#ssl-certificate #openssl #system #locations #find #helping

openssl-probe

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

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

#31 in Filesystem

Download history 854575/week @ 2024-01-05 901304/week @ 2024-01-12 967294/week @ 2024-01-19 951924/week @ 2024-01-26 968174/week @ 2024-02-02 972448/week @ 2024-02-09 940946/week @ 2024-02-16 1008812/week @ 2024-02-23 1057384/week @ 2024-03-01 1027762/week @ 2024-03-08 1040480/week @ 2024-03-15 1051406/week @ 2024-03-22 1026176/week @ 2024-03-29 1060752/week @ 2024-04-05 1064751/week @ 2024-04-12 888578/week @ 2024-04-19

4,233,297 downloads per month
Used in 4,983 crates (68 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