rustls-cng-crypto

Crates.iorustls-cng-crypto
lib.rsrustls-cng-crypto
version
sourcesrc
created_at2024-12-08 23:08:32.400505
updated_at2024-12-09 07:38:13.160341
descriptionRustls crypto provider for CNG
homepagehttps://github.com/tofay/rustls-cng-crypto
repositoryhttps://github.com/tofay/rustls-cng-crypto
max_upload_size
id1476813
Cargo.toml error:TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Tom Fay (tofay)

documentation

README

rustls-cng-crypto

A rustls Crypto Provider for Windows that uses CNG for cryptographic operations.

See the documentation for supported cipher suites and algorithms, along with instructions for running in FIPS mode.

crates.io Build Status Documentation License: MIT Coverage Status (codecov.io)

Testing

This project tests the crypto provider operations using test vectors from Project Wycheproof where applicable.

Commit count: 11

cargo fmt