Skip to content

Add PKIX EKU OIDs #1

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions dumpasn1.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6429,6 +6429,38 @@ OID = 1 3 6 1 5 5 7 3 36
Comment = PKIX key purpose
Description = documentSigning

OID = 1 3 6 1 5 5 7 3 37
Comment = PKIX key purpose
Description = jwt

OID = 1 3 6 1 5 5 7 3 38
Comment = PKIX key purpose
Description = httpContentEncrypt

OID = 1 3 6 1 5 5 7 3 39
Comment = PKIX key purpose
Description = oauthAccessTokenSigning

OID = 1 3 6 1 5 5 7 3 40
Comment = PKIX key purpose
Description = imUri

OID = 1 3 6 1 5 5 7 3 41
Comment = PKIX key purpose
Description = configSigning

OID = 1 3 6 1 5 5 7 3 42
Comment = PKIX key purpose
Description = trustAnchorConfigSigning

OID = 1 3 6 1 5 5 7 3 43
Comment = PKIX key purpose
Description = updatePackageSigning

OID = 1 3 6 1 5 5 7 3 44
Comment = PKIX key purpose
Description = safetyCommunication

OID = 1 3 6 1 5 5 7 4
Comment = PKIX
Description = cmpInformationTypes
Expand Down