#ssl-certificate #openssl #tls-certificates #system #location #find

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 Cryptography

Download history 1270059/week @ 2024-07-30 1271395/week @ 2024-08-06 1273340/week @ 2024-08-13 1303145/week @ 2024-08-20 1235182/week @ 2024-08-27 1343079/week @ 2024-09-03 1292406/week @ 2024-09-10 1380744/week @ 2024-09-17 1468599/week @ 2024-09-24 1836696/week @ 2024-10-01 2033211/week @ 2024-10-08 1965484/week @ 2024-10-15 1545556/week @ 2024-10-22 1421057/week @ 2024-10-29 1436102/week @ 2024-11-05 1226487/week @ 2024-11-12

5,960,185 downloads per month
Used in 6,210 crates (70 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