Initial commit
This commit is contained in:
+14
@@ -0,0 +1,14 @@
|
||||
const oids = {
|
||||
'1 2 840 10045 3 1 7': 'P-256',
|
||||
'1 3 132 0 10': 'secp256k1',
|
||||
'1 3 132 0 34': 'P-384',
|
||||
'1 3 132 0 35': 'P-521',
|
||||
'1 2 840 10045 2 1': 'ecPublicKey',
|
||||
'1 2 840 113549 1 1 1': 'rsaEncryption',
|
||||
'1 3 101 110': 'X25519',
|
||||
'1 3 101 111': 'X448',
|
||||
'1 3 101 112': 'Ed25519',
|
||||
'1 3 101 113': 'Ed448'
|
||||
}
|
||||
|
||||
module.exports = oids
|
||||
Reference in New Issue
Block a user