Crates.io | rustls-cng-crypto |
lib.rs | rustls-cng-crypto |
version | |
source | src |
created_at | 2024-12-08 23:08:32.400505 |
updated_at | 2024-12-09 07:38:13.160341 |
description | Rustls crypto provider for CNG |
homepage | https://github.com/tofay/rustls-cng-crypto |
repository | https://github.com/tofay/rustls-cng-crypto |
max_upload_size | |
id | 1476813 |
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` |
size | 0 |
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.
This project tests the crypto provider operations using test vectors from Project Wycheproof where applicable.