Skip to content

Commit

Permalink
Merge pull request #74 from screeninteraction/master
Browse files Browse the repository at this point in the history
Add SurName 'SN' subject field to x509
  • Loading branch information
kjur committed May 8, 2016
2 parents a3e2a13 + e8aa9e5 commit b5ef9f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asn1x509-1.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -1819,6 +1819,7 @@ KJUR.asn1.x509.OID = new function(params) {
'ST': '2.5.4.8',
'L': '2.5.4.7',
'CN': '2.5.4.3',
'SN': '2.5.4.4',
'DN': '2.5.4.49',
'DC': '0.9.2342.19200300.100.1.25',
};
Expand Down

0 comments on commit b5ef9f7

Please sign in to comment.