node-linux-arm64 14.21.2 → 14.21.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (143) hide show
  1. package/CHANGELOG.md +38 -2
  2. package/bin/node +0 -0
  3. package/include/node/config.gypi +2 -1
  4. package/include/node/node_version.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  31. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  33. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  35. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  37. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  39. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  41. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  43. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  45. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  47. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  49. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  51. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  53. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  55. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  57. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  61. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  63. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  65. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  67. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  69. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  71. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  73. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  75. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  77. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  78. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  79. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  80. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  81. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  82. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  83. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  96. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  97. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  98. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  99. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  100. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  101. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  102. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  103. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  104. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  105. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  106. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  107. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  108. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  109. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  110. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  111. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  112. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  113. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  114. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  115. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  116. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  117. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  118. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  119. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  120. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  121. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  122. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  123. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  124. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  125. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  126. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  127. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  128. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  129. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  130. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  131. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  132. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  133. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  134. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  135. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  136. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  137. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  138. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  139. package/include/node/openssl/bnerr.h +2 -1
  140. package/include/node/openssl/cmserr.h +1 -0
  141. package/include/node/openssl/opensslv.h +2 -2
  142. package/include/node/openssl/x509v3.h +2 -2
  143. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,7 @@
11
11
  </tr>
12
12
  <tr>
13
13
  <td valign="top">
14
+ <a href="#14.21.3">14.21.3</a><br/>
14
15
  <a href="#14.21.2">14.21.2</a><br/>
15
16
  <a href="#14.21.1">14.21.1</a><br/>
16
17
  <a href="#14.21.0">14.21.0</a><br/>
@@ -78,6 +79,42 @@
78
79
  * [io.js](CHANGELOG_IOJS.md)
79
80
  * [Archive](CHANGELOG_ARCHIVE.md)
80
81
 
82
+ <a id="14.21.3"></a>
83
+
84
+ ## 2023-02-16, Version 14.21.3 'Fermium' (LTS), @richardlau
85
+
86
+ This is a security release.
87
+
88
+ ### Notable Changes
89
+
90
+ The following CVEs are fixed in this release:
91
+
92
+ * **[CVE-2023-23918](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23918)**: Node.js Permissions policies can be bypassed via process.mainModule (High)
93
+ * **[CVE-2023-23920](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2023-23920)**: Node.js insecure loading of ICU data through ICU_DATA environment variable (Low)
94
+
95
+ More detailed information on each of the vulnerabilities can be found in [February 2023 Security Releases](https://nodejs.org/en/blog/vulnerability/february-2023-security-releases/) blog post.
96
+
97
+ This security release includes OpenSSL security updates as outlined in the recent
98
+ [OpenSSL security advisory](https://www.openssl.org/news/secadv/20230207.txt).
99
+
100
+ This security release also includes an npm update for Node.js 14 to address a number
101
+ of CVEs which either do not affect Node.js or are low severity in the context of Node.js. You
102
+ can get more details for the individual CVEs in
103
+ [nodejs-dependency-vuln-assessments](https://github.com/nodejs/nodejs-dependency-vuln-assessments).
104
+
105
+ ### Commits
106
+
107
+ * \[[`97a0443f13`](https://github.com/nodejs/node/commit/97a0443f13)] - **build**: build ICU with ICU\_NO\_USER\_DATA\_OVERRIDE (RafaelGSS) [nodejs-private/node-private#374](https://github.com/nodejs-private/node-private/pull/374)
108
+ * \[[`9e6221529b`](https://github.com/nodejs/node/commit/9e6221529b)] - **deps**: cherry-pick Windows ARM64 fix for openssl (Richard Lau) [#46566](https://github.com/nodejs/node/pull/46566)
109
+ * \[[`0d5f86451d`](https://github.com/nodejs/node/commit/0d5f86451d)] - **deps**: update archs files for OpenSSL-1.1.1t (RafaelGSS) [#46566](https://github.com/nodejs/node/pull/46566)
110
+ * \[[`8c11d17b40`](https://github.com/nodejs/node/commit/8c11d17b40)] - **deps**: upgrade openssl sources to 1.1.1t (RafaelGSS) [#46566](https://github.com/nodejs/node/pull/46566)
111
+ * \[[`224e93c9ef`](https://github.com/nodejs/node/commit/224e93c9ef)] - **deps**: upgrade npm to 6.14.18 (Ruy Adorno) [#45936](https://github.com/nodejs/node/pull/45936)
112
+ * \[[`d73ea4de13`](https://github.com/nodejs/node/commit/d73ea4de13)] - **doc**: clarify release notes for Node.js 14.21.2 (Richard Lau) [#45846](https://github.com/nodejs/node/pull/45846)
113
+ * \[[`f7892c16be`](https://github.com/nodejs/node/commit/f7892c16be)] - **lib**: makeRequireFunction patch when experimental policy (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
114
+ * \[[`fa115ee8ac`](https://github.com/nodejs/node/commit/fa115ee8ac)] - **module**: protect against prototype mutation (Antoine du Hamel) [#44007](https://github.com/nodejs/node/pull/44007)
115
+ * \[[`83975b7fb4`](https://github.com/nodejs/node/commit/83975b7fb4)] - **policy**: makeRequireFunction on mainModule.require (RafaelGSS) [nodejs-private/node-private#358](https://github.com/nodejs-private/node-private/pull/358)
116
+ * \[[`a5f8798d7a`](https://github.com/nodejs/node/commit/a5f8798d7a)] - **test**: avoid left behind child processes (Richard Lau) [#46276](https://github.com/nodejs/node/pull/46276)
117
+
81
118
  <a id="14.21.2"></a>
82
119
 
83
120
  ## 2022-12-13, Version 14.21.2 'Fermium' (LTS), @richardlau
@@ -86,8 +123,7 @@
86
123
 
87
124
  #### OpenSSL 1.1.1s
88
125
 
89
- This update is a bugfix release and does not address any security
90
- vulnerabilities.
126
+ This OpenSSL version does not address any security vulnerabilities.
91
127
 
92
128
  #### Root certificates updated to NSS 3.85
93
129
 
package/bin/node CHANGED
Binary file
@@ -1,7 +1,8 @@
1
1
  # Do not edit. Generated by the configure script.
2
2
  { 'target_defaults': { 'cflags': [],
3
3
  'default_configuration': 'Release',
4
- 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'],
4
+ 'defines': [ 'NODE_OPENSSL_CONF_NAME=nodejs_conf',
5
+ 'ICU_NO_USER_DATA_OVERRIDE'],
5
6
  'include_dirs': [],
6
7
  'libraries': []},
7
8
  'variables': { 'asan': 0,
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 14
26
26
  #define NODE_MINOR_VERSION 21
27
- #define NODE_PATCH_VERSION 2
27
+ #define NODE_PATCH_VERSION 3
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Fermium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Nov 2 12:51:26 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:33 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Nov 2 12:51:29 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:35 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Wed Nov 2 12:51:31 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:36 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Wed Nov 2 12:51:32 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:38 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Wed Nov 2 12:51:36 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:42 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Wed Nov 2 12:51:41 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:46 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Wed Nov 2 12:53:22 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:23 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Wed Nov 2 12:53:23 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:25 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Wed Nov 2 12:53:25 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:27 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Wed Nov 2 12:53:26 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:28 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Wed Nov 2 12:53:12 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:14 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Wed Nov 2 12:53:17 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:18 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Wed Nov 2 12:53:21 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:44:22 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Wed Nov 2 12:51:16 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:24 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Wed Nov 2 12:51:18 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:26 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Wed Nov 2 12:51:20 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:27 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Wed Nov 2 12:51:21 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:28 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Wed Nov 2 12:51:23 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:30 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Wed Nov 2 12:51:25 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:32 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:51 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:56 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:53 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:58 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:55 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:59 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:56 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:43:00 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:58 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:43:02 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:59 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:43:04 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Wed Nov 2 12:51:42 2022 UTC"
14
+ #define DATE "built on: Wed Feb 8 12:42:47 2023 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -2,7 +2,7 @@
2
2
  * WARNING: do not edit!
3
3
  * Generated by apps/progs.pl
4
4
  *
5
- * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2023 The OpenSSL Project Authors. All Rights Reserved.
6
6
  *
7
7
  * Licensed under the OpenSSL license (the "License"). You may not use
8
8
  * this file except in compliance with the License. You can obtain a copy