Skip to content

Commit

Permalink
Merge pull request #203 from faustobdls/master
Browse files Browse the repository at this point in the history
Add DC and domainComponent in object_identifiers_database.dart
  • Loading branch information
Ephenodrom authored Aug 21, 2023
2 parents 59e0602 + 3d09c6b commit 181fdb6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions lib/asn1/object_identifiers_database.dart
Original file line number Diff line number Diff line change
Expand Up @@ -676,5 +676,15 @@ const oi = [
'identifierString': '2.23.140.1.2.2',
'readableName': 'organization-validated',
'identifier': [2, 23, 140, 1, 2, 2]
},
{
'identifierString': '0.9.2342.19200300.100.1.25',
'readableName': 'DC',
'identifier': [0, 9, 2342, 19200300, 100, 1, 25]
},
{
'identifierString': '0.9.2342.19200300.100.1.25',
'readableName': 'domainComponent',
'identifier': [0, 9, 2342, 19200300, 100, 1, 25]
}
];

0 comments on commit 181fdb6

Please sign in to comment.