Skip to content

Commit

Permalink
Add X.509 SubjectPublicKeyInfo to default types.
Browse files Browse the repository at this point in the history
  • Loading branch information
lapo-luchini committed Apr 3, 2024
1 parent ad3d920 commit 6fa69ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions defs.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ Defs.RFC = rfc;

Defs.commonTypes = [
[ 'X.509 certificate', '1.3.6.1.5.5.7.0.18', 'Certificate' ],
[ 'X.509 public key info', '1.3.6.1.5.5.7.0.18', 'SubjectPublicKeyInfo' ],
[ 'CMS / PKCS#7 envelope', '1.2.840.113549.1.9.16.0.14', 'ContentInfo' ],
[ 'PKCS#1 RSA private key', '1.2.840.113549.1.1.0.1', 'RSAPrivateKey' ],
[ 'PKCS#8 encrypted private key', '1.2.840.113549.1.8.1.1', 'EncryptedPrivateKeyInfo' ],
Expand Down

0 comments on commit 6fa69ff

Please sign in to comment.