Skip to content

Commit

Permalink
Added SurName 'SN' subject field to x509
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtsson committed Nov 24, 2014
1 parent 8f9cb39 commit e8aa9e5
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 @@ -1722,6 +1722,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 e8aa9e5

Please sign in to comment.