node-linux-arm64 16.14.1 → 16.14.2

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 +20 -0
  2. package/bin/node +0 -0
  3. package/include/node/node_version.h +1 -1
  4. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  5. package/include/node/openssl/archs/BSD-x86/asm/include/progs.h +1 -1
  6. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  7. package/include/node/openssl/archs/BSD-x86/asm_avx2/include/progs.h +1 -1
  8. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86/no-asm/include/progs.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/asm/include/progs.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/include/progs.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/include/progs.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm/include/progs.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN32/asm_avx2/include/progs.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN32/no-asm/include/progs.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/include/progs.h +1 -1
  24. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/VC-WIN64A/asm/include/progs.h +1 -1
  26. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/include/progs.h +1 -1
  28. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/VC-WIN64A/no-asm/include/progs.h +1 -1
  30. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/aix-gcc/asm/include/progs.h +1 -1
  32. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/aix-gcc/asm_avx2/include/progs.h +1 -1
  34. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/aix-gcc/no-asm/include/progs.h +1 -1
  36. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/aix64-gcc/asm/include/progs.h +1 -1
  38. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/aix64-gcc/asm_avx2/include/progs.h +1 -1
  40. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/aix64-gcc/no-asm/include/progs.h +1 -1
  42. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/darwin-i386-cc/asm/include/progs.h +1 -1
  44. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/include/progs.h +1 -1
  46. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/darwin-i386-cc/no-asm/include/progs.h +1 -1
  48. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/darwin64-arm64-cc/asm/include/progs.h +1 -1
  50. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/include/progs.h +1 -1
  52. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/include/progs.h +1 -1
  54. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/include/progs.h +1 -1
  56. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/progs.h +1 -1
  58. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/include/progs.h +1 -1
  60. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-aarch64/asm/include/progs.h +1 -1
  62. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux-aarch64/asm_avx2/include/progs.h +1 -1
  64. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux-aarch64/no-asm/include/progs.h +1 -1
  66. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux-armv4/asm/include/progs.h +1 -1
  68. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux-armv4/asm_avx2/include/progs.h +1 -1
  70. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/linux-armv4/no-asm/include/progs.h +1 -1
  72. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/linux-elf/asm/include/progs.h +1 -1
  74. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/linux-elf/asm_avx2/include/progs.h +1 -1
  76. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/archs/linux-elf/no-asm/include/progs.h +1 -1
  78. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  79. package/include/node/openssl/archs/linux-ppc/asm/include/progs.h +1 -1
  80. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  81. package/include/node/openssl/archs/linux-ppc/asm_avx2/include/progs.h +1 -1
  82. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  83. package/include/node/openssl/archs/linux-ppc/no-asm/include/progs.h +1 -1
  84. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  85. package/include/node/openssl/archs/linux-ppc64/asm/include/progs.h +1 -1
  86. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  87. package/include/node/openssl/archs/linux-ppc64/asm_avx2/include/progs.h +1 -1
  88. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  89. package/include/node/openssl/archs/linux-ppc64/no-asm/include/progs.h +1 -1
  90. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  91. package/include/node/openssl/archs/linux-ppc64le/asm/include/progs.h +1 -1
  92. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  93. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/include/progs.h +1 -1
  94. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  95. package/include/node/openssl/archs/linux-ppc64le/no-asm/include/progs.h +1 -1
  96. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  97. package/include/node/openssl/archs/linux-x32/asm/include/progs.h +1 -1
  98. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  99. package/include/node/openssl/archs/linux-x32/asm_avx2/include/progs.h +1 -1
  100. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  101. package/include/node/openssl/archs/linux-x32/no-asm/include/progs.h +1 -1
  102. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  103. package/include/node/openssl/archs/linux-x86_64/asm/include/progs.h +1 -1
  104. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  105. package/include/node/openssl/archs/linux-x86_64/asm_avx2/include/progs.h +1 -1
  106. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  107. package/include/node/openssl/archs/linux-x86_64/no-asm/include/progs.h +1 -1
  108. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  109. package/include/node/openssl/archs/linux32-s390x/asm/include/progs.h +1 -1
  110. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  111. package/include/node/openssl/archs/linux32-s390x/asm_avx2/include/progs.h +1 -1
  112. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  113. package/include/node/openssl/archs/linux32-s390x/no-asm/include/progs.h +1 -1
  114. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  115. package/include/node/openssl/archs/linux64-mips64/asm/include/progs.h +1 -1
  116. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  117. package/include/node/openssl/archs/linux64-mips64/asm_avx2/include/progs.h +1 -1
  118. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  119. package/include/node/openssl/archs/linux64-mips64/no-asm/include/progs.h +1 -1
  120. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  121. package/include/node/openssl/archs/linux64-riscv64/no-asm/include/progs.h +1 -1
  122. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  123. package/include/node/openssl/archs/linux64-s390x/asm/include/progs.h +1 -1
  124. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  125. package/include/node/openssl/archs/linux64-s390x/asm_avx2/include/progs.h +1 -1
  126. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  127. package/include/node/openssl/archs/linux64-s390x/no-asm/include/progs.h +1 -1
  128. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  129. package/include/node/openssl/archs/solaris-x86-gcc/asm/include/progs.h +1 -1
  130. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  131. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/include/progs.h +1 -1
  132. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  133. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/include/progs.h +1 -1
  134. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  135. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/include/progs.h +1 -1
  136. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  137. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/include/progs.h +1 -1
  138. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  139. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/include/progs.h +1 -1
  140. package/include/node/openssl/engine.h +2 -1
  141. package/include/node/openssl/obj_mac.h +1 -1
  142. package/include/node/openssl/opensslv.h +2 -2
  143. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,6 +9,7 @@
9
9
  </tr>
10
10
  <tr>
11
11
  <td valign="top">
12
+ <a href="#16.14.2">16.14.2</a><br/>
12
13
  <a href="#16.14.1">16.14.1</a><br/>
13
14
  <a href="#16.14.0">16.14.0</a><br/>
14
15
  <a href="#16.13.2">16.13.2</a><br/>
@@ -58,6 +59,25 @@
58
59
  * [io.js](CHANGELOG_IOJS.md)
59
60
  * [Archive](CHANGELOG_ARCHIVE.md)
60
61
 
62
+ <a id="16.14.2"></a>
63
+
64
+ ## 2022-03-17, Version 16.14.2 'Gallium' (LTS), @richardlau
65
+
66
+ This is a security release.
67
+
68
+ ### Notable Changes
69
+
70
+ Update to OpenSSL 1.1.1n, which addresses the following vulnerability:
71
+
72
+ * Infinite loop in `BN_mod_sqrt()` reachable when parsing certificates (High)(CVE-2022-0778)
73
+ More details are available at <https://www.openssl.org/news/secadv/20220315.txt>
74
+
75
+ ### Commits
76
+
77
+ * \[[`3924618c74`](https://github.com/nodejs/node/commit/3924618c74)] - **deps**: update archs files for OpenSSL-1.1.1 (Hassaan Pasha) [#42352](https://github.com/nodejs/node/pull/42352)
78
+ * \[[`7a6a870d58`](https://github.com/nodejs/node/commit/7a6a870d58)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1n (Hassaan Pasha) [#42352](https://github.com/nodejs/node/pull/42352)
79
+ * \[[`c533b430f4`](https://github.com/nodejs/node/commit/c533b430f4)] - **test**: fix tests affected by OpenSSL update (Michael Dawson) [#42352](https://github.com/nodejs/node/pull/42352)
80
+
61
81
  <a id="16.14.1"></a>
62
82
 
63
83
  ## 2022-03-15, Version 16.14.1 'Gallium' (LTS), @danielleadams
package/bin/node CHANGED
Binary file
@@ -24,7 +24,7 @@
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
26
  #define NODE_MINOR_VERSION 14
27
- #define NODE_PATCH_VERSION 1
27
+ #define NODE_PATCH_VERSION 2
28
28
 
29
29
  #define NODE_VERSION_IS_LTS 1
30
30
  #define NODE_VERSION_LTS_CODENAME "Gallium"
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue Dec 14 20:49:47 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:51 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:52 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:54 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:56 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:57 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:59 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:59 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:10 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:05 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:21 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:12 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:33 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:23 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:37 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:29 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:41 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:35 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:43 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:38 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:07 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:25:52 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:18 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:06 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:54:30 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:26:20 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:26 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:36 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:30 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:39 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:33 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:41 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:36 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:43 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:40 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:46 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:49:44 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:21:49 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:48 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:29 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:52 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:33 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:57 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:36 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:59 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:38 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:51:03 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:40 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:51:07 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:43 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:23 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:14 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:34 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:21 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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: Tue Dec 14 20:50:45 2021 UTC"
14
+ #define DATE "built on: Tue Mar 15 19:22:27 2022 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-2021 The OpenSSL Project Authors. All Rights Reserved.
5
+ * Copyright 1995-2022 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