steffengy / schannel-rs

Schannel API-bindings for rust (provides an interface for native SSL/TLS using windows APIs)
MIT License
49 stars 51 forks source link

Question: wincrypt APIs are now deprecated, any new crates using CNG? #63

Open crusty-dave opened 4 years ago

crusty-dave commented 4 years ago

Is anyone working on a similar crate that uses the next gen crypto APIs (CNG)?

https://docs.microsoft.com/en-us/windows/win32/seccng/cng-portal

Purpose

Cryptography API: Next Generation (CNG) is the long-term replacement for the CryptoAPI. CNG is designed to be extensible at many levels and cryptography agnostic in behavior.