mirror of
https://github.com/Azure/k8s-set-context.git
synced 2026-06-28 10:19:27 +08:00
Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
This commit is contained in:
committed by
GitHub
parent
4a983766a0
commit
52d71d28bd
+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