Skip to content

Commit

Permalink
Update X509.pm
Browse files Browse the repository at this point in the history
Add missing oid for unstructuredAddress used by cisco routers during scep pki enrollment
  • Loading branch information
dhoffend authored and oliwel committed Sep 6, 2022
1 parent 49f7a3c commit 90b650a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Crypt/X509.pm
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ our %oid2attr = (
"2.5.4.11" => "OU",
"1.2.840.113549.1.9.1" => "emailAddress",
'1.2.840.113549.1.9.2' => 'unstructuredName',
'1.2.840.113549.1.9.8' => 'unstructuredAddress',
"0.9.2342.19200300.100.1.1" => "UID",
"0.9.2342.19200300.100.1.25" => "DC",
"0.2.262.1.10.7.20" => "nameDistinguisher",
Expand Down

0 comments on commit 90b650a

Please sign in to comment.