Kevin Jones

Results 51 issues of Kevin Jones

Closes #69573

new-api-needs-documentation
area-System.Formats.Asn1

### 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...

api-approved
area-System.Security
in-pr

Closes #68767

area-System.Security
new-api-needs-documentation

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"...

ACK_OBTAINED
UPDATE_CS
HELP_WANTED

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):...

enhancement
help wanted
up-for-grabs

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. ![image](https://user-images.githubusercontent.com/361677/42285787-9209d8b2-7f7e-11e8-8d38-0e50435b4c93.png)

upstream

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....