Skip to content

Commit

Permalink
Add new OID
Browse files Browse the repository at this point in the history
* OBJECT IDENTIFIER 2.16.840.1.114412.1.1 digiCertOVCert (Digicert CA policy)
* OBJECT IDENTIFIER 2.23.140.1.2.2 organization-validated
  • Loading branch information
Ephenodrom authored Sep 5, 2022
1 parent 349d6dc commit 1373379
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/asn1/object_identifiers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,16 @@ class ObjectIdentifiers {
'identifierString': '2.5.4.26',
'readableName': 'registeredAddress',
'identifier': [2,5,4,26]
},
{
'identifierString': '2.16.840.1.114412.1.1',
'readableName': 'digiCertOVCert (Digicert CA policy)',
'identifier': [2,16,840,1,114412,1,1]
},
{
'identifierString': '2.23.140.1.2.2',
'readableName': 'organization-validated',
'identifier': [2,23,140,1,2,2]
}
];

Expand Down

0 comments on commit 1373379

Please sign in to comment.