node-aix-ppc64 18.17.0 → 18.18.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/CHANGELOG.md +216 -0
- package/LICENSE +515 -520
- package/README.md +11 -2
- package/bin/node +0 -0
- package/include/node/common.gypi +48 -20
- package/include/node/js_native_api.h +18 -0
- package/include/node/node.exp +55 -38
- package/include/node/node_version.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc-as/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/bn_conf.h +29 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/crypto/dso_conf.h +19 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1.h +1128 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/asn1t.h +946 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/bio.h +887 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/cms.h +493 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/conf.h +211 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/configuration.h +137 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crmf.h +227 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/crypto.h +558 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ct.h +573 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/err.h +504 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ess.h +128 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/fipskey.h +36 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/lhash.h +288 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ocsp.h +483 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs12.h +350 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/pkcs7.h +427 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/safestack.h +297 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/srp.h +285 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ssl.h +2668 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/ui.h +407 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509.h +1276 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509_vfy.h +894 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/openssl/x509v3.h +1450 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/include/progs.h +123 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_digests.h +160 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_dsa.h +94 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ec.h +286 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_ecx.h +50 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_rsa.h +187 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_sm2.h +37 -0
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/providers/common/include/prov/der_wrap.h +46 -0
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/openssl/opensslv.h +5 -5
- package/include/node/openssl/asn1_no-asm.h +2 -0
- package/include/node/openssl/asn1t_no-asm.h +2 -0
- package/include/node/openssl/bio_no-asm.h +2 -0
- package/include/node/openssl/bn_conf_no-asm.h +2 -0
- package/include/node/openssl/cmp_no-asm.h +2 -0
- package/include/node/openssl/cms_no-asm.h +2 -0
- package/include/node/openssl/conf_no-asm.h +2 -0
- package/include/node/openssl/configuration_no-asm.h +2 -0
- package/include/node/openssl/crmf_no-asm.h +2 -0
- package/include/node/openssl/crypto_no-asm.h +2 -0
- package/include/node/openssl/ct_no-asm.h +2 -0
- package/include/node/openssl/dh.h +6 -2
- package/include/node/openssl/dso_conf_no-asm.h +2 -0
- package/include/node/openssl/err_no-asm.h +2 -0
- package/include/node/openssl/ess_no-asm.h +2 -0
- package/include/node/openssl/fipskey_no-asm.h +2 -0
- package/include/node/openssl/lhash_no-asm.h +2 -0
- package/include/node/openssl/ocsp_no-asm.h +2 -0
- package/include/node/openssl/opensslv_no-asm.h +2 -0
- package/include/node/openssl/pkcs12_no-asm.h +2 -0
- package/include/node/openssl/pkcs7_no-asm.h +2 -0
- package/include/node/openssl/safestack_no-asm.h +2 -0
- package/include/node/openssl/srp_no-asm.h +2 -0
- package/include/node/openssl/ssl_no-asm.h +2 -0
- package/include/node/openssl/ui_no-asm.h +2 -0
- package/include/node/openssl/x509_no-asm.h +2 -0
- package/include/node/openssl/x509_vfy_no-asm.h +2 -0
- package/include/node/openssl/x509err.h +2 -1
- package/include/node/openssl/x509v3_no-asm.h +2 -0
- package/include/node/uv/darwin.h +3 -3
- package/include/node/uv/errno.h +18 -1
- package/include/node/uv/linux.h +1 -1
- package/include/node/uv/threadpool.h +1 -1
- package/include/node/uv/unix.h +25 -24
- package/include/node/uv/version.h +2 -2
- package/include/node/uv/win.h +20 -17
- package/include/node/uv.h +81 -19
- package/include/node/zconf.h +1 -1
- package/include/node/zlib.h +175 -175
- package/package.json +1 -1
- package/include/node/uv/stdint-msvc2008.h +0 -247
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
|
package/include/node/common.gypi
CHANGED
|
@@ -411,28 +411,56 @@
|
|
|
411
411
|
'cflags': [ '-I/usr/local/include' ],
|
|
412
412
|
'ldflags': [ '-Wl,-z,wxneeded' ],
|
|
413
413
|
}],
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
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
|
-
[
|
|
433
|
-
'
|
|
434
|
-
|
|
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);
|
package/include/node/node.exp
CHANGED
|
@@ -5959,18 +5959,18 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
|
5959
5959
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
5960
5960
|
_GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
|
|
5961
5961
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
5962
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
5963
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
5964
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.
|
|
5965
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
5966
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
5967
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
5968
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
5969
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
5970
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.
|
|
5971
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.
|
|
5972
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
5973
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
5962
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_DFF67DD7_0xd24b070e9fbf5a09
|
|
5963
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FE345EE0_0x720003834fcec7a4
|
|
5964
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_arguments.cc_DFF67DD7_0x275e17c5552423db
|
|
5965
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_7874F2D3_0xf9a83dd59b102aa8
|
|
5966
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_7874F2D3_0xe086aa505cd33867
|
|
5967
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_DFF67DD7_0xd9ab4cb2744dcf8f
|
|
5968
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_3723FE55_0xcdb7b4f037fc1d9f
|
|
5969
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FE345EE0_0xf040b555a243e581
|
|
5970
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_external_pointer_table.cc_87E8306D_0xb57d2f4a41b9f453
|
|
5971
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_sandbox_sandbox.cc_3723FE55_0x535450ac6b575706
|
|
5972
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x7f51909d18658842
|
|
5973
|
+
_GLOBAL__I_65535_0_.._src_connection_wrap.cc_FE345EE0_0xd7d8127f1177995f
|
|
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
|
-
|
|
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,9 +7006,9 @@ _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.
|
|
7010
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
7011
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
7009
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FE345EE0_0x5f413bb45cc80910
|
|
7010
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_7874F2D3_0xbe85c31868b25807
|
|
7011
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FE345EE0_0x6a12efc1df7dfae6
|
|
7012
7012
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7013
7013
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7014
7014
|
_HZData_73
|
|
@@ -35640,24 +35640,16 @@ _ZN2v88internal8compiler13CodeAssembler9IntPtrAddENS0_5TNodeINS0_5WordTEEES5_
|
|
|
35640
35640
|
_ZN2v88internal8compiler13CodeAssembler9IntPtrDivENS0_5TNodeINS0_7IntPtrTEEES5_
|
|
35641
35641
|
_ZN2v88internal8compiler13CodeAssembler9IntPtrMulENS0_5TNodeINS0_5WordTEEES5_
|
|
35642
35642
|
_ZN2v88internal8compiler13CodeAssembler9IntPtrSubENS0_5TNodeINS0_5WordTEEES5_
|
|
35643
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10FixedArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35644
35643
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10HeapObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35645
35644
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSFunctionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35646
35645
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_10JSReceiverEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35647
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_11TaggedIndexEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35648
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_13NativeContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35649
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FeedbackVectorEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35650
35646
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_14FixedArrayBaseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35651
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_16JSWeakCollectionEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35652
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_22JSAsyncGeneratorObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35653
35647
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_3SmiEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35654
35648
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6ObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35655
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6StringEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35656
35649
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_6UnionTINS0_3SmiENS0_10HeapNumberEEEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35657
35650
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7ContextEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35658
|
-
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_7JSArrayEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35659
35651
|
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_8JSObjectEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35660
|
-
|
|
35652
|
+
_ZN2v88internal8compiler13CodeAssembler9ParameterINS0_9JSPromiseEEENS0_5TNodeIT_EEiN5cppgc14SourceLocationE
|
|
35661
35653
|
_ZN2v88internal8compiler13CodeAssembler9StoreRootENS0_9RootIndexENS0_5TNodeINS0_6ObjectEEE
|
|
35662
35654
|
_ZN2v88internal8compiler13CodeAssembler9Word32AndENS0_5TNodeINS0_7Word32TEEES5_
|
|
35663
35655
|
_ZN2v88internal8compiler13CodeAssembler9Word32ClzENS0_5TNodeINS0_7Word32TEEE
|
|
@@ -45880,6 +45872,7 @@ _ZN4node10JSONWriter13json_arrayendEv
|
|
|
45880
45872
|
_ZN4node10JSONWriter13json_keyvalueIA10_cA256_cEEvRKT_RKT0_
|
|
45881
45873
|
_ZN4node10JSONWriter13json_keyvalueIA11_cmEEvRKT_RKT0_
|
|
45882
45874
|
_ZN4node10JSONWriter13json_keyvalueIA12_cmEEvRKT_RKT0_
|
|
45875
|
+
_ZN4node10JSONWriter13json_keyvalueIA15_cmEEvRKT_RKT0_
|
|
45883
45876
|
_ZN4node10JSONWriter13json_keyvalueIA17_cmEEvRKT_RKT0_
|
|
45884
45877
|
_ZN4node10JSONWriter13json_keyvalueIA19_cmEEvRKT_RKT0_
|
|
45885
45878
|
_ZN4node10JSONWriter13json_keyvalueIA4_cmEEvRKT_RKT0_
|
|
@@ -46328,7 +46321,7 @@ _ZN4node11SPrintFImplImJmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEE
|
|
|
46328
46321
|
_ZN4node11SPrintFImplImJmPKcEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES2_OT_DpOT0_
|
|
46329
46322
|
_ZN4node11SPrintFImplImJmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46330
46323
|
_ZN4node11SPrintFImplImJmmmEEENSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEPKcOT_DpOT0_
|
|
46331
|
-
|
|
46324
|
+
_ZN4node11SplitStringESt17basic_string_viewIcSt11char_traitsIcEES3_
|
|
46332
46325
|
_ZN4node11StatWatcher10InitializeEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEE
|
|
46333
46326
|
_ZN4node11StatWatcher26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
46334
46327
|
_ZN4node11StatWatcher3NewERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
@@ -47592,8 +47585,10 @@ _ZN4node3url11BindingData26RegisterExternalReferencesEPNS_25ExternalReferenceReg
|
|
|
47592
47585
|
_ZN4node3url11BindingData5ParseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47593
47586
|
_ZN4node3url11BindingData6FormatERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47594
47587
|
_ZN4node3url11BindingData6UpdateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47588
|
+
_ZN4node3url11BindingData7ToASCIIERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47595
47589
|
_ZN4node3url11BindingData8CanParseERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47596
47590
|
_ZN4node3url11BindingData9SerializeEi
|
|
47591
|
+
_ZN4node3url11BindingData9ToUnicodeERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
47597
47592
|
_ZN4node3url11BindingData9type_nameE
|
|
47598
47593
|
_ZN4node3url11BindingDataC1EPNS_5RealmEN2v85LocalINS4_6ObjectEEE
|
|
47599
47594
|
_ZN4node3url11BindingDataC2EPNS_5RealmEN2v85LocalINS4_6ObjectEEE
|
|
@@ -47999,7 +47994,7 @@ _ZN4node6crypto10CipherBaseC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10C
|
|
|
47999
47994
|
_ZN4node6crypto10CipherBaseC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_10CipherKindE
|
|
48000
47995
|
_ZN4node6crypto10CipherBaseD0Ev
|
|
48001
47996
|
_ZN4node6crypto10CipherBaseD1Ev
|
|
48002
|
-
|
|
47997
|
+
_ZN4node6crypto10GetSubjectEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
48003
47998
|
_ZN4node6crypto10GetValidToEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
48004
47999
|
_ZN4node6crypto10HKDFConfigC1EOS1_
|
|
48005
48000
|
_ZN4node6crypto10HKDFConfigC2EOS1_
|
|
@@ -48282,7 +48277,7 @@ _ZN4node6crypto15EcKeyPairParamsD1Ev
|
|
|
48282
48277
|
_ZN4node6crypto15ExportJWKRsaKeyEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
48283
48278
|
_ZN4node6crypto15GetDsaKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
48284
48279
|
_ZN4node6crypto15GetEphemeralKeyEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
|
|
48285
|
-
|
|
48280
|
+
_ZN4node6crypto15GetIssuerStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
48286
48281
|
_ZN4node6crypto15GetRsaKeyDetailEPNS_11EnvironmentESt10shared_ptrINS0_13KeyObjectDataEEN2v85LocalINS6_6ObjectEEE
|
|
48287
48282
|
_ZN4node6crypto15GetSerialNumberEPNS_11EnvironmentEP7x509_st
|
|
48288
48283
|
_ZN4node6crypto15ImportJWKRsaKeyEPNS_11EnvironmentEN2v85LocalINS3_6ObjectEEERKNS3_20FunctionCallbackInfoINS3_5ValueEEEj
|
|
@@ -48450,7 +48445,7 @@ _ZN4node6crypto18SecretKeyGenConfigD1Ev
|
|
|
48450
48445
|
_ZN4node6crypto18SecretKeyGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_18SecretKeyGenConfigE
|
|
48451
48446
|
_ZN4node6crypto18SecretKeyGenTraits8DoKeyGenEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigE
|
|
48452
48447
|
_ZN4node6crypto18SecretKeyGenTraits9EncodeKeyEPNS_11EnvironmentEPNS0_18SecretKeyGenConfigEPN2v85LocalINS6_5ValueEEE
|
|
48453
|
-
|
|
48448
|
+
_ZN4node6crypto19GetInfoAccessStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
48454
48449
|
_ZN4node6crypto19GetOKPCurveFromNameEPKc
|
|
48455
48450
|
_ZN4node6crypto19GetRootCertificatesERKN2v820FunctionCallbackInfoINS1_5ValueEEE
|
|
48456
48451
|
_ZN4node6crypto19NidKeyPairGenTraits16AdditionalConfigENS0_13CryptoJobModeERKN2v820FunctionCallbackInfoINS3_5ValueEEEPjPNS0_16KeyPairGenConfigINS0_16NidKeyPairParamsEEE
|
|
@@ -48463,7 +48458,7 @@ _ZN4node6crypto21VerifyPeerCertificateERKSt10unique_ptrI6ssl_stNS_15FunctionDele
|
|
|
48463
48458
|
_ZN4node6crypto22FindDiffieHellmanGroupEPKc
|
|
48464
48459
|
_ZN4node6crypto22GetValidationErrorCodeEPNS_11EnvironmentEi
|
|
48465
48460
|
_ZN4node6crypto23GetCurrentCipherVersionEPNS_11EnvironmentERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS4_XadL_Z8SSL_freeEEEEE
|
|
48466
|
-
|
|
48461
|
+
_ZN4node6crypto23GetSubjectAltNameStringEPNS_11EnvironmentEP7x509_stRKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS6_XadL_Z12BIO_free_allEEEEE
|
|
48467
48462
|
_ZN4node6crypto23SafeX509InfoAccessPrintERKSt10unique_ptrI6bio_stNS_15FunctionDeleterIS2_XadL_Z12BIO_free_allEEEEEP17X509_extension_st
|
|
48468
48463
|
_ZN4node6crypto24GetClientHelloServerNameERKSt10unique_ptrI6ssl_stNS_15FunctionDeleterIS2_XadL_Z8SSL_freeEEEEE
|
|
48469
48464
|
_ZN4node6crypto24GetValidationErrorReasonEPNS_11EnvironmentEi
|
|
@@ -48658,6 +48653,7 @@ _ZN4node6crypto7TLSWrap22GetALPNNegotiatedProtoERKN2v820FunctionCallbackInfoINS2
|
|
|
48658
48653
|
_ZN4node6crypto7TLSWrap22GetPeerX509CertificateERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
48659
48654
|
_ZN4node6crypto7TLSWrap24SelectSNIContextCallbackEP6ssl_stPiPv
|
|
48660
48655
|
_ZN4node6crypto7TLSWrap26RegisterExternalReferencesEPNS_25ExternalReferenceRegistryE
|
|
48656
|
+
_ZN4node6crypto7TLSWrap30WritesIssuedByPrevListenerDoneERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
48661
48657
|
_ZN4node6crypto7TLSWrap4WrapERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
48662
48658
|
_ZN4node6crypto7TLSWrap5CycleEv
|
|
48663
48659
|
_ZN4node6crypto7TLSWrap5GetFDEv
|
|
@@ -48676,8 +48672,8 @@ _ZN4node6crypto7TLSWrap9GetCipherERKN2v820FunctionCallbackInfoINS2_5ValueEEE
|
|
|
48676
48672
|
_ZN4node6crypto7TLSWrap9IsClosingEv
|
|
48677
48673
|
_ZN4node6crypto7TLSWrap9IsIPCPipeEv
|
|
48678
48674
|
_ZN4node6crypto7TLSWrap9ReadStartEv
|
|
48679
|
-
|
|
48680
|
-
|
|
48675
|
+
_ZN4node6crypto7TLSWrapC1EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextENS1_27UnderlyingStreamWriteStatusE
|
|
48676
|
+
_ZN4node6crypto7TLSWrapC2EPNS_11EnvironmentEN2v85LocalINS4_6ObjectEEENS1_4KindEPNS_10StreamBaseEPNS0_13SecureContextENS1_27UnderlyingStreamWriteStatusE
|
|
48681
48677
|
_ZN4node6crypto7TLSWrapD0Ev
|
|
48682
48678
|
_ZN4node6crypto7TLSWrapD1Ev
|
|
48683
48679
|
_ZN4node6crypto7TLSWrapD2Ev
|
|
@@ -56841,6 +56837,7 @@ _ZN6v8impl7RefBaseC2EP10napi_env__jNS_9OwnershipEPFvS2_PvS4_ES4_S4_
|
|
|
56841
56837
|
_ZN6v8impl7RefBaseD0Ev
|
|
56842
56838
|
_ZN6v8impl7RefBaseD1Ev
|
|
56843
56839
|
_ZN6v8impl7RefBaseD2Ev
|
|
56840
|
+
_ZN6v8impl8TryCatchD1Ev
|
|
56844
56841
|
_ZN6v8impl9Finalizer14ResetFinalizerEv
|
|
56845
56842
|
_ZN6v8impl9Reference12WeakCallbackERKN2v816WeakCallbackInfoIS0_EE
|
|
56846
56843
|
_ZN6v8impl9Reference3GetEv
|
|
@@ -60808,6 +60805,7 @@ _ZNK4node11StatWatcher10MemoryInfoEPNS_13MemoryTrackerE
|
|
|
60808
60805
|
_ZNK4node11StatWatcher14MemoryInfoNameEv
|
|
60809
60806
|
_ZNK4node11StatWatcher8SelfSizeEv
|
|
60810
60807
|
_ZNK4node11UDPWrapBase8listenerEv
|
|
60808
|
+
_ZNK4node12CleanupQueue10GetOrderedEv
|
|
60811
60809
|
_ZNK4node12CleanupQueue10MemoryInfoEPNS_13MemoryTrackerE
|
|
60812
60810
|
_ZNK4node12CleanupQueue14MemoryInfoNameEv
|
|
60813
60811
|
_ZNK4node12CleanupQueue19CleanupHookCallback4HashclERKS1_
|
|
@@ -66153,6 +66151,7 @@ _ZNSt6vectorISt10unique_ptrIN5cppgc8internal16PageMemoryRegionESt14default_delet
|
|
|
66153
66151
|
_ZNSt6vectorISt10unique_ptrIN5cppgc8internal9BaseSpaceESt14default_deleteIS3_EESaIS6_EE17_M_realloc_insertIJS6_EEEvN9__gnu_cxx17__normal_iteratorIPS6_S8_EEDpOT_
|
|
66154
66152
|
_ZNSt6vectorISt10unique_ptrISt5arrayIN5cppgc8internal14PersistentNodeELm256EESt14default_deleteIS5_EESaIS8_EE17_M_realloc_insertIJS8_EEEvN9__gnu_cxx17__normal_iteratorIPS8_SA_EEDpOT_
|
|
66155
66153
|
_ZNSt6vectorISt10unique_ptrIjSt14default_deleteIjEESaIS3_EE17_M_realloc_insertIJS3_EEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
66154
|
+
_ZNSt6vectorISt17basic_string_viewIcSt11char_traitsIcEESaIS3_EE17_M_realloc_insertIJRPKclEEEvN9__gnu_cxx17__normal_iteratorIPS3_S5_EEDpOT_
|
|
66156
66155
|
_ZNSt6vectorISt3mapINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES6_St4lessIS6_ESaISt4pairIKS6_S6_EEESaISD_EE17_M_realloc_insertIJSD_EEEvN9__gnu_cxx17__normal_iteratorIPSD_SF_EEDpOT_
|
|
66157
66156
|
_ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EE12emplace_backIJS9_EEERS9_DpOT_
|
|
66158
66157
|
_ZNSt6vectorISt4pairIN12v8_inspector8String16ESt10unique_ptrINS1_8protocol15DictionaryValueESt14default_deleteIS5_EEESaIS9_EE17_M_realloc_insertIJS9_EEEvN9__gnu_cxx17__normal_iteratorIPS9_SB_EEDpOT_
|
|
@@ -66349,8 +66348,8 @@ _ZNSt8_Rb_treeIN5cppgc8internal16MarkingWorklists16WeakCallbackItemES3_St9_Ident
|
|
|
66349
66348
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE15_M_insert_equalISt23_Rb_tree_const_iteratorIS5_EEEvT_SF_
|
|
66350
66349
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE16_M_insert_uniqueIS5_EESt4pairISt17_Rb_tree_iteratorIS5_EbEOT_
|
|
66351
66350
|
_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
66351
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJRKS5_EEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_
|
|
66352
|
+
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE17_M_emplace_uniqueIJRKSt17basic_string_viewIcS3_EEEESt4pairISt17_Rb_tree_iteratorIS5_EbEDpOT_
|
|
66354
66353
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE24_M_get_insert_unique_posERKS5_
|
|
66355
66354
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE4findERKS5_
|
|
66356
66355
|
_ZNSt8_Rb_treeINSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEES5_St9_IdentityIS5_ESt4lessIS5_ESaIS5_EE5eraseERKS5_
|
|
@@ -67817,6 +67816,8 @@ _ZTVN2v84base23LsanVirtualAddressSpaceE
|
|
|
67817
67816
|
_ZTVN2v84base30EmulatedVirtualAddressSubspaceE
|
|
67818
67817
|
_ZTVN2v84base32VirtualAddressSpacePageAllocatorE
|
|
67819
67818
|
_ZTVN2v84base6ThreadE
|
|
67819
|
+
_ZTVN2v86String22ExternalStringResourceE
|
|
67820
|
+
_ZTVN2v86String29ExternalOneByteStringResourceE
|
|
67820
67821
|
_ZTVN2v86bigint8PlatformE
|
|
67821
67822
|
_ZTVN2v87sampler7SamplerE
|
|
67822
67823
|
_ZTVN2v87tracing11TracedValueE
|
|
@@ -72207,10 +72208,10 @@ _ZZN4node18SnapshotSerializer11WriteStringERKNSt7__cxx1112basic_stringIcSt11char
|
|
|
72207
72208
|
_ZZN4node20SnapshotDeserializer10ReadStringB5cxx11EvE4args
|
|
72208
72209
|
_ZZN4node20SyncProcessStdioPipe8SetErrorEiE4args
|
|
72209
72210
|
_ZZN4node21ConditionVariableBaseINS_16LibuvMutexTraitsEEC4EvE4args
|
|
72210
|
-
|
|
72211
|
-
|
|
72212
|
-
|
|
72213
|
-
|
|
72211
|
+
_ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic32
|
|
72212
|
+
_ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic37
|
|
72213
|
+
_ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic39
|
|
72214
|
+
_ZZN4node22NodeTraceStateObserver14OnTraceEnabledEvE27trace_event_unique_atomic64
|
|
72214
72215
|
_ZZN4node22NodeTraceStateObserver15OnTraceDisabledEvE4args
|
|
72215
72216
|
_ZZN4node23ArrayBufferViewContentsIcLm64EE9ReadValueEN2v85LocalINS2_5ValueEEEE4args
|
|
72216
72217
|
_ZZN4node23ArrayBufferViewContentsIcLm64EEC4EN2v85LocalINS2_6ObjectEEEE4args
|
|
@@ -72523,6 +72524,8 @@ ada_has_non_empty_username
|
|
|
72523
72524
|
ada_has_password
|
|
72524
72525
|
ada_has_port
|
|
72525
72526
|
ada_has_search
|
|
72527
|
+
ada_idna_to_ascii
|
|
72528
|
+
ada_idna_to_unicode
|
|
72526
72529
|
ada_is_valid
|
|
72527
72530
|
ada_parse
|
|
72528
72531
|
ada_parse_with_base
|
|
@@ -75250,6 +75253,8 @@ ngtcp2_window_filter_get_best
|
|
|
75250
75253
|
ngtcp2_window_filter_init
|
|
75251
75254
|
ngtcp2_window_filter_reset
|
|
75252
75255
|
ngtcp2_window_filter_update
|
|
75256
|
+
node_api_create_external_string_latin1
|
|
75257
|
+
node_api_create_external_string_utf16
|
|
75253
75258
|
node_api_create_syntax_error
|
|
75254
75259
|
node_api_get_module_file_name
|
|
75255
75260
|
node_api_symbol_for
|
|
@@ -79295,7 +79300,6 @@ uv__fs_readdir_cleanup
|
|
|
79295
79300
|
uv__fs_scandir_cleanup
|
|
79296
79301
|
uv__getaddrinfo_translate_error
|
|
79297
79302
|
uv__getiovmax
|
|
79298
|
-
uv__getpwuid_r
|
|
79299
79303
|
uv__getsockpeername
|
|
79300
79304
|
uv__hrtime
|
|
79301
79305
|
uv__idle_close
|
|
@@ -79329,6 +79333,7 @@ uv__platform_loop_init
|
|
|
79329
79333
|
uv__poll_close
|
|
79330
79334
|
uv__prepare_close
|
|
79331
79335
|
uv__process_close
|
|
79336
|
+
uv__process_init
|
|
79332
79337
|
uv__process_title_cleanup
|
|
79333
79338
|
uv__random_devurandom
|
|
79334
79339
|
uv__random_readpath
|
|
@@ -79400,6 +79405,7 @@ uv_chdir
|
|
|
79400
79405
|
uv_check_init
|
|
79401
79406
|
uv_check_start
|
|
79402
79407
|
uv_check_stop
|
|
79408
|
+
uv_clock_gettime
|
|
79403
79409
|
uv_close
|
|
79404
79410
|
uv_cond_broadcast
|
|
79405
79411
|
uv_cond_destroy
|
|
@@ -79408,6 +79414,7 @@ uv_cond_signal
|
|
|
79408
79414
|
uv_cond_timedwait
|
|
79409
79415
|
uv_cond_wait
|
|
79410
79416
|
uv_cpu_info
|
|
79417
|
+
uv_cpumask_size
|
|
79411
79418
|
uv_cwd
|
|
79412
79419
|
uv_default_loop
|
|
79413
79420
|
uv_disable_stdio_inheritance
|
|
@@ -79474,6 +79481,7 @@ uv_fs_symlink
|
|
|
79474
79481
|
uv_fs_unlink
|
|
79475
79482
|
uv_fs_utime
|
|
79476
79483
|
uv_fs_write
|
|
79484
|
+
uv_get_available_memory
|
|
79477
79485
|
uv_get_constrained_memory
|
|
79478
79486
|
uv_get_free_memory
|
|
79479
79487
|
uv_get_osfhandle
|
|
@@ -79528,6 +79536,7 @@ uv_loop_new
|
|
|
79528
79536
|
uv_loop_set_data
|
|
79529
79537
|
uv_loop_size
|
|
79530
79538
|
uv_metrics_idle_time
|
|
79539
|
+
uv_metrics_info
|
|
79531
79540
|
uv_mutex_destroy
|
|
79532
79541
|
uv_mutex_init
|
|
79533
79542
|
uv_mutex_init_recursive
|
|
@@ -79539,8 +79548,11 @@ uv_once
|
|
|
79539
79548
|
uv_open_osfhandle
|
|
79540
79549
|
uv_os_environ
|
|
79541
79550
|
uv_os_free_environ
|
|
79551
|
+
uv_os_free_group
|
|
79542
79552
|
uv_os_free_passwd
|
|
79553
|
+
uv_os_get_group
|
|
79543
79554
|
uv_os_get_passwd
|
|
79555
|
+
uv_os_get_passwd2
|
|
79544
79556
|
uv_os_getenv
|
|
79545
79557
|
uv_os_gethostname
|
|
79546
79558
|
uv_os_getpid
|
|
@@ -79554,8 +79566,10 @@ uv_os_uname
|
|
|
79554
79566
|
uv_os_unsetenv
|
|
79555
79567
|
uv_pipe
|
|
79556
79568
|
uv_pipe_bind
|
|
79569
|
+
uv_pipe_bind2
|
|
79557
79570
|
uv_pipe_chmod
|
|
79558
79571
|
uv_pipe_connect
|
|
79572
|
+
uv_pipe_connect2
|
|
79559
79573
|
uv_pipe_getpeername
|
|
79560
79574
|
uv_pipe_getsockname
|
|
79561
79575
|
uv_pipe_init
|
|
@@ -79631,8 +79645,11 @@ uv_tcp_simultaneous_accepts
|
|
|
79631
79645
|
uv_thread_create
|
|
79632
79646
|
uv_thread_create_ex
|
|
79633
79647
|
uv_thread_equal
|
|
79648
|
+
uv_thread_getaffinity
|
|
79649
|
+
uv_thread_getcpu
|
|
79634
79650
|
uv_thread_join
|
|
79635
79651
|
uv_thread_self
|
|
79652
|
+
uv_thread_setaffinity
|
|
79636
79653
|
uv_timer_again
|
|
79637
79654
|
uv_timer_get_due_in
|
|
79638
79655
|
uv_timer_get_repeat
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 10
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.10"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 10
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.10"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -29,7 +29,7 @@ extern "C" {
|
|
|
29
29
|
*/
|
|
30
30
|
# define OPENSSL_VERSION_MAJOR 3
|
|
31
31
|
# define OPENSSL_VERSION_MINOR 0
|
|
32
|
-
# define OPENSSL_VERSION_PATCH
|
|
32
|
+
# define OPENSSL_VERSION_PATCH 10
|
|
33
33
|
|
|
34
34
|
/*
|
|
35
35
|
* Additional version information
|
|
@@ -74,21 +74,21 @@ extern "C" {
|
|
|
74
74
|
* longer variant with OPENSSL_VERSION_PRE_RELEASE_STR and
|
|
75
75
|
* OPENSSL_VERSION_BUILD_METADATA_STR appended.
|
|
76
76
|
*/
|
|
77
|
-
# define OPENSSL_VERSION_STR "3.0.
|
|
78
|
-
# define OPENSSL_FULL_VERSION_STR "3.0.
|
|
77
|
+
# define OPENSSL_VERSION_STR "3.0.10"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.10+quic"
|
|
79
79
|
|
|
80
80
|
/*
|
|
81
81
|
* SECTION 3: ADDITIONAL METADATA
|
|
82
82
|
*
|
|
83
83
|
* These strings are defined separately to allow them to be parsable.
|
|
84
84
|
*/
|
|
85
|
-
# define OPENSSL_RELEASE_DATE "
|
|
85
|
+
# define OPENSSL_RELEASE_DATE "1 Aug 2023"
|
|
86
86
|
|
|
87
87
|
/*
|
|
88
88
|
* SECTION 4: BACKWARD COMPATIBILITY
|
|
89
89
|
*/
|
|
90
90
|
|
|
91
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.
|
|
91
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 3.0.10+quic 1 Aug 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|