Registry / networking / schannel

schannel

JSON →
library0.1.29rscratesunverified

Bindings to Windows SChannel for SSL/TLS support without OpenSSL.

# Cargo.toml [dependencies] schannel = "0.1.29"
INSTALL
IMPORT
SIG · SCHANNEL
S
schannel
networkingrustv0.1.29
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.

Certificate
use schannel::Certificate;

Loads a certificate from DER-encoded data.

use schannel::Certificate; fn main() -> Result<(), Box<dyn std::error::Error>> { let cert = Certificate::from_der(&[])?; println!("Certificate loaded"); Ok(()) }
Debug
Known issues
gotchaWindows-only: schannel only works on Windows systems.
fix
Use conditional compilation or alternative TLS backends on other platforms.
affects: >=0.1.0
Upgrade
Version history
0.1.29latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
schannel — cargo add schannel · libregistry