Registry / crypto / openssl-src

openssl-src

JSON →
library300.6.1+3.6.3rscratesunverified

Source of OpenSSL and logic to build it for use in Rust projects.

# Cargo.toml [dependencies] openssl-src = "300.6.1+3.6.3"
INSTALL
IMPORT
SIG · OPENSSL-SRC
O
openssl-src
cryptorustv300.6.1+3.6.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OPENSSL_VERSION
use openssl_src::OPENSSL_VERSION;

Prints the OpenSSL version bundled by openssl-src.

use openssl_src::OPENSSL_VERSION; fn main() { println!("OpenSSL version: {}", OPENSSL_VERSION); }
Debug
Known issues
gotchaRequires C compiler and OpenSSL build dependencies
fix
Install build-essential, libssl-dev, or equivalent system packages.
affects: >=0
Upgrade
Version history
300.6.1+3.6.3latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
openssl-src — cargo add openssl-src · libregistry