Kevin Jones
Kevin Jones
Closes #69573
### Background and motivation There are many places throughout the Libraries where we use `AsnWriter` for little writes. Consider `X509KeyUsageExtension`'s managed implementation: https://github.com/dotnet/runtime/blob/f6c5698cb612f3b6e56eb41d808ae7fa73c63897/src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/X509Certificates/ManagedX509ExtensionProcessor.cs#L23-L25 In this case, the total encoded size...
Closes #68767
Hi! 👋 We started using SameSite configuration on a few of our cookies, I misread the docs, goofed, and did this: ```ruby samesite: { strict: ['butter_cookie'] } ``` This does...
## What is missing or needs to be updated? The "Cryptographic Storage Cheat Sheet" has a couple of things I would like to help improve. 1. The "Cryptographically Secure Functions"...
Hi! Thanks for reporting this feature/bug/question! Please keep / fill in the relevant info from this template so that we can help you as best as possible. **Type** (choose one):...
Azure Key Vault seems to (finally) support ECDSA. We should support it, but the docs are scant on it and I don't see an announcement. 
Need to tag, build, and push on releases.
In #60 it was reported that "SignFile returning code -2146762749". Giving back raw HRESULTs as an integer isn't helpful. We should make some changes so that the cause of a...
When the signing process fails because the timestamp server could not be reached, an arcane error message is printed (but the file is actually signed!) and counted as a failure....