Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use the managed implementation of extendedKeyUsage codec everywhere #108558

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

vcsjones
Copy link
Member

@vcsjones vcsjones commented Oct 4, 2024

Similar to #108549.

We have three implementations of encoding and decoding EKUs, one of which is managed. A EKU extension is a simple SEQUENCE OF { OBJECT IDENTIFIER }, so there are unlikely to be any platform-specific behaviors for decoding.

This removes the native implementations and replaces it with the managed one for encoding and decoding EKUs, and removes the native pieces no longer used.

Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-security, @bartonjs, @vcsjones
See info in area-owners.md if you want to be subscribed.

@vcsjones vcsjones merged commit 6160518 into dotnet:main Oct 5, 2024
97 of 99 checks passed
@vcsjones vcsjones deleted the one-eku-impl branch October 5, 2024 00:20
@vcsjones vcsjones added this to the 10.0.0 milestone Oct 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants