{"id":63999,"library":"schannel","title":"Schannel","description":"Bindings to Windows SChannel for SSL/TLS support without OpenSSL.","status":"active","version":"0.1.29","language":"rust","source_language":null,"source_url":"https://github.com/steffengy/schannel-rs","tags":["windows","ssl","tls","schannel","security"],"install":[{"cmd":"# Cargo.toml\n[dependencies]\nschannel = \"0.1.29\"","lang":"toml","label":"Cargo.toml"},{"cmd":"cargo add schannel","lang":"bash","label":"cargo add"}],"dependencies":[],"imports":[{"symbol":"Certificate","correct":"use schannel::Certificate;"}],"quickstart":{"code":"use schannel::Certificate;\n\nfn main() -> Result<(), Box<dyn std::error::Error>> {\n    let cert = Certificate::from_der(&[])?;\n    println!(\"Certificate loaded\");\n    Ok(())\n}","lang":"rust","description":"Loads a certificate from DER-encoded data."},"warnings":[{"fix":"Use conditional compilation or alternative TLS backends on other platforms.","message":"Windows-only: schannel only works on Windows systems.","severity":"gotcha","affected_versions":">=0.1.0"}],"env_vars":null,"search_vec":"'bind':2 'openssl':10 'schannel':1,5,14 'secur':15 'ssl':12 'ssl/tls':7 'support':8 'tls':13 'window':4,11 'without':9","created_at":"2026-06-17T16:50:36.856468+00:00","updated_at":"2026-06-17T16:50:36.856468+00:00","problems":[],"ecosystem":"crates","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/steffengy/schannel-rs","github":"https://github.com/steffengy/schannel-rs","docs":"https://docs.rs/schannel/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking","crypto"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}