Home
last modified time | relevance | path

Searched refs:sshpk (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/npm/node_modules/http-signature/lib/
Dutils.js4 var sshpk = require('sshpk'); variable
80 var k = sshpk.parseKey(key, 'ssh');
96 var k = sshpk.parseKey(key, 'ssh');
108 var k = sshpk.parseKey(pem, 'pem');
Dverify.js5 var sshpk = require('sshpk'); variable
30 pubkey = sshpk.parseKey(pubkey);
31 assert.ok(sshpk.Key.isKey(pubkey, [1, 1]), 'pubkey must be a sshpk.Key');
Dsigner.js7 var sshpk = require('sshpk'); variable
85 key = sshpk.parsePrivateKey(key);
87 assert.ok(sshpk.PrivateKey.isPrivateKey(key, [1, 2]),
362 key = sshpk.parsePrivateKey(options.key);
364 assert.ok(sshpk.PrivateKey.isPrivateKey(key, [1, 2]),
/third_party/node/deps/npm/node_modules/http-signature/
DCHANGES.md12 - Bump version of `sshpk` dependency, remove peerDependency on it since
23 - Bump minimum version of `sshpk` dependency, to include fixes for
33 - Now uses `sshpk` for key parsing, validation and conversion.
Dhttp_signing.md341 ## Generating and verifying signatures using `sshpk-sign`
343 You can also generate and check signatures using the `sshpk-sign` tool which is
344 included with the `sshpk` package in `npm`.
346 Compose the signing string as above, and pipe it into `sshpk-sign` as follows:
349 sshpk-sign -i /path/to/private.pem
356 sshpk-sign: using rsa-sha256 with a 1024 bit key
358 You can also use `sshpk-verify` in a similar manner:
361 sshpk-verify -i ./public.pem -s 'jKyvPcxB4JbmYY...'
/third_party/node/deps/npm/node_modules/sshpk/bin/
Dsshpk-conv7 var sshpk = require('../lib/index');
145 var f = sshpk.parseKey;
147 f = sshpk.parsePrivateKey;
188 if (sshpk.PrivateKey.isPrivateKey(key))
Dsshpk-verify7 var sshpk = require('../lib/index');
89 key = sshpk.parseKey(keyData);
101 sig = sshpk.parseSignature(sigData, key.type, fmt);
Dsshpk-sign7 var sshpk = require('../lib/index');
93 key = sshpk.parsePrivateKey(keyData, 'auto', parseOpts);
/third_party/node/deps/npm/node_modules/sshpk/
DREADME.md1 sshpk chapter
22 npm install sshpk
29 var sshpk = require('sshpk');
35 var key = sshpk.parseKey(keyPub, 'ssh');
62 var key = sshpk.parseKey(keyPem, 'pem');
76 var key = sshpk.parsePrivateKey(keyPriv, 'pem');
87 key = sshpk.parseKey(keyPub, 'ssh');
99 var fp = sshpk.parseFingerprint('SHA256:PYC9kPVC6J873CSIbfp0LwYeczP/W4ffObNCuDJ1u5w');
101 var keys = [sshpk.parseKey(...), sshpk.parseKey(...), ...];
139 of `sshpk` compatible with this one.
[all …]
/third_party/node/deps/npm/node_modules/uri-js/
Dyarn.lock1065 sshpk "^1.7.0"
1754 sshpk@^1.7.0:
1756 …resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.14.1.tgz#130f5975eddad963f1d56f92b9ac6c51fa…
/third_party/node/deps/npm/node_modules/psl/
Dyarn.lock2051 sshpk "^1.7.0"
2059 sshpk "^1.7.0"
4044 sshpk@^1.7.0:
4046 …resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.14.1.tgz#130f5975eddad963f1d56f92b9ac6c51fa…
/third_party/ejdb/src/bindings/ejdb2_node/
Dyarn.lock1517 sshpk "^1.7.0"
2789 sshpk@^1.7.0:
2791 …resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d…
/third_party/typescript_eslint/
Dyarn.lock4669 sshpk "^1.7.0"
8062 sshpk@^1.7.0:
8064 …resolved "https://registry.yarnpkg.com/sshpk/-/sshpk-1.16.1.tgz#fb661c0bef29b39db40769ee39fa70093d…