node-linux-arm64 18.18.1 → 18.19.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 +492 -0
- package/LICENSE +22 -11
- package/README.md +8 -4
- package/bin/node +0 -0
- package/include/node/common.gypi +1 -1
- package/include/node/config.gypi +8 -3
- package/include/node/js_native_api.h +11 -1
- package/include/node/node_api.h +10 -9
- package/include/node/node_version.h +2 -2
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/BSD-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-WIN32/no-asm/include/openssl/pkcs7.h +3 -3
- 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-WIN64-ARM/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/VC-WIN64A/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/aix64-gcc-as/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/darwin-i386-cc/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-arm64-cc/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/darwin64-x86_64-cc/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-aarch64/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-armv4/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-elf/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-ppc64le/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/linux-x86_64/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/linux32-s390x/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/archs/linux64-loongarch64/no-asm/crypto/buildinf.h +1 -1
- 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/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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-mips64/no-asm/include/openssl/pkcs7.h +3 -3
- 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-riscv64/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/linux64-s390x/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/solaris-x86-gcc/no-asm/include/openssl/pkcs7.h +3 -3
- 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/include/openssl/pkcs7.h +3 -3
- 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/asm_avx2/include/openssl/pkcs7.h +3 -3
- 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/archs/solaris64-x86_64-gcc/no-asm/include/openssl/pkcs7.h +3 -3
- package/include/node/openssl/cmserr.h +2 -1
- package/include/node/openssl/evp.h +3 -1
- package/package.json +1 -1
- package/share/man/man1/node.1 +12 -0
package/LICENSE
CHANGED
|
@@ -78,19 +78,30 @@ The externally maintained libraries used by Node.js are:
|
|
|
78
78
|
|
|
79
79
|
- c-ares, located at deps/cares, is licensed as follows:
|
|
80
80
|
"""
|
|
81
|
-
|
|
81
|
+
MIT License
|
|
82
|
+
|
|
83
|
+
Copyright (c) 1998 Massachusetts Institute of Technology
|
|
84
|
+
Copyright (c) 2007 - 2023 Daniel Stenberg with many contributors, see AUTHORS
|
|
82
85
|
file.
|
|
83
86
|
|
|
84
|
-
|
|
87
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
88
|
+
this software and associated documentation files (the "Software"), to deal in
|
|
89
|
+
the Software without restriction, including without limitation the rights to
|
|
90
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
|
91
|
+
the Software, and to permit persons to whom the Software is furnished to do so,
|
|
92
|
+
subject to the following conditions:
|
|
93
|
+
|
|
94
|
+
The above copyright notice and this permission notice (including the next
|
|
95
|
+
paragraph) shall be included in all copies or substantial portions of the
|
|
96
|
+
Software.
|
|
85
97
|
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
purpose. It is provided "as is" without express or implied warranty.
|
|
98
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
99
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
100
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
101
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
102
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
103
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
104
|
+
SOFTWARE.
|
|
94
105
|
"""
|
|
95
106
|
|
|
96
107
|
- cjs-module-lexer, located at deps/cjs-module-lexer, is licensed as follows:
|
|
@@ -1329,7 +1340,7 @@ The externally maintained libraries used by Node.js are:
|
|
|
1329
1340
|
|
|
1330
1341
|
- ada, located at deps/ada, is licensed as follows:
|
|
1331
1342
|
"""
|
|
1332
|
-
Copyright 2023
|
|
1343
|
+
Copyright 2023 Yagiz Nizipli and Daniel Lemire
|
|
1333
1344
|
|
|
1334
1345
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
|
1335
1346
|
this software and associated documentation files (the "Software"), to deal in
|
package/README.md
CHANGED
|
@@ -164,8 +164,12 @@ For information about the governance of the Node.js project, see
|
|
|
164
164
|
|
|
165
165
|
* [aduh95](https://github.com/aduh95) -
|
|
166
166
|
**Antoine du Hamel** <<duhamelantoine1995@gmail.com>> (he/him)
|
|
167
|
+
* [anonrig](https://github.com/anonrig) -
|
|
168
|
+
**Yagiz Nizipli** <<yagiz@nizipli.com>> (he/him)
|
|
167
169
|
* [apapirovski](https://github.com/apapirovski) -
|
|
168
170
|
**Anatoli Papirovski** <<apapirovski@mac.com>> (he/him)
|
|
171
|
+
* [benjamingr](https://github.com/benjamingr) -
|
|
172
|
+
**Benjamin Gruenbaum** <<benjamingr@gmail.com>>
|
|
169
173
|
* [BridgeAR](https://github.com/BridgeAR) -
|
|
170
174
|
**Ruben Bridgewater** <<ruben@bridgewater.de>> (he/him)
|
|
171
175
|
* [cjihrig](https://github.com/cjihrig) -
|
|
@@ -202,8 +206,6 @@ For information about the governance of the Node.js project, see
|
|
|
202
206
|
**Michaël Zasso** <<targos@protonmail.com>> (he/him)
|
|
203
207
|
* [tniessen](https://github.com/tniessen) -
|
|
204
208
|
**Tobias Nießen** <<tniessen@tnie.de>> (he/him)
|
|
205
|
-
* [Trott](https://github.com/Trott) -
|
|
206
|
-
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
207
209
|
|
|
208
210
|
#### TSC regular members
|
|
209
211
|
|
|
@@ -229,6 +231,8 @@ For information about the governance of the Node.js project, see
|
|
|
229
231
|
**Rod Vagg** <<r@va.gg>>
|
|
230
232
|
* [TimothyGu](https://github.com/TimothyGu) -
|
|
231
233
|
**Tiancheng "Timothy" Gu** <<timothygu99@gmail.com>> (he/him)
|
|
234
|
+
* [Trott](https://github.com/Trott) -
|
|
235
|
+
**Rich Trott** <<rtrott@gmail.com>> (he/him)
|
|
232
236
|
|
|
233
237
|
<details>
|
|
234
238
|
|
|
@@ -383,8 +387,6 @@ For information about the governance of the Node.js project, see
|
|
|
383
387
|
**Keyhan Vakil** <<kvakil@sylph.kvakil.me>>
|
|
384
388
|
* [legendecas](https://github.com/legendecas) -
|
|
385
389
|
**Chengzhong Wu** <<legendecas@gmail.com>> (he/him)
|
|
386
|
-
* [Leko](https://github.com/Leko) -
|
|
387
|
-
**Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
|
|
388
390
|
* [linkgoron](https://github.com/linkgoron) -
|
|
389
391
|
**Nitzan Uziely** <<linkgoron@gmail.com>>
|
|
390
392
|
* [LiviaMedeiros](https://github.com/LiviaMedeiros) -
|
|
@@ -579,6 +581,8 @@ For information about the governance of the Node.js project, see
|
|
|
579
581
|
**Kunal Pathak** <<kunal.pathak@microsoft.com>>
|
|
580
582
|
* [lance](https://github.com/lance) -
|
|
581
583
|
**Lance Ball** <<lball@redhat.com>> (he/him)
|
|
584
|
+
* [Leko](https://github.com/Leko) -
|
|
585
|
+
**Shingo Inoue** <<leko.noor@gmail.com>> (he/him)
|
|
582
586
|
* [lucamaraschi](https://github.com/lucamaraschi) -
|
|
583
587
|
**Luca Maraschi** <<luca.maraschi@gmail.com>> (he/him)
|
|
584
588
|
* [lundibundi](https://github.com/lundibundi) -
|
package/bin/node
CHANGED
|
Binary file
|
package/include/node/common.gypi
CHANGED
package/include/node/config.gypi
CHANGED
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
'lib/internal/blob.js',
|
|
75
75
|
'lib/internal/blocklist.js',
|
|
76
76
|
'lib/internal/bootstrap/browser.js',
|
|
77
|
-
'lib/internal/bootstrap/loaders.js',
|
|
78
77
|
'lib/internal/bootstrap/node.js',
|
|
78
|
+
'lib/internal/bootstrap/realm.js',
|
|
79
79
|
'lib/internal/bootstrap/switches/does_not_own_process_state.js',
|
|
80
80
|
'lib/internal/bootstrap/switches/does_own_process_state.js',
|
|
81
81
|
'lib/internal/bootstrap/switches/is_main_thread.js',
|
|
@@ -167,7 +167,6 @@
|
|
|
167
167
|
'lib/internal/main/watch_mode.js',
|
|
168
168
|
'lib/internal/main/worker_thread.js',
|
|
169
169
|
'lib/internal/mime.js',
|
|
170
|
-
'lib/internal/modules/cjs/helpers.js',
|
|
171
170
|
'lib/internal/modules/cjs/loader.js',
|
|
172
171
|
'lib/internal/modules/esm/assert.js',
|
|
173
172
|
'lib/internal/modules/esm/create_dynamic_module.js',
|
|
@@ -175,6 +174,7 @@
|
|
|
175
174
|
'lib/internal/modules/esm/formats.js',
|
|
176
175
|
'lib/internal/modules/esm/get_format.js',
|
|
177
176
|
'lib/internal/modules/esm/handle_process_exit.js',
|
|
177
|
+
'lib/internal/modules/esm/hooks.js',
|
|
178
178
|
'lib/internal/modules/esm/initialize_import_meta.js',
|
|
179
179
|
'lib/internal/modules/esm/load.js',
|
|
180
180
|
'lib/internal/modules/esm/loader.js',
|
|
@@ -182,8 +182,11 @@
|
|
|
182
182
|
'lib/internal/modules/esm/module_map.js',
|
|
183
183
|
'lib/internal/modules/esm/package_config.js',
|
|
184
184
|
'lib/internal/modules/esm/resolve.js',
|
|
185
|
+
'lib/internal/modules/esm/shared_constants.js',
|
|
185
186
|
'lib/internal/modules/esm/translators.js',
|
|
186
187
|
'lib/internal/modules/esm/utils.js',
|
|
188
|
+
'lib/internal/modules/esm/worker.js',
|
|
189
|
+
'lib/internal/modules/helpers.js',
|
|
187
190
|
'lib/internal/modules/package_json_reader.js',
|
|
188
191
|
'lib/internal/modules/run_main.js',
|
|
189
192
|
'lib/internal/net.js',
|
|
@@ -255,8 +258,10 @@
|
|
|
255
258
|
'lib/internal/test/transfer.js',
|
|
256
259
|
'lib/internal/test_runner/coverage.js',
|
|
257
260
|
'lib/internal/test_runner/harness.js',
|
|
258
|
-
'lib/internal/test_runner/mock.js',
|
|
261
|
+
'lib/internal/test_runner/mock/mock.js',
|
|
262
|
+
'lib/internal/test_runner/mock/mock_timers.js',
|
|
259
263
|
'lib/internal/test_runner/reporter/dot.js',
|
|
264
|
+
'lib/internal/test_runner/reporter/junit.js',
|
|
260
265
|
'lib/internal/test_runner/reporter/spec.js',
|
|
261
266
|
'lib/internal/test_runner/reporter/tap.js',
|
|
262
267
|
'lib/internal/test_runner/reporter/v8-serializer.js',
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
#ifndef NAPI_EXTERN
|
|
29
29
|
#ifdef _WIN32
|
|
30
30
|
#define NAPI_EXTERN __declspec(dllexport)
|
|
31
|
-
#elif defined(
|
|
31
|
+
#elif defined(__wasm__)
|
|
32
32
|
#define NAPI_EXTERN \
|
|
33
33
|
__attribute__((visibility("default"))) \
|
|
34
34
|
__attribute__((__import_module__("napi")))
|
|
@@ -517,6 +517,16 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_add_finalizer(napi_env env,
|
|
|
517
517
|
|
|
518
518
|
#endif // NAPI_VERSION >= 5
|
|
519
519
|
|
|
520
|
+
#ifdef NAPI_EXPERIMENTAL
|
|
521
|
+
|
|
522
|
+
NAPI_EXTERN napi_status NAPI_CDECL
|
|
523
|
+
node_api_post_finalizer(napi_env env,
|
|
524
|
+
napi_finalize finalize_cb,
|
|
525
|
+
void* finalize_data,
|
|
526
|
+
void* finalize_hint);
|
|
527
|
+
|
|
528
|
+
#endif // NAPI_EXPERIMENTAL
|
|
529
|
+
|
|
520
530
|
#if NAPI_VERSION >= 6
|
|
521
531
|
|
|
522
532
|
// BigInt
|
package/include/node/node_api.h
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
#ifndef SRC_NODE_API_H_
|
|
2
2
|
#define SRC_NODE_API_H_
|
|
3
3
|
|
|
4
|
-
#
|
|
4
|
+
#if defined(BUILDING_NODE_EXTENSION) && !defined(NAPI_EXTERN)
|
|
5
5
|
#ifdef _WIN32
|
|
6
6
|
// Building native addon against node
|
|
7
7
|
#define NAPI_EXTERN __declspec(dllimport)
|
|
8
|
-
#elif defined(
|
|
8
|
+
#elif defined(__wasm__)
|
|
9
9
|
#define NAPI_EXTERN __attribute__((__import_module__("napi")))
|
|
10
10
|
#endif
|
|
11
11
|
#endif
|
|
@@ -17,8 +17,13 @@ struct uv_loop_s; // Forward declaration.
|
|
|
17
17
|
#ifdef _WIN32
|
|
18
18
|
#define NAPI_MODULE_EXPORT __declspec(dllexport)
|
|
19
19
|
#else
|
|
20
|
+
#ifdef __EMSCRIPTEN__
|
|
21
|
+
#define NAPI_MODULE_EXPORT \
|
|
22
|
+
__attribute__((visibility("default"))) __attribute__((used))
|
|
23
|
+
#else
|
|
20
24
|
#define NAPI_MODULE_EXPORT __attribute__((visibility("default")))
|
|
21
25
|
#endif
|
|
26
|
+
#endif
|
|
22
27
|
|
|
23
28
|
#if defined(__GNUC__)
|
|
24
29
|
#define NAPI_NO_RETURN __attribute__((noreturn))
|
|
@@ -30,7 +35,7 @@ struct uv_loop_s; // Forward declaration.
|
|
|
30
35
|
|
|
31
36
|
typedef napi_value(NAPI_CDECL* napi_addon_register_func)(napi_env env,
|
|
32
37
|
napi_value exports);
|
|
33
|
-
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)();
|
|
38
|
+
typedef int32_t(NAPI_CDECL* node_api_addon_get_api_version_func)(void);
|
|
34
39
|
|
|
35
40
|
// Used by deprecated registration method napi_module_register.
|
|
36
41
|
typedef struct napi_module {
|
|
@@ -49,7 +54,7 @@ typedef struct napi_module {
|
|
|
49
54
|
NAPI_MODULE_INITIALIZER_X_HELPER(base, version)
|
|
50
55
|
#define NAPI_MODULE_INITIALIZER_X_HELPER(base, version) base##version
|
|
51
56
|
|
|
52
|
-
#ifdef
|
|
57
|
+
#ifdef __wasm__
|
|
53
58
|
#define NAPI_MODULE_INITIALIZER_BASE napi_register_wasm_v
|
|
54
59
|
#else
|
|
55
60
|
#define NAPI_MODULE_INITIALIZER_BASE napi_register_module_v
|
|
@@ -66,7 +71,7 @@ typedef struct napi_module {
|
|
|
66
71
|
|
|
67
72
|
#define NAPI_MODULE_INIT() \
|
|
68
73
|
EXTERN_C_START \
|
|
69
|
-
NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION() {
|
|
74
|
+
NAPI_MODULE_EXPORT int32_t NODE_API_MODULE_GET_API_VERSION(void) { \
|
|
70
75
|
return NAPI_VERSION; \
|
|
71
76
|
} \
|
|
72
77
|
NAPI_MODULE_EXPORT napi_value NAPI_MODULE_INITIALIZER(napi_env env, \
|
|
@@ -143,7 +148,6 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_get_buffer_info(napi_env env,
|
|
|
143
148
|
void** data,
|
|
144
149
|
size_t* length);
|
|
145
150
|
|
|
146
|
-
#ifndef __wasm32__
|
|
147
151
|
// Methods to manage simple async operations
|
|
148
152
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
149
153
|
napi_create_async_work(napi_env env,
|
|
@@ -159,7 +163,6 @@ NAPI_EXTERN napi_status NAPI_CDECL napi_queue_async_work(napi_env env,
|
|
|
159
163
|
napi_async_work work);
|
|
160
164
|
NAPI_EXTERN napi_status NAPI_CDECL napi_cancel_async_work(napi_env env,
|
|
161
165
|
napi_async_work work);
|
|
162
|
-
#endif // __wasm32__
|
|
163
166
|
|
|
164
167
|
// version management
|
|
165
168
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
@@ -197,7 +200,6 @@ napi_close_callback_scope(napi_env env, napi_callback_scope scope);
|
|
|
197
200
|
|
|
198
201
|
#if NAPI_VERSION >= 4
|
|
199
202
|
|
|
200
|
-
#ifndef __wasm32__
|
|
201
203
|
// Calling into JS from other threads
|
|
202
204
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
203
205
|
napi_create_threadsafe_function(napi_env env,
|
|
@@ -231,7 +233,6 @@ napi_unref_threadsafe_function(napi_env env, napi_threadsafe_function func);
|
|
|
231
233
|
|
|
232
234
|
NAPI_EXTERN napi_status NAPI_CDECL
|
|
233
235
|
napi_ref_threadsafe_function(napi_env env, napi_threadsafe_function func);
|
|
234
|
-
#endif // __wasm32__
|
|
235
236
|
|
|
236
237
|
#endif // NAPI_VERSION >= 4
|
|
237
238
|
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 18
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 19
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Hydrogen"
|
|
@@ -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 12
|
|
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.12"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.12+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 "24 Oct 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.12+quic 24 Oct 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/pkcs7.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
|
|
|
56
56
|
PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
|
|
57
57
|
X509_ALGOR *digest_alg;
|
|
58
58
|
STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
|
|
59
|
-
X509_ALGOR *digest_enc_alg;
|
|
60
|
-
ASN1_OCTET_STRING *enc_digest;
|
|
59
|
+
X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
|
|
60
|
+
ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
|
|
61
61
|
STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
|
|
62
62
|
/* The private key to sign with */
|
|
63
63
|
EVP_PKEY *pkey;
|
|
@@ -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 12
|
|
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.12"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.12+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 "24 Oct 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.12+quic 24 Oct 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/pkcs7.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
|
|
|
56
56
|
PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
|
|
57
57
|
X509_ALGOR *digest_alg;
|
|
58
58
|
STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
|
|
59
|
-
X509_ALGOR *digest_enc_alg;
|
|
60
|
-
ASN1_OCTET_STRING *enc_digest;
|
|
59
|
+
X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
|
|
60
|
+
ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
|
|
61
61
|
STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
|
|
62
62
|
/* The private key to sign with */
|
|
63
63
|
EVP_PKEY *pkey;
|
|
@@ -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 12
|
|
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.12"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.12+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 "24 Oct 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.12+quic 24 Oct 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/pkcs7.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
|
|
|
56
56
|
PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
|
|
57
57
|
X509_ALGOR *digest_alg;
|
|
58
58
|
STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
|
|
59
|
-
X509_ALGOR *digest_enc_alg;
|
|
60
|
-
ASN1_OCTET_STRING *enc_digest;
|
|
59
|
+
X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
|
|
60
|
+
ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
|
|
61
61
|
STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
|
|
62
62
|
/* The private key to sign with */
|
|
63
63
|
EVP_PKEY *pkey;
|
|
@@ -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 12
|
|
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.12"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.12+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 "24 Oct 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.12+quic 24 Oct 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/pkcs7.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
|
|
|
56
56
|
PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
|
|
57
57
|
X509_ALGOR *digest_alg;
|
|
58
58
|
STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
|
|
59
|
-
X509_ALGOR *digest_enc_alg;
|
|
60
|
-
ASN1_OCTET_STRING *enc_digest;
|
|
59
|
+
X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
|
|
60
|
+
ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
|
|
61
61
|
STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
|
|
62
62
|
/* The private key to sign with */
|
|
63
63
|
EVP_PKEY *pkey;
|
|
@@ -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 12
|
|
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.12"
|
|
78
|
+
# define OPENSSL_FULL_VERSION_STR "3.0.12+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 "24 Oct 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.12+quic 24 Oct 2023"
|
|
92
92
|
|
|
93
93
|
/* Synthesize OPENSSL_VERSION_NUMBER with the layout 0xMNN00PPSL */
|
|
94
94
|
# ifdef OPENSSL_VERSION_PRE_RELEASE
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* WARNING: do not edit!
|
|
3
3
|
* Generated by Makefile from include/openssl/pkcs7.h.in
|
|
4
4
|
*
|
|
5
|
-
* Copyright 1995-
|
|
5
|
+
* Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
|
|
6
6
|
*
|
|
7
7
|
* Licensed under the Apache License 2.0 (the "License"). You may not use
|
|
8
8
|
* this file except in compliance with the License. You can obtain a copy
|
|
@@ -56,8 +56,8 @@ typedef struct pkcs7_signer_info_st {
|
|
|
56
56
|
PKCS7_ISSUER_AND_SERIAL *issuer_and_serial;
|
|
57
57
|
X509_ALGOR *digest_alg;
|
|
58
58
|
STACK_OF(X509_ATTRIBUTE) *auth_attr; /* [ 0 ] */
|
|
59
|
-
X509_ALGOR *digest_enc_alg;
|
|
60
|
-
ASN1_OCTET_STRING *enc_digest;
|
|
59
|
+
X509_ALGOR *digest_enc_alg; /* confusing name, actually used for signing */
|
|
60
|
+
ASN1_OCTET_STRING *enc_digest; /* confusing name, actually signature */
|
|
61
61
|
STACK_OF(X509_ATTRIBUTE) *unauth_attr; /* [ 1 ] */
|
|
62
62
|
/* The private key to sign with */
|
|
63
63
|
EVP_PKEY *pkey;
|