You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.NET 10 has been working on adding support for Post Quantum Cryptography, including X.509 certificates for HTTPS.
This issue is to track the enablement and support of three new X.509 certificate types:
ML-DSA
SLH-DSA
Hybrid-ML-DSA
The first two are expected to be in .NET 10 Preview 5, with some pieces of 2 already in .NET 10 preview 4. The third is yet to be implemented, as of writing.
Note that PQC support is currently very limited to certain operating systems. OpenSSL 3.5+ is required for Linux, and a Windows Insider build that contains support should be available in the near future.
The text was updated successfully, but these errors were encountered:
.NET 10 has been working on adding support for Post Quantum Cryptography, including X.509 certificates for HTTPS.
This issue is to track the enablement and support of three new X.509 certificate types:
The first two are expected to be in .NET 10 Preview 5, with some pieces of 2 already in .NET 10 preview 4. The third is yet to be implemented, as of writing.
Note that PQC support is currently very limited to certain operating systems. OpenSSL 3.5+ is required for Linux, and a Windows Insider build that contains support should be available in the near future.
The text was updated successfully, but these errors were encountered: