node-aix-ppc64 18.17.1 → 18.18.1

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.
Files changed (71) hide show
  1. package/CHANGELOG.md +212 -0
  2. package/LICENSE +515 -520
  3. package/README.md +11 -2
  4. package/bin/node +0 -0
  5. package/include/node/common.gypi +48 -20
  6. package/include/node/js_native_api.h +18 -0
  7. package/include/node/node.exp +30 -17
  8. package/include/node/node_version.h +1 -1
  9. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h +29 -0
  10. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/dso_conf.h +19 -0
  11. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1.h +1128 -0
  12. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1t.h +946 -0
  13. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +887 -0
  14. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cms.h +493 -0
  15. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/conf.h +211 -0
  16. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/configuration.h +137 -0
  17. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crmf.h +227 -0
  18. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crypto.h +558 -0
  19. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ct.h +573 -0
  20. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/err.h +504 -0
  21. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ess.h +128 -0
  22. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/fipskey.h +36 -0
  23. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/lhash.h +288 -0
  24. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ocsp.h +483 -0
  25. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs12.h +350 -0
  26. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +427 -0
  27. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/safestack.h +297 -0
  28. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/srp.h +285 -0
  29. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2668 -0
  30. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ui.h +407 -0
  31. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509.h +1276 -0
  32. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_vfy.h +894 -0
  33. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509v3.h +1450 -0
  34. package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +123 -0
  35. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_digests.h +160 -0
  36. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_dsa.h +94 -0
  37. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ec.h +286 -0
  38. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ecx.h +50 -0
  39. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_rsa.h +187 -0
  40. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_sm2.h +37 -0
  41. package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_wrap.h +46 -0
  42. package/include/node/openssl/asn1_no-asm.h +2 -0
  43. package/include/node/openssl/asn1t_no-asm.h +2 -0
  44. package/include/node/openssl/bio_no-asm.h +2 -0
  45. package/include/node/openssl/bn_conf_no-asm.h +2 -0
  46. package/include/node/openssl/cmp_no-asm.h +2 -0
  47. package/include/node/openssl/cms_no-asm.h +2 -0
  48. package/include/node/openssl/conf_no-asm.h +2 -0
  49. package/include/node/openssl/configuration_no-asm.h +2 -0
  50. package/include/node/openssl/crmf_no-asm.h +2 -0
  51. package/include/node/openssl/crypto_no-asm.h +2 -0
  52. package/include/node/openssl/ct_no-asm.h +2 -0
  53. package/include/node/openssl/dso_conf_no-asm.h +2 -0
  54. package/include/node/openssl/err_no-asm.h +2 -0
  55. package/include/node/openssl/ess_no-asm.h +2 -0
  56. package/include/node/openssl/fipskey_no-asm.h +2 -0
  57. package/include/node/openssl/lhash_no-asm.h +2 -0
  58. package/include/node/openssl/ocsp_no-asm.h +2 -0
  59. package/include/node/openssl/opensslv_no-asm.h +2 -0
  60. package/include/node/openssl/pkcs12_no-asm.h +2 -0
  61. package/include/node/openssl/pkcs7_no-asm.h +2 -0
  62. package/include/node/openssl/safestack_no-asm.h +2 -0
  63. package/include/node/openssl/srp_no-asm.h +2 -0
  64. package/include/node/openssl/ssl_no-asm.h +2 -0
  65. package/include/node/openssl/ui_no-asm.h +2 -0
  66. package/include/node/openssl/x509_no-asm.h +2 -0
  67. package/include/node/openssl/x509_vfy_no-asm.h +2 -0
  68. package/include/node/openssl/x509v3_no-asm.h +2 -0
  69. package/include/node/zconf.h +1 -1
  70. package/include/node/zlib.h +175 -175
  71. package/package.json +1 -1
package/README.md CHANGED
@@ -291,6 +291,8 @@ For information about the governance of the Node.js project, see
291
291
  **Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
292
292
  * [AshCripps](https://github.com/AshCripps) -
293
293
  **Ash Cripps** <<email@ashleycripps.co.uk>>
294
+ * [atlowChemi](https://github.com/atlowChemi) -
295
+ **Chemi Atlow** <<chemi@atlow.co.il>> (he/him)
294
296
  * [Ayase-252](https://github.com/Ayase-252) -
295
297
  **Qingyu Deng** <<i@ayase-lab.com>>
296
298
  * [bengl](https://github.com/bengl) -
@@ -377,6 +379,8 @@ For information about the governance of the Node.js project, see
377
379
  **Matthew Aitken** <<maitken033380023@gmail.com>> (he/him)
378
380
  * [kuriyosh](https://github.com/kuriyosh) -
379
381
  **Yoshiki Kurihara** <<yosyos0306@gmail.com>> (he/him)
382
+ * [kvakil](https://github.com/kvakil) -
383
+ **Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
380
384
  * [legendecas](https://github.com/legendecas) -
381
385
  **Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
382
386
  * [Leko](https://github.com/Leko) -
@@ -461,6 +465,8 @@ For information about the governance of the Node.js project, see
461
465
  **Rich Trott** <<rtrott@gmail.com>> (he/him)
462
466
  * [vdeturckheim](https://github.com/vdeturckheim) -
463
467
  **Vladimir de Turckheim** <<vlad2t@hotmail.com>> (he/him)
468
+ * [vmoroz](https://github.com/vmoroz) -
469
+ **Vladimir Morozov** <<vmorozov@microsoft.com>> (he/him)
464
470
  * [VoltrexKeyva](https://github.com/VoltrexKeyva) -
465
471
  **Mohammed Keyvanzadeh** <<mohammadkeyvanzade94@gmail.com>> (he/him)
466
472
  * [watilde](https://github.com/watilde) -
@@ -705,14 +711,14 @@ maintaining the Node.js project.
705
711
  **Himadri Ganguly** <<himadri.tech@gmail.com>> (he/him)
706
712
  * [iam-frankqiu](https://github.com/iam-frankqiu) -
707
713
  **Frank Qiu** <<iam.frankqiu@gmail.com>> (he/him)
708
- * [kvakil](https://github.com/kvakil) -
709
- **Keyhan Vakil** <<kvakil@sylph.kvakil.me>> (they/them)
710
714
  * [marsonya](https://github.com/marsonya) -
711
715
  **Akhil Marsonya** <<akhil.marsonya27@gmail.com>> (he/him)
712
716
  * [meixg](https://github.com/meixg) -
713
717
  **Xuguang Mei** <<meixuguang@gmail.com>> (he/him)
714
718
  * [Mesteery](https://github.com/Mesteery) -
715
719
  **Mestery** <<mestery@protonmail.com>> (he/him)
720
+ * [preveen-stack](https://github.com/preveen-stack) -
721
+ **Preveen Padmanabhan** <<wide4head@gmail.com>> (he/him)
716
722
  * [PoojaDurgad](https://github.com/PoojaDurgad) -
717
723
  **Pooja Durgad** <<Pooja.D.P@ibm.com>>
718
724
  * [RaisinTen](https://github.com/RaisinTen) -
@@ -745,6 +751,8 @@ Primary GPG keys for Node.js Releasers (some Releasers sign with subkeys):
745
751
  `C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C`
746
752
  * **Ruy Adorno** <<ruyadorno@hotmail.com>>
747
753
  `108F52B48DB57BB0CC439B2997B01419BD92F80A`
754
+ * **Ulises Gascón** <<ulisesgascongonzalez@gmail.com>>
755
+ `A363A499291CBBC940DD62E41F10027AF002F8B0`
748
756
 
749
757
  To import the full set of trusted release keys (including subkeys possibly used
750
758
  to sign releases):
@@ -759,6 +767,7 @@ gpg --keyserver hkps://keys.openpgp.org --recv-keys C4F0DFFF4E8C1A8236409D08E73B
759
767
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 890C08DB8579162FEE0DF9DB8BEAB4DFCF555EF4
760
768
  gpg --keyserver hkps://keys.openpgp.org --recv-keys C82FA3AE1CBEDC6BE46B9360C43CEC45C17AB93C
761
769
  gpg --keyserver hkps://keys.openpgp.org --recv-keys 108F52B48DB57BB0CC439B2997B01419BD92F80A
770
+ gpg --keyserver hkps://keys.openpgp.org --recv-keys A363A499291CBBC940DD62E41F10027AF002F8B0
762
771
  ```
763
772
 
764
773
  See [Verifying binaries](#verifying-binaries) for how to use these keys to
package/bin/node CHANGED
Binary file
@@ -411,28 +411,56 @@
411
411
  'cflags': [ '-I/usr/local/include' ],
412
412
  'ldflags': [ '-Wl,-z,wxneeded' ],
413
413
  }],
414
- ],
415
- 'conditions': [
416
- [ 'target_arch=="ia32"', {
417
- 'cflags': [ '-m32' ],
418
- 'ldflags': [ '-m32' ],
419
- }],
420
- [ 'target_arch=="x64"', {
421
- 'cflags': [ '-m64' ],
422
- 'ldflags': [ '-m64' ],
423
- }],
424
- [ 'target_arch=="ppc" and OS not in "aix os400"', {
425
- 'cflags': [ '-m32' ],
426
- 'ldflags': [ '-m32' ],
427
- }],
428
- [ 'target_arch=="ppc64" and OS not in "aix os400"', {
429
- 'cflags': [ '-m64', '-mminimal-toc' ],
430
- 'ldflags': [ '-m64' ],
414
+ ['_toolset=="host"', {
415
+ 'conditions': [
416
+ [ 'host_arch=="ia32"', {
417
+ 'cflags': [ '-m32' ],
418
+ 'ldflags': [ '-m32' ],
419
+ }],
420
+ [ 'host_arch=="x64"', {
421
+ 'cflags': [ '-m64' ],
422
+ 'ldflags': [ '-m64' ],
423
+ }],
424
+ [ 'host_arch=="ppc" and OS not in "aix os400"', {
425
+ 'cflags': [ '-m32' ],
426
+ 'ldflags': [ '-m32' ],
427
+ }],
428
+ [ 'host_arch=="ppc64" and OS not in "aix os400"', {
429
+ 'cflags': [ '-m64', '-mminimal-toc' ],
430
+ 'ldflags': [ '-m64' ],
431
+ }],
432
+ [ 'host_arch=="s390x" and OS=="linux"', {
433
+ 'cflags': [ '-m64', '-march=z196' ],
434
+ 'ldflags': [ '-m64', '-march=z196' ],
435
+ }],
436
+ ],
431
437
  }],
432
- [ 'target_arch=="s390x" and OS=="linux"', {
433
- 'cflags': [ '-m64', '-march=z196' ],
434
- 'ldflags': [ '-m64', '-march=z196' ],
438
+ ['_toolset=="target"', {
439
+ 'conditions': [
440
+ [ 'target_arch=="ia32"', {
441
+ 'cflags': [ '-m32' ],
442
+ 'ldflags': [ '-m32' ],
443
+ }],
444
+ [ 'target_arch=="x64"', {
445
+ 'cflags': [ '-m64' ],
446
+ 'ldflags': [ '-m64' ],
447
+ }],
448
+ [ 'target_arch=="ppc" and OS not in "aix os400"', {
449
+ 'cflags': [ '-m32' ],
450
+ 'ldflags': [ '-m32' ],
451
+ }],
452
+ [ 'target_arch=="ppc64" and OS not in "aix os400"', {
453
+ 'cflags': [ '-m64', '-mminimal-toc' ],
454
+ 'ldflags': [ '-m64' ],
455
+ }],
456
+ [ 'target_arch=="s390x" and OS=="linux"', {
457
+ 'cflags': [ '-m64', '-march=z196' ],
458
+ 'ldflags': [ '-m64', '-march=z196' ],
459
+ }],
460
+ ],
435
461
  }],
462
+ ],
463
+ 'conditions': [
436
464
  [ 'OS=="solaris"', {
437
465
  'cflags': [ '-pthreads' ],
438
466
  'ldflags': [ '-pthreads' ],
@@ -92,6 +92,24 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_create_string_utf16(napi_env env,
92
92
  const char16_t* str,
93
93
  size_t length,
94
94
  napi_value* result);
95
+ #ifdef NAPI_EXPERIMENTAL
96
+ NAPI_EXTERN napi_status NAPI_CDECL
97
+ node_api_create_external_string_latin1(napi_env env,
98
+ char* str,
99
+ size_t length,
100
+ napi_finalize finalize_callback,
101
+ void* finalize_hint,
102
+ napi_value* result,
103
+ bool* copied);
104
+ NAPI_EXTERN napi_status NAPI_CDECL
105
+ node_api_create_external_string_utf16(napi_env env,
106
+ char16_t* str,
107
+ size_t length,
108
+ napi_finalize finalize_callback,
109
+ void* finalize_hint,
110
+ napi_value* result,
111
+ bool* copied);
112
+ #endif // NAPI_EXPERIMENTAL
95
113
  NAPI_EXTERN napi_status NAPI_CDECL napi_create_symbol(napi_env env,
96
114
  napi_value description,
97
115
  napi_value* result);
@@ -5965,12 +5965,12 @@ _GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0xbe978448f927
5965
5965
  _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0x1703a4331ca1b1b3
5966
5966
  _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0x51b5fb8e5bda0960
5967
5967
  _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0x8ecb5008e6ddbfc5
5968
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xc507a798f941d3f0
5969
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x76dd218136abe95c
5968
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0x984b3b6f175bbceb
5969
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0x8a0ee3a87f1ed026
5970
5970
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0x60a7a390e679ca36
5971
5971
  _GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x94855163f84020e6
5972
5972
  _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xf45d9b5983d9f946
5973
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xa7695abf56c2b4d9
5973
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0x39641f3e3203af31
5974
5974
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
5975
5975
  _GLOBAL__I_65535_0__Z16_register_configv
5976
5976
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -6937,7 +6937,7 @@ _GLOBAL__I_65535_0__ZN4node6crypto5SPKAC11VerifySpkacERKNS0_25ArrayBufferOrViewC
6937
6937
  _GLOBAL__I_65535_0__ZN4node6crypto6Timing15TimingSafeEqualERKN2v820FunctionCallbackInfoINS2_5ValueEEE
6938
6938
  _GLOBAL__I_65535_0__ZN4node6crypto7LoadBIOEPNS_11EnvironmentEN2v85LocalINS3_5ValueEEE
6939
6939
  _GLOBAL__I_65535_0__ZN4node6crypto7NodeBIO3NewEPNS_11EnvironmentE
6940
- _GLOBAL__I_65535_0__ZN4node6crypto7TLSWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextE
6940
+ _GLOBAL__I_65535_0__ZN4node6crypto7TLSWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextENS1_27UnderlyingStreamWriteStatusE
6941
6941
  _GLOBAL__I_65535_0__ZN4node6crypto8SignBase4InitEPKc
6942
6942
  _GLOBAL__I_65535_0__ZN4node6fs_dir9DirHandleC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEEP8uv_dir_s
6943
6943
  _GLOBAL__I_65535_0__ZN4node6loader10ModuleWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS5_INS4_6ModuleEEENS5_INS4_6StringEEE
@@ -7006,7 +7006,7 @@ _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
7006
7006
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
7007
7007
  _GLOBAL__I_65535_0__ZNK4node3url11BindingData10MemoryInfoEPNS_13MemoryTrackerE
7008
7008
  _GLOBAL__I_65535_0__ZNK7simdutf14implementation27supported_by_runtime_systemEv
7009
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x9eed96e5b5358b3b
7009
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0xe49f1792e2879148
7010
7010
  _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0x41f6f9f4d974dc7c
7011
7011
  _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x72a079c370643747
7012
7012
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
@@ -45880,6 +45880,7 @@ _ZN4node10JSONWriter13json_arrayendEv
45880
45880
  _ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
45881
45881
  _ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
45882
45882
  _ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
45883
+ _ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
45883
45884
  _ZN4node10JSONWriter13json_keyvalueIA17_cmEEvRKT_RKT0_
45884
45885
  _ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
45885
45886
  _ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
@@ -46328,7 +46329,7 @@ _ZN4node11SPrintFImplImJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
46328
46329
  _ZN4node11SPrintFImplImJmPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
46329
46330
  _ZN4node11SPrintFImplImJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
46330
46331
  _ZN4node11SPrintFImplImJmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
46331
- _ZN4node11SplitStringERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEcb
46332
+ _ZN4node11SplitStringESt17basic_string_viewIcSt11char_traitsIcEES3_
46332
46333
  _ZN4node11StatWatcher10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
46333
46334
  _ZN4node11StatWatcher26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
46334
46335
  _ZN4node11StatWatcher3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
@@ -47592,8 +47593,10 @@ _ZN4node3url11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceReg
47592
47593
  _ZN4node3url11BindingData5ParseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47593
47594
  _ZN4node3url11BindingData6FormatERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47594
47595
  _ZN4node3url11BindingData6UpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47596
+ _ZN4node3url11BindingData7ToASCIIERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47595
47597
  _ZN4node3url11BindingData8CanParseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47596
47598
  _ZN4node3url11BindingData9SerializeEi
47599
+ _ZN4node3url11BindingData9ToUnicodeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
47597
47600
  _ZN4node3url11BindingData9type_nameE
47598
47601
  _ZN4node3url11BindingDataC1EPNS_5RealmEN2v85LocalINS4_6ObjectEEE
47599
47602
  _ZN4node3url11BindingDataC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEE
@@ -47999,7 +48002,7 @@ _ZN4node6crypto10CipherBaseC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10C
47999
48002
  _ZN4node6crypto10CipherBaseC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10CipherKindE
48000
48003
  _ZN4node6crypto10CipherBaseD0Ev
48001
48004
  _ZN4node6crypto10CipherBaseD1Ev
48002
- _ZN4node6crypto10GetSubjectEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS4_XadL_Z12BIO_free_allEEEEEP7x509_st
48005
+ _ZN4node6crypto10GetSubjectEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
48003
48006
  _ZN4node6crypto10GetValidToEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
48004
48007
  _ZN4node6crypto10HKDFConfigC1EOS1_
48005
48008
  _ZN4node6crypto10HKDFConfigC2EOS1_
@@ -48282,7 +48285,7 @@ _ZN4node6crypto15EcKeyPairParamsD1Ev
48282
48285
  _ZN4node6crypto15ExportJWKRsaKeyEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
48283
48286
  _ZN4node6crypto15GetDsaKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
48284
48287
  _ZN4node6crypto15GetEphemeralKeyEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
48285
- _ZN4node6crypto15GetIssuerStringEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS4_XadL_Z12BIO_free_allEEEEEP7x509_st
48288
+ _ZN4node6crypto15GetIssuerStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
48286
48289
  _ZN4node6crypto15GetRsaKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
48287
48290
  _ZN4node6crypto15GetSerialNumberEPNS_11EnvironmentEP7x509_st
48288
48291
  _ZN4node6crypto15ImportJWKRsaKeyEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS3_20FunctionCallbackInfoINS3_5ValueEEEj
@@ -48450,7 +48453,7 @@ _ZN4node6crypto18SecretKeyGenConfigD1Ev
48450
48453
  _ZN4node6crypto18SecretKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_18SecretKeyGenConfigE
48451
48454
  _ZN4node6crypto18SecretKeyGenTraits8DoKeyGenEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigE
48452
48455
  _ZN4node6crypto18SecretKeyGenTraits9EncodeKeyEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigEPN2v85LocalINS6_5ValueEEE
48453
- _ZN4node6crypto19GetInfoAccessStringEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS4_XadL_Z12BIO_free_allEEEEEP7x509_st
48456
+ _ZN4node6crypto19GetInfoAccessStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
48454
48457
  _ZN4node6crypto19GetOKPCurveFromNameEPKc
48455
48458
  _ZN4node6crypto19GetRootCertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
48456
48459
  _ZN4node6crypto19NidKeyPairGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16NidKeyPairParamsEEE
@@ -48463,7 +48466,7 @@ _ZN4node6crypto21VerifyPeerCertificateERKSt10unique_ptrI6ssl_stNS_15FunctionDele
48463
48466
  _ZN4node6crypto22FindDiffieHellmanGroupEPKc
48464
48467
  _ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
48465
48468
  _ZN4node6crypto23GetCurrentCipherVersionEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
48466
- _ZN4node6crypto23GetSubjectAltNameStringEPNS_11EnvironmentERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS4_XadL_Z12BIO_free_allEEEEEP7x509_st
48469
+ _ZN4node6crypto23GetSubjectAltNameStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
48467
48470
  _ZN4node6crypto23SafeX509InfoAccessPrintERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS2_XadL_Z12BIO_free_allEEEEEP17X509_extension_st
48468
48471
  _ZN4node6crypto24GetClientHelloServerNameERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEE
48469
48472
  _ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
@@ -48658,6 +48661,7 @@ _ZN4node6crypto7TLSWrap22GetALPNNegotiatedProtoERKN2v820FunctionCallbackInfoINS2
48658
48661
  _ZN4node6crypto7TLSWrap22GetPeerX509CertificateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48659
48662
  _ZN4node6crypto7TLSWrap24SelectSNIContextCallbackEP6ssl_stPiPv
48660
48663
  _ZN4node6crypto7TLSWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
48664
+ _ZN4node6crypto7TLSWrap30WritesIssuedByPrevListenerDoneERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48661
48665
  _ZN4node6crypto7TLSWrap4WrapERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48662
48666
  _ZN4node6crypto7TLSWrap5CycleEv
48663
48667
  _ZN4node6crypto7TLSWrap5GetFDEv
@@ -48676,8 +48680,8 @@ _ZN4node6crypto7TLSWrap9GetCipherERKN2v820FunctionCallbackInfoINS2_5ValueEEE
48676
48680
  _ZN4node6crypto7TLSWrap9IsClosingEv
48677
48681
  _ZN4node6crypto7TLSWrap9IsIPCPipeEv
48678
48682
  _ZN4node6crypto7TLSWrap9ReadStartEv
48679
- _ZN4node6crypto7TLSWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextE
48680
- _ZN4node6crypto7TLSWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextE
48683
+ _ZN4node6crypto7TLSWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextENS1_27UnderlyingStreamWriteStatusE
48684
+ _ZN4node6crypto7TLSWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextENS1_27UnderlyingStreamWriteStatusE
48681
48685
  _ZN4node6crypto7TLSWrapD0Ev
48682
48686
  _ZN4node6crypto7TLSWrapD1Ev
48683
48687
  _ZN4node6crypto7TLSWrapD2Ev
@@ -56841,6 +56845,7 @@ _ZN6v8impl7RefBaseC2EP10napi_env__jNS_9OwnershipEPFvS2_PvS4_ES4_S4_
56841
56845
  _ZN6v8impl7RefBaseD0Ev
56842
56846
  _ZN6v8impl7RefBaseD1Ev
56843
56847
  _ZN6v8impl7RefBaseD2Ev
56848
+ _ZN6v8impl8TryCatchD1Ev
56844
56849
  _ZN6v8impl9Finalizer14ResetFinalizerEv
56845
56850
  _ZN6v8impl9Reference12WeakCallbackERKN2v816WeakCallbackInfoIS0_EE
56846
56851
  _ZN6v8impl9Reference3GetEv
@@ -60808,6 +60813,7 @@ _ZNK4node11StatWatcher10MemoryInfoEPNS_13MemoryTrackerE
60808
60813
  _ZNK4node11StatWatcher14MemoryInfoNameEv
60809
60814
  _ZNK4node11StatWatcher8SelfSizeEv
60810
60815
  _ZNK4node11UDPWrapBase8listenerEv
60816
+ _ZNK4node12CleanupQueue10GetOrderedEv
60811
60817
  _ZNK4node12CleanupQueue10MemoryInfoEPNS_13MemoryTrackerE
60812
60818
  _ZNK4node12CleanupQueue14MemoryInfoNameEv
60813
60819
  _ZNK4node12CleanupQueue19CleanupHookCallback4HashclERKS1_
@@ -66153,6 +66159,7 @@ _ZNSt6vectorISt10unique_ptrIN5cppgc8internal16PageMemoryRegionESt14default_delet
66153
66159
  _ZNSt6vectorISt10unique_ptrIN5cppgc8internal9BaseSpaceESt14default_deleteIS3_EESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_
66154
66160
  _ZNSt6vectorISt10unique_ptrISt5arrayIN5cppgc8internal14PersistentNodeELm256EESt14default_deleteIS5_EESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_
66155
66161
  _ZNSt6vectorISt10unique_ptrIjSt14default_deleteIjEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
66162
+ _ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EE17_M_realloc_insertIJRPKclEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
66156
66163
  _ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EE17_M_realloc_insertIJSD_EEEvN9__gnu_cxx17__normal_iteratorIPSD_SF_EEDpOT_
66157
66164
  _ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EE12emplace_backIJS9_EEERS9_DpOT_
66158
66165
  _ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
@@ -66349,8 +66356,8 @@ _ZNSt8_Rb_treeIN5cppgc8internal16MarkingWorklists16WeakCallbackItemES3_St9_Ident
66349
66356
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE15_M_insert_equalISt23_Rb_tree_const_iteratorIS5_EEEvT_SF_
66350
66357
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_
66351
66358
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueISt23_Rb_tree_const_iteratorIS5_EEEvT_SF_
66352
- _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJPcEEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_
66353
66359
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJRKS5_EEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_
66360
+ _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJRKSt17basic_string_viewIcS3_EEEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_
66354
66361
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_
66355
66362
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_
66356
66363
  _ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5eraseERKS5_
@@ -67817,6 +67824,8 @@ _ZTVN2v84base23LsanVirtualAddressSpaceE
67817
67824
  _ZTVN2v84base30EmulatedVirtualAddressSubspaceE
67818
67825
  _ZTVN2v84base32VirtualAddressSpacePageAllocatorE
67819
67826
  _ZTVN2v84base6ThreadE
67827
+ _ZTVN2v86String22ExternalStringResourceE
67828
+ _ZTVN2v86String29ExternalOneByteStringResourceE
67820
67829
  _ZTVN2v86bigint8PlatformE
67821
67830
  _ZTVN2v87sampler7SamplerE
67822
67831
  _ZTVN2v87tracing11TracedValueE
@@ -72207,10 +72216,10 @@ _ZZN4node18SnapshotSerializer11WriteStringERKNSt7__cxx1112basic_stringIcSt11char
72207
72216
  _ZZN4node20SnapshotDeserializer10ReadStringB5cxx11EvE4args
72208
72217
  _ZZN4node20SyncProcessStdioPipe8SetErrorEiE4args
72209
72218
  _ZZN4node21ConditionVariableBaseINS_16LibuvMutexTraitsEEC4EvE4args
72210
- _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic31
72211
- _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic36
72212
- _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic38
72213
- _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic63
72219
+ _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic32
72220
+ _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic37
72221
+ _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic39
72222
+ _ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic64
72214
72223
  _ZZN4node22NodeTraceStateObserver15OnTraceDisabledEvE4args
72215
72224
  _ZZN4node23ArrayBufferViewContentsIcLm64EE9ReadValueEN2v85LocalINS2_5ValueEEEE4args
72216
72225
  _ZZN4node23ArrayBufferViewContentsIcLm64EEC4EN2v85LocalINS2_6ObjectEEEE4args
@@ -72523,6 +72532,8 @@ ada_has_non_empty_username
72523
72532
  ada_has_password
72524
72533
  ada_has_port
72525
72534
  ada_has_search
72535
+ ada_idna_to_ascii
72536
+ ada_idna_to_unicode
72526
72537
  ada_is_valid
72527
72538
  ada_parse
72528
72539
  ada_parse_with_base
@@ -75250,6 +75261,8 @@ ngtcp2_window_filter_get_best
75250
75261
  ngtcp2_window_filter_init
75251
75262
  ngtcp2_window_filter_reset
75252
75263
  ngtcp2_window_filter_update
75264
+ node_api_create_external_string_latin1
75265
+ node_api_create_external_string_utf16
75253
75266
  node_api_create_syntax_error
75254
75267
  node_api_get_module_file_name
75255
75268
  node_api_symbol_for
@@ -23,7 +23,7 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 18
26
- #define NODE_MINOR_VERSION 17
26
+ #define NODE_MINOR_VERSION 18
27
27
  #define NODE_PATCH_VERSION 1
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
@@ -0,0 +1,29 @@
1
+ /* WARNING: do not edit! */
2
+ /* Generated by Makefile from include/crypto/bn_conf.h.in */
3
+ /*
4
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ *
6
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
7
+ * this file except in compliance with the License. You can obtain a copy
8
+ * in the file LICENSE in the source distribution or at
9
+ * https://www.openssl.org/source/license.html
10
+ */
11
+
12
+ #ifndef OSSL_CRYPTO_BN_CONF_H
13
+ # define OSSL_CRYPTO_BN_CONF_H
14
+ # pragma once
15
+
16
+ /*
17
+ * The contents of this file are not used in the UEFI build, as
18
+ * both 32-bit and 64-bit builds are supported from a single run
19
+ * of the Configure script.
20
+ */
21
+
22
+ /* Should we define BN_DIV2W here? */
23
+
24
+ /* Only one for the following should be defined */
25
+ #define SIXTY_FOUR_BIT_LONG
26
+ #undef SIXTY_FOUR_BIT
27
+ #undef THIRTY_TWO_BIT
28
+
29
+ #endif
@@ -0,0 +1,19 @@
1
+ /* WARNING: do not edit! */
2
+ /* Generated by Makefile from include/crypto/dso_conf.h.in */
3
+ /*
4
+ * Copyright 2016-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ *
6
+ * Licensed under the Apache License 2.0 (the "License"). You may not use
7
+ * this file except in compliance with the License. You can obtain a copy
8
+ * in the file LICENSE in the source distribution or at
9
+ * https://www.openssl.org/source/license.html
10
+ */
11
+
12
+ #ifndef OSSL_CRYPTO_DSO_CONF_H
13
+ # define OSSL_CRYPTO_DSO_CONF_H
14
+ # pragma once
15
+
16
+ # define DSO_DLFCN
17
+ # define HAVE_DLFCN_H
18
+ # define DSO_EXTENSION ".so"
19
+ #endif