@electerm/ssh2 1.16.1 → 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.js +41 -0
- package/lib/protocol/Protocol.js +76 -16
- package/lib/protocol/certificateAuth.js +104 -0
- package/lib/protocol/crypto/build/Makefile +5 -5
- package/lib/protocol/crypto/build/Release/.deps/Release/obj.target/sshcrypto/src/binding.o.d +219 -215
- package/lib/protocol/crypto/build/Release/.deps/Release/sshcrypto.node.d +1 -1
- package/lib/protocol/crypto/build/Release/obj.target/sshcrypto/src/binding.o +0 -0
- package/lib/protocol/crypto/build/Release/sshcrypto.node +0 -0
- package/lib/protocol/crypto/build/gyp-mac-tool +4 -8
- package/lib/protocol/crypto/build/sshcrypto.target.mk +35 -38
- package/lib/protocol/sshCertificate.js +243 -0
- package/package.json +1 -1
package/lib/protocol/crypto/build/Release/.deps/Release/obj.target/sshcrypto/src/binding.o.d
CHANGED
|
@@ -1,68 +1,70 @@
|
|
|
1
|
-
cmd_Release/obj.target/sshcrypto/src/binding.o := c++ -o Release/obj.target/sshcrypto/src/binding.o ../src/binding.cc '-DNODE_GYP_MODULE_NAME=sshcrypto' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-
|
|
1
|
+
cmd_Release/obj.target/sshcrypto/src/binding.o := c++ -o Release/obj.target/sshcrypto/src/binding.o ../src/binding.cc '-DNODE_GYP_MODULE_NAME=sshcrypto' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_FILE_OFFSET_BITS=64' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DOPENSSL_API_COMPAT=0x10100000L' '-DREAL_OPENSSL_MAJOR=3' '-DBUILDING_NODE_EXTENSION' -I/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node -I/Users/zxd/Library/Caches/node-gyp/22.19.0/src -I/Users/zxd/Library/Caches/node-gyp/22.19.0/deps/openssl/config -I/Users/zxd/Library/Caches/node-gyp/22.19.0/deps/openssl/openssl/include -I/Users/zxd/Library/Caches/node-gyp/22.19.0/deps/uv/include -I/Users/zxd/Library/Caches/node-gyp/22.19.0/deps/zlib -I/Users/zxd/Library/Caches/node-gyp/22.19.0/deps/v8/include -I../../../../node_modules/nan -O3 -gdwarf-2 -fno-strict-aliasing -mmacosx-version-min=11.0 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++17 -stdlib=libc++ -fno-rtti -fno-exceptions -MMD -MF ./Release/.deps/Release/obj.target/sshcrypto/src/binding.o.d.raw -c
|
|
2
2
|
Release/obj.target/sshcrypto/src/binding.o: ../src/binding.cc \
|
|
3
|
-
/Users/
|
|
4
|
-
/Users/
|
|
5
|
-
/Users/
|
|
6
|
-
/Users/
|
|
7
|
-
/Users/
|
|
8
|
-
/Users/
|
|
9
|
-
/Users/
|
|
10
|
-
/Users/
|
|
11
|
-
/Users/
|
|
12
|
-
/Users/
|
|
13
|
-
/Users/
|
|
14
|
-
/Users/
|
|
15
|
-
/Users/
|
|
16
|
-
/Users/
|
|
17
|
-
/Users/
|
|
18
|
-
/Users/
|
|
19
|
-
/Users/
|
|
20
|
-
/Users/
|
|
21
|
-
/Users/
|
|
22
|
-
/Users/
|
|
23
|
-
/Users/
|
|
24
|
-
/Users/
|
|
25
|
-
/Users/
|
|
26
|
-
/Users/
|
|
27
|
-
/Users/
|
|
28
|
-
/Users/
|
|
29
|
-
/Users/
|
|
30
|
-
/Users/
|
|
31
|
-
/Users/
|
|
32
|
-
/Users/
|
|
33
|
-
/Users/
|
|
34
|
-
/Users/
|
|
35
|
-
/Users/
|
|
36
|
-
/Users/
|
|
37
|
-
/Users/
|
|
38
|
-
/Users/
|
|
39
|
-
/Users/
|
|
40
|
-
/Users/
|
|
41
|
-
/Users/
|
|
42
|
-
/Users/
|
|
43
|
-
/Users/
|
|
44
|
-
/Users/
|
|
45
|
-
/Users/
|
|
46
|
-
/Users/
|
|
47
|
-
/Users/
|
|
48
|
-
/Users/
|
|
49
|
-
/Users/
|
|
50
|
-
/Users/
|
|
51
|
-
/Users/
|
|
52
|
-
/Users/
|
|
53
|
-
/Users/
|
|
54
|
-
/Users/
|
|
55
|
-
/Users/
|
|
56
|
-
/Users/
|
|
57
|
-
/Users/
|
|
3
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node.h \
|
|
4
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8.h \
|
|
5
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/cppgc/common.h \
|
|
6
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8config.h \
|
|
7
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-array-buffer.h \
|
|
8
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-local-handle.h \
|
|
9
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-handle-base.h \
|
|
10
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-internal.h \
|
|
11
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-object.h \
|
|
12
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-maybe.h \
|
|
13
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-persistent-handle.h \
|
|
14
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-weak-callback-info.h \
|
|
15
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-primitive.h \
|
|
16
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-data.h \
|
|
17
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-value.h \
|
|
18
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-traced-handle.h \
|
|
19
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-container.h \
|
|
20
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-context.h \
|
|
21
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-snapshot.h \
|
|
22
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-isolate.h \
|
|
23
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-callbacks.h \
|
|
24
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-promise.h \
|
|
25
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-debug.h \
|
|
26
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-script.h \
|
|
27
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-memory-span.h \
|
|
28
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-message.h \
|
|
29
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-embedder-heap.h \
|
|
30
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-function-callback.h \
|
|
31
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-microtask.h \
|
|
32
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-statistics.h \
|
|
33
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-unwinder.h \
|
|
34
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-embedder-state-scope.h \
|
|
35
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-date.h \
|
|
36
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-exception.h \
|
|
37
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-extension.h \
|
|
38
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-external.h \
|
|
39
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-function.h \
|
|
40
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-template.h \
|
|
41
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-initialization.h \
|
|
42
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-platform.h \
|
|
43
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-source-location.h \
|
|
44
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-json.h \
|
|
45
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-locker.h \
|
|
46
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-microtask-queue.h \
|
|
47
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-primitive-object.h \
|
|
48
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-proxy.h \
|
|
49
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-regexp.h \
|
|
50
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-typed-array.h \
|
|
51
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-value-serializer.h \
|
|
52
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-version.h \
|
|
53
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-wasm.h \
|
|
54
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_version.h \
|
|
55
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_api.h \
|
|
56
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/js_native_api.h \
|
|
57
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/js_native_api_types.h \
|
|
58
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_api_types.h \
|
|
59
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_buffer.h \
|
|
58
60
|
../../../../node_modules/nan/nan.h \
|
|
59
|
-
/Users/
|
|
60
|
-
/Users/
|
|
61
|
-
/Users/
|
|
62
|
-
/Users/
|
|
63
|
-
/Users/
|
|
64
|
-
/Users/
|
|
65
|
-
/Users/
|
|
61
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv.h \
|
|
62
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/errno.h \
|
|
63
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/version.h \
|
|
64
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/unix.h \
|
|
65
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/threadpool.h \
|
|
66
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/darwin.h \
|
|
67
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_object_wrap.h \
|
|
66
68
|
../../../../node_modules/nan/nan_callbacks.h \
|
|
67
69
|
../../../../node_modules/nan/nan_callbacks_12_inl.h \
|
|
68
70
|
../../../../node_modules/nan/nan_maybe_43_inl.h \
|
|
@@ -77,115 +79,117 @@ Release/obj.target/sshcrypto/src/binding.o: ../src/binding.cc \
|
|
|
77
79
|
../../../../node_modules/nan/nan_typedarray_contents.h \
|
|
78
80
|
../../../../node_modules/nan/nan_json.h \
|
|
79
81
|
../../../../node_modules/nan/nan_scriptorigin.h \
|
|
80
|
-
/Users/
|
|
81
|
-
/Users/
|
|
82
|
-
/Users/
|
|
83
|
-
/Users/
|
|
84
|
-
/Users/
|
|
85
|
-
/Users/
|
|
86
|
-
/Users/
|
|
87
|
-
/Users/
|
|
88
|
-
/Users/
|
|
89
|
-
/Users/
|
|
90
|
-
/Users/
|
|
91
|
-
/Users/
|
|
92
|
-
/Users/
|
|
93
|
-
/Users/
|
|
94
|
-
/Users/
|
|
95
|
-
/Users/
|
|
96
|
-
/Users/
|
|
97
|
-
/Users/
|
|
98
|
-
/Users/
|
|
99
|
-
/Users/
|
|
100
|
-
/Users/
|
|
101
|
-
/Users/
|
|
102
|
-
/Users/
|
|
103
|
-
/Users/
|
|
104
|
-
/Users/
|
|
105
|
-
/Users/
|
|
106
|
-
/Users/
|
|
107
|
-
/Users/
|
|
108
|
-
/Users/
|
|
109
|
-
/Users/
|
|
110
|
-
/Users/
|
|
111
|
-
/Users/
|
|
112
|
-
/Users/
|
|
113
|
-
/Users/
|
|
114
|
-
/Users/
|
|
115
|
-
/Users/
|
|
116
|
-
/Users/
|
|
117
|
-
/Users/
|
|
118
|
-
/Users/
|
|
119
|
-
/Users/
|
|
120
|
-
/Users/
|
|
121
|
-
/Users/
|
|
122
|
-
/Users/
|
|
123
|
-
/Users/
|
|
124
|
-
/Users/
|
|
82
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/configuration.h \
|
|
83
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./configuration_asm.h \
|
|
84
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h \
|
|
85
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/err.h \
|
|
86
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./err_asm.h \
|
|
87
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/err.h \
|
|
88
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/macros.h \
|
|
89
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/opensslconf.h \
|
|
90
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/opensslv.h \
|
|
91
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./opensslv_asm.h \
|
|
92
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h \
|
|
93
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/e_os2.h \
|
|
94
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/types.h \
|
|
95
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/safestack.h \
|
|
96
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./safestack_asm.h \
|
|
97
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/safestack.h \
|
|
98
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/stack.h \
|
|
99
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bio.h \
|
|
100
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./bio_asm.h \
|
|
101
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/bio.h \
|
|
102
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/crypto.h \
|
|
103
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./crypto_asm.h \
|
|
104
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h \
|
|
105
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/cryptoerr.h \
|
|
106
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/symhacks.h \
|
|
107
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/cryptoerr_legacy.h \
|
|
108
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/core.h \
|
|
109
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bioerr.h \
|
|
110
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/lhash.h \
|
|
111
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./lhash_asm.h \
|
|
112
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/lhash.h \
|
|
113
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/evp.h \
|
|
114
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/core_dispatch.h \
|
|
115
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/evperr.h \
|
|
116
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/params.h \
|
|
117
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bn.h \
|
|
118
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bnerr.h \
|
|
119
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/objects.h \
|
|
120
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/obj_mac.h \
|
|
121
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/asn1.h \
|
|
122
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./asn1_asm.h \
|
|
123
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/asn1.h \
|
|
124
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/asn1err.h \
|
|
125
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/objectserr.h \
|
|
126
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/hmac.h
|
|
125
127
|
../src/binding.cc:
|
|
126
|
-
/Users/
|
|
127
|
-
/Users/
|
|
128
|
-
/Users/
|
|
129
|
-
/Users/
|
|
130
|
-
/Users/
|
|
131
|
-
/Users/
|
|
132
|
-
/Users/
|
|
133
|
-
/Users/
|
|
134
|
-
/Users/
|
|
135
|
-
/Users/
|
|
136
|
-
/Users/
|
|
137
|
-
/Users/
|
|
138
|
-
/Users/
|
|
139
|
-
/Users/
|
|
140
|
-
/Users/
|
|
141
|
-
/Users/
|
|
142
|
-
/Users/
|
|
143
|
-
/Users/
|
|
144
|
-
/Users/
|
|
145
|
-
/Users/
|
|
146
|
-
/Users/
|
|
147
|
-
/Users/
|
|
148
|
-
/Users/
|
|
149
|
-
/Users/
|
|
150
|
-
/Users/
|
|
151
|
-
/Users/
|
|
152
|
-
/Users/
|
|
153
|
-
/Users/
|
|
154
|
-
/Users/
|
|
155
|
-
/Users/
|
|
156
|
-
/Users/
|
|
157
|
-
/Users/
|
|
158
|
-
/Users/
|
|
159
|
-
/Users/
|
|
160
|
-
/Users/
|
|
161
|
-
/Users/
|
|
162
|
-
/Users/
|
|
163
|
-
/Users/
|
|
164
|
-
/Users/
|
|
165
|
-
/Users/
|
|
166
|
-
/Users/
|
|
167
|
-
/Users/
|
|
168
|
-
/Users/
|
|
169
|
-
/Users/
|
|
170
|
-
/Users/
|
|
171
|
-
/Users/
|
|
172
|
-
/Users/
|
|
173
|
-
/Users/
|
|
174
|
-
/Users/
|
|
175
|
-
/Users/
|
|
176
|
-
/Users/
|
|
177
|
-
/Users/
|
|
178
|
-
/Users/
|
|
179
|
-
/Users/
|
|
180
|
-
/Users/
|
|
128
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node.h:
|
|
129
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8.h:
|
|
130
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/cppgc/common.h:
|
|
131
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8config.h:
|
|
132
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-array-buffer.h:
|
|
133
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-local-handle.h:
|
|
134
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-handle-base.h:
|
|
135
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-internal.h:
|
|
136
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-object.h:
|
|
137
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-maybe.h:
|
|
138
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-persistent-handle.h:
|
|
139
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-weak-callback-info.h:
|
|
140
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-primitive.h:
|
|
141
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-data.h:
|
|
142
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-value.h:
|
|
143
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-traced-handle.h:
|
|
144
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-container.h:
|
|
145
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-context.h:
|
|
146
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-snapshot.h:
|
|
147
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-isolate.h:
|
|
148
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-callbacks.h:
|
|
149
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-promise.h:
|
|
150
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-debug.h:
|
|
151
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-script.h:
|
|
152
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-memory-span.h:
|
|
153
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-message.h:
|
|
154
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-embedder-heap.h:
|
|
155
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-function-callback.h:
|
|
156
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-microtask.h:
|
|
157
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-statistics.h:
|
|
158
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-unwinder.h:
|
|
159
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-embedder-state-scope.h:
|
|
160
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-date.h:
|
|
161
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-exception.h:
|
|
162
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-extension.h:
|
|
163
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-external.h:
|
|
164
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-function.h:
|
|
165
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-template.h:
|
|
166
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-initialization.h:
|
|
167
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-platform.h:
|
|
168
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-source-location.h:
|
|
169
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-json.h:
|
|
170
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-locker.h:
|
|
171
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-microtask-queue.h:
|
|
172
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-primitive-object.h:
|
|
173
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-proxy.h:
|
|
174
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-regexp.h:
|
|
175
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-typed-array.h:
|
|
176
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-value-serializer.h:
|
|
177
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-version.h:
|
|
178
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/v8-wasm.h:
|
|
179
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_version.h:
|
|
180
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_api.h:
|
|
181
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/js_native_api.h:
|
|
182
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/js_native_api_types.h:
|
|
183
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_api_types.h:
|
|
184
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_buffer.h:
|
|
181
185
|
../../../../node_modules/nan/nan.h:
|
|
182
|
-
/Users/
|
|
183
|
-
/Users/
|
|
184
|
-
/Users/
|
|
185
|
-
/Users/
|
|
186
|
-
/Users/
|
|
187
|
-
/Users/
|
|
188
|
-
/Users/
|
|
186
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv.h:
|
|
187
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/errno.h:
|
|
188
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/version.h:
|
|
189
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/unix.h:
|
|
190
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/threadpool.h:
|
|
191
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/uv/darwin.h:
|
|
192
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/node_object_wrap.h:
|
|
189
193
|
../../../../node_modules/nan/nan_callbacks.h:
|
|
190
194
|
../../../../node_modules/nan/nan_callbacks_12_inl.h:
|
|
191
195
|
../../../../node_modules/nan/nan_maybe_43_inl.h:
|
|
@@ -200,48 +204,48 @@ Release/obj.target/sshcrypto/src/binding.o: ../src/binding.cc \
|
|
|
200
204
|
../../../../node_modules/nan/nan_typedarray_contents.h:
|
|
201
205
|
../../../../node_modules/nan/nan_json.h:
|
|
202
206
|
../../../../node_modules/nan/nan_scriptorigin.h:
|
|
203
|
-
/Users/
|
|
204
|
-
/Users/
|
|
205
|
-
/Users/
|
|
206
|
-
/Users/
|
|
207
|
-
/Users/
|
|
208
|
-
/Users/
|
|
209
|
-
/Users/
|
|
210
|
-
/Users/
|
|
211
|
-
/Users/
|
|
212
|
-
/Users/
|
|
213
|
-
/Users/
|
|
214
|
-
/Users/
|
|
215
|
-
/Users/
|
|
216
|
-
/Users/
|
|
217
|
-
/Users/
|
|
218
|
-
/Users/
|
|
219
|
-
/Users/
|
|
220
|
-
/Users/
|
|
221
|
-
/Users/
|
|
222
|
-
/Users/
|
|
223
|
-
/Users/
|
|
224
|
-
/Users/
|
|
225
|
-
/Users/
|
|
226
|
-
/Users/
|
|
227
|
-
/Users/
|
|
228
|
-
/Users/
|
|
229
|
-
/Users/
|
|
230
|
-
/Users/
|
|
231
|
-
/Users/
|
|
232
|
-
/Users/
|
|
233
|
-
/Users/
|
|
234
|
-
/Users/
|
|
235
|
-
/Users/
|
|
236
|
-
/Users/
|
|
237
|
-
/Users/
|
|
238
|
-
/Users/
|
|
239
|
-
/Users/
|
|
240
|
-
/Users/
|
|
241
|
-
/Users/
|
|
242
|
-
/Users/
|
|
243
|
-
/Users/
|
|
244
|
-
/Users/
|
|
245
|
-
/Users/
|
|
246
|
-
/Users/
|
|
247
|
-
/Users/
|
|
207
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/configuration.h:
|
|
208
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./configuration_asm.h:
|
|
209
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/configuration.h:
|
|
210
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/err.h:
|
|
211
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./err_asm.h:
|
|
212
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/err.h:
|
|
213
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/macros.h:
|
|
214
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/opensslconf.h:
|
|
215
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/opensslv.h:
|
|
216
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./opensslv_asm.h:
|
|
217
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h:
|
|
218
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/e_os2.h:
|
|
219
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/types.h:
|
|
220
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/safestack.h:
|
|
221
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./safestack_asm.h:
|
|
222
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/safestack.h:
|
|
223
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/stack.h:
|
|
224
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bio.h:
|
|
225
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./bio_asm.h:
|
|
226
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/bio.h:
|
|
227
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/crypto.h:
|
|
228
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./crypto_asm.h:
|
|
229
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/crypto.h:
|
|
230
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/cryptoerr.h:
|
|
231
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/symhacks.h:
|
|
232
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/cryptoerr_legacy.h:
|
|
233
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/core.h:
|
|
234
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bioerr.h:
|
|
235
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/lhash.h:
|
|
236
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./lhash_asm.h:
|
|
237
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/lhash.h:
|
|
238
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/evp.h:
|
|
239
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/core_dispatch.h:
|
|
240
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/evperr.h:
|
|
241
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/params.h:
|
|
242
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bn.h:
|
|
243
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/bnerr.h:
|
|
244
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/objects.h:
|
|
245
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/obj_mac.h:
|
|
246
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/asn1.h:
|
|
247
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/./asn1_asm.h:
|
|
248
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/././archs/darwin64-x86_64-cc/asm/include/openssl/asn1.h:
|
|
249
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/asn1err.h:
|
|
250
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/objectserr.h:
|
|
251
|
+
/Users/zxd/Library/Caches/node-gyp/22.19.0/include/node/openssl/hmac.h:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
cmd_Release/sshcrypto.node := c++ -bundle -undefined dynamic_lookup -Wl,-search_paths_first -mmacosx-version-min=
|
|
1
|
+
cmd_Release/sshcrypto.node := c++ -bundle -undefined dynamic_lookup -Wl,-search_paths_first -mmacosx-version-min=11.0 -arch x86_64 -L./Release -stdlib=libc++ -o Release/sshcrypto.node Release/obj.target/sshcrypto/src/binding.o
|
|
Binary file
|
|
Binary file
|
|
@@ -60,9 +60,7 @@ class MacTool:
|
|
|
60
60
|
if os.path.exists(dest):
|
|
61
61
|
shutil.rmtree(dest)
|
|
62
62
|
shutil.copytree(source, dest)
|
|
63
|
-
elif extension
|
|
64
|
-
return self._CopyXIBFile(source, dest)
|
|
65
|
-
elif extension == ".storyboard":
|
|
63
|
+
elif extension in {".xib", ".storyboard"}:
|
|
66
64
|
return self._CopyXIBFile(source, dest)
|
|
67
65
|
elif extension == ".strings" and not convert_to_binary:
|
|
68
66
|
self._CopyStringsFile(source, dest)
|
|
@@ -71,7 +69,7 @@ class MacTool:
|
|
|
71
69
|
os.unlink(dest)
|
|
72
70
|
shutil.copy(source, dest)
|
|
73
71
|
|
|
74
|
-
if convert_to_binary and extension in
|
|
72
|
+
if convert_to_binary and extension in {".plist", ".strings"}:
|
|
75
73
|
self._ConvertToBinary(dest)
|
|
76
74
|
|
|
77
75
|
def _CopyXIBFile(self, source, dest):
|
|
@@ -165,9 +163,7 @@ class MacTool:
|
|
|
165
163
|
header = fp.read(3)
|
|
166
164
|
except Exception:
|
|
167
165
|
return None
|
|
168
|
-
if header.startswith(b"\xFE\xFF"):
|
|
169
|
-
return "UTF-16"
|
|
170
|
-
elif header.startswith(b"\xFF\xFE"):
|
|
166
|
+
if header.startswith((b"\xFE\xFF", b"\xFF\xFE")):
|
|
171
167
|
return "UTF-16"
|
|
172
168
|
elif header.startswith(b"\xEF\xBB\xBF"):
|
|
173
169
|
return "UTF-8"
|
|
@@ -262,7 +258,7 @@ class MacTool:
|
|
|
262
258
|
"""Calls libtool and filters out '/path/to/libtool: file: foo.o has no
|
|
263
259
|
symbols'."""
|
|
264
260
|
libtool_re = re.compile(
|
|
265
|
-
r"^.*libtool: (?:for architecture: \S* )?
|
|
261
|
+
r"^.*libtool: (?:for architecture: \S* )?file: .* has no symbols$"
|
|
266
262
|
)
|
|
267
263
|
libtool_re5 = re.compile(
|
|
268
264
|
r"^.*libtool: warning for library: "
|