node-aix-ppc64 16.15.1 → 16.16.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.
Files changed (73) hide show
  1. package/CHANGELOG.md +24 -0
  2. package/bin/node +0 -0
  3. package/include/node/config.gypi +1 -1
  4. package/include/node/node.exp +21 -14
  5. package/include/node/node_version.h +2 -2
  6. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.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/no-asm/crypto/buildinf.h +1 -1
  9. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  10. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/opensslv.h +2 -3
  72. package/include/node/openssl/ssl.h +11 -1
  73. 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.16.0">16.16.0</a><br/>
12
13
  <a href="#16.15.1">16.15.1</a><br/>
13
14
  <a href="#16.15.0">16.15.0</a><br/>
14
15
  <a href="#16.14.2">16.14.2</a><br/>
@@ -61,6 +62,29 @@
61
62
  * [io.js](CHANGELOG_IOJS.md)
62
63
  * [Archive](CHANGELOG_ARCHIVE.md)
63
64
 
65
+ <a id="16.16.0"></a>
66
+
67
+ ## 2022-07-07, Version 16.16.0 'Gallium' (LTS), @danielleadams
68
+
69
+ This is a security release.
70
+
71
+ ### Notable changes
72
+
73
+ * **deps**:
74
+ * upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) [#43692](https://github.com/nodejs/node/pull/43692)
75
+ * **src**:
76
+ * add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
77
+
78
+ ### Commits
79
+
80
+ * \[[`2303fd3fe5`](https://github.com/nodejs/node/commit/2303fd3fe5)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#43692](https://github.com/nodejs/node/pull/43692)
81
+ * \[[`b219a63c28`](https://github.com/nodejs/node/commit/b219a63c28)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1q (RafaelGSS) [#43692](https://github.com/nodejs/node/pull/43692)
82
+ * \[[`c6553a4ef5`](https://github.com/nodejs/node/commit/c6553a4ef5)] - **deps**: update archs files for OpenSSL-1.1.1p+quic (RafaelGSS) [#43535](https://github.com/nodejs/node/pull/43535)
83
+ * \[[`e9084a3e90`](https://github.com/nodejs/node/commit/e9084a3e90)] - **deps**: upgrade openssl sources to OpenSSL\_1\_1\_1p+quic (RafaelGSS) [#43535](https://github.com/nodejs/node/pull/43535)
84
+ * \[[`1da22eb482`](https://github.com/nodejs/node/commit/1da22eb482)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [nodejs-private/node-private#315](https://github.com/nodejs-private/node-private/pull/315)
85
+ * \[[`754c9bfde0`](https://github.com/nodejs/node/commit/754c9bfde0)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
86
+ * \[[`447cf680b0`](https://github.com/nodejs/node/commit/447cf680b0)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
87
+
64
88
  <a id="16.15.1"></a>
65
89
 
66
90
  ## 2022-06-01, Version 16.15.1 'Gallium' (LTS), @BethGriggs prepared by @juanarbol
package/bin/node CHANGED
Binary file
@@ -1,7 +1,7 @@
1
1
  # Do not edit. Generated by the configure script.
2
2
  { 'target_defaults': { 'cflags': [],
3
3
  'default_configuration': 'Release',
4
- 'defines': [],
4
+ 'defines': ['NODE_OPENSSL_CONF_NAME=nodejs_conf'],
5
5
  'include_dirs': [],
6
6
  'libraries': []},
7
7
  'variables': { 'asan': 0,
@@ -4900,15 +4900,15 @@ _GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
4900
4900
  _GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
4901
4901
  _GLOBAL__F__ZNK2v88internal6torque3cpp8Function22PrintDeclarationHeaderERSoi
4902
4902
  _GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
4903
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xa880af154393b2c3
4904
- _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0xec637d00db2b2f7c
4905
- _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x93d8994fe3769b23
4906
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x6549f6c82fa8f0b3
4907
- _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x32ceaf94c030027
4908
- _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0xb6f172afc0653718
4909
- _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0xa5c6564e7a3ccc79
4910
- _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x629e1f0de8c5930
4911
- _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0x9bc365ea77de7354
4903
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_FB5499C7_0xd7838858fb9af7fe
4904
+ _GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_FB5499C7_0x6624621cb4f0bcdf
4905
+ _GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x61b07a26d60d9d6e
4906
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0x5cba2875728c374f
4907
+ _GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_87E8306D_0x7a90a9c5aa619065
4908
+ _GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_87E8306D_0x8a6e8c01b23aa207
4909
+ _GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.cc_FB5499C7_0xf821287c9463d94f
4910
+ _GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0xcec5ce84763cdcb4
4911
+ _GLOBAL__I_65535_0_.._src_connection_wrap.cc_FB5499C7_0xd998ad98c2e103f4
4912
4912
  _GLOBAL__I_65535_0_OPENSSL_ppccap_P
4913
4913
  _GLOBAL__I_65535_0__Z16_register_configv
4914
4914
  _GLOBAL__I_65535_0__Z17_register_symbolsv
@@ -5906,10 +5906,10 @@ _GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
5906
5906
  _GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
5907
5907
  _GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
5908
5908
  _GLOBAL__I_65535_0__ZNK4node10BaseObject15GetTransferModeEv
5909
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0x26d290e58137290
5910
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x475e07b5f44d1156
5911
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0xbf0e8dbcc33b41a7
5912
- _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x864e8d5f0ee9425b
5909
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_enum_verifiers.cc_FB5499C7_0x34d84113712356ba
5910
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.cc_DFF67DD7_0x4dbba8f94bfefbf0
5911
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.cc_FB5499C7_0x395c82c3aaa54ea1
5912
+ _GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.cc_FB5499C7_0x4589c0a8c94770fc
5913
5913
  _GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
5914
5914
  _GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
5915
5915
  _HZData_70
@@ -43541,6 +43541,7 @@ _ZN4node14StreamResourceD0Ev
43541
43541
  _ZN4node14StreamResourceD1Ev
43542
43542
  _ZN4node14StreamResourceD2Ev
43543
43543
  _ZN4node14ThreadPoolWork12ScheduleWorkEv
43544
+ _ZN4node14fips_error_msgE
43544
43545
  _ZN4node14options_parser10InitializeEN2v85LocalINS1_6ObjectEEENS2_INS1_5ValueEEENS2_INS1_7ContextEEEPv
43545
43546
  _ZN4node14options_parser13GetCLIOptionsERKN2v820FunctionCallbackInfoINS1_5ValueEEE
43546
43547
  _ZN4node14options_parser13OptionsParserINS_12DebugOptionsEE17SimpleOptionFieldINS_8HostPortEED0Ev
@@ -43831,6 +43832,7 @@ _ZN4node17SyncProcessRunnerC1EPNS_11EnvironmentE
43831
43832
  _ZN4node17SyncProcessRunnerC2EPNS_11EnvironmentE
43832
43833
  _ZN4node17SyncProcessRunnerD1Ev
43833
43834
  _ZN4node17SyncProcessRunnerD2Ev
43835
+ _ZN4node17conf_section_nameE
43834
43836
  _ZN4node18CheckedUvLoopCloseEP9uv_loop_s
43835
43837
  _ZN4node18DiagnosticFilename12MakeFilenameB5cxx11EmPKcS2_
43836
43838
  _ZN4node18DiagnosticFilename9LocalTimeEP2tm
@@ -43936,6 +43938,7 @@ _ZN4node20SyncProcessStdioPipeC1EPNS_17SyncProcessRunnerEbb8uv_buf_t
43936
43938
  _ZN4node20SyncProcessStdioPipeC2EPNS_17SyncProcessRunnerEbb8uv_buf_t
43937
43939
  _ZN4node20SyncProcessStdioPipeD1Ev
43938
43940
  _ZN4node20SyncProcessStdioPipeD2Ev
43941
+ _ZN4node20handle_openssl_errorEiPKcPNS_20InitializationResultE
43939
43942
  _ZN4node21ERR_CRYPTO_INVALID_IVIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
43940
43943
  _ZN4node21ERR_INVALID_ARG_VALUEIJEEEN2v85LocalINS1_5ValueEEEPNS1_7IsolateEPKcDpOT_
43941
43944
  _ZN4node21EmitProcessBeforeExitEPNS_11EnvironmentE
@@ -69316,7 +69319,7 @@ llhttp__internal__c_or_flags
69316
69319
  llhttp__internal__c_or_flags_1
69317
69320
  llhttp__internal__c_or_flags_15
69318
69321
  llhttp__internal__c_or_flags_16
69319
- llhttp__internal__c_or_flags_17
69322
+ llhttp__internal__c_or_flags_18
69320
69323
  llhttp__internal__c_or_flags_3
69321
69324
  llhttp__internal__c_or_flags_4
69322
69325
  llhttp__internal__c_or_flags_5
@@ -69328,9 +69331,11 @@ llhttp__internal__c_store_method
69328
69331
  llhttp__internal__c_test_flags
69329
69332
  llhttp__internal__c_test_flags_1
69330
69333
  llhttp__internal__c_test_flags_2
69334
+ llhttp__internal__c_test_flags_3
69331
69335
  llhttp__internal__c_test_lenient_flags
69332
69336
  llhttp__internal__c_test_lenient_flags_1
69333
69337
  llhttp__internal__c_test_lenient_flags_2
69338
+ llhttp__internal__c_test_lenient_flags_4
69334
69339
  llhttp__internal__c_update_content_length
69335
69340
  llhttp__internal__c_update_finish
69336
69341
  llhttp__internal__c_update_finish_1
@@ -69380,6 +69385,7 @@ llhttp_set_error_reason
69380
69385
  llhttp_set_lenient_chunked_length
69381
69386
  llhttp_set_lenient_headers
69382
69387
  llhttp_set_lenient_keep_alive
69388
+ llhttp_set_lenient_transfer_encoding
69383
69389
  llhttp_settings_init
69384
69390
  llhttp_should_keep_alive
69385
69391
  locale_getKeywordsStart_70
@@ -71037,6 +71043,7 @@ ssl_cert_add1_chain_cert
71037
71043
  ssl_cert_clear_certs
71038
71044
  ssl_cert_dup
71039
71045
  ssl_cert_free
71046
+ ssl_cert_get_cert_store
71040
71047
  ssl_cert_is_disabled
71041
71048
  ssl_cert_lookup_by_idx
71042
71049
  ssl_cert_lookup_by_nid
@@ -23,8 +23,8 @@
23
23
  #define SRC_NODE_VERSION_H_
24
24
 
25
25
  #define NODE_MAJOR_VERSION 16
26
- #define NODE_MINOR_VERSION 15
27
- #define NODE_PATCH_VERSION 1
26
+ #define NODE_MINOR_VERSION 16
27
+ #define NODE_PATCH_VERSION 0
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 May 3 19:55:35 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:24 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue May 3 19:55:37 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:26 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86"
14
- #define DATE "built on: Tue May 3 19:55:40 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:28 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 19:55:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:29 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 19:55:45 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:34 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: BSD-x86_64"
14
- #define DATE "built on: Tue May 3 19:55:50 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:38 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue May 3 19:57:31 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:18 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue May 3 19:57:33 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:20 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue May 3 19:57:35 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:22 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: VC-WIN64-ARM"
14
- #define DATE "built on: Tue May 3 19:57:36 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:23 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue May 3 19:57:20 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:08 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue May 3 19:57:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:13 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: "
14
- #define DATE "built on: Tue May 3 19:57:30 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:17 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue May 3 19:55:25 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:14 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue May 3 19:55:27 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:16 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix-gcc"
14
- #define DATE "built on: Tue May 3 19:55:29 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:17 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue May 3 19:55:30 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:19 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue May 3 19:55:32 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:21 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: aix64-gcc"
14
- #define DATE "built on: Tue May 3 19:55:34 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:23 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 19:56:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 19:56:03 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:52 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin-i386-cc"
14
- #define DATE "built on: Tue May 3 19:56:05 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:54 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 19:56:07 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:55 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 19:56:08 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-arm64-cc"
14
- #define DATE "built on: Tue May 3 19:56:10 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:59 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 19:55:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:39 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 19:55:55 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:44 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: darwin64-x86_64-cc"
14
- #define DATE "built on: Tue May 3 19:56:00 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:02:48 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue May 3 19:56:12 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:00 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue May 3 19:56:13 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:02 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-aarch64"
14
- #define DATE "built on: Tue May 3 19:56:15 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:04 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue May 3 19:56:17 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:05 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue May 3 19:56:19 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:07 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-armv4"
14
- #define DATE "built on: Tue May 3 19:56:20 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:09 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue May 3 19:56:22 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:10 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue May 3 19:56:24 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:12 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-elf"
14
- #define DATE "built on: Tue May 3 19:56:26 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:14 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Tue May 3 19:56:37 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:26 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Tue May 3 19:56:39 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:27 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc"
14
- #define DATE "built on: Tue May 3 19:56:41 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:29 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Tue May 3 19:56:42 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:30 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Tue May 3 19:56:44 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:32 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64"
14
- #define DATE "built on: Tue May 3 19:56:46 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:34 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 19:56:47 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:35 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 19:56:49 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:38 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-ppc64le"
14
- #define DATE "built on: Tue May 3 19:56:51 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:39 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue May 3 19:56:27 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:16 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue May 3 19:56:32 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:20 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux-x86_64"
14
- #define DATE "built on: Tue May 3 19:56:36 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:24 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue May 3 19:56:53 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:41 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue May 3 19:56:54 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:42 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux32-s390x"
14
- #define DATE "built on: Tue May 3 19:56:55 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:44 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue May 3 19:57:01 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:49 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue May 3 19:57:02 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:50 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-mips64"
14
- #define DATE "built on: Tue May 3 19:57:04 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:52 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-riscv64"
14
- #define DATE "built on: Tue May 3 19:57:37 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:24 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue May 3 19:56:57 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:45 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue May 3 19:56:58 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:46 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: linux64-s390x"
14
- #define DATE "built on: Tue May 3 19:57:00 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:48 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 19:57:05 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:53 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 19:57:07 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:55 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris-x86-gcc"
14
- #define DATE "built on: Tue May 3 19:57:09 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:57 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue May 3 19:57:10 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:03:58 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue May 3 19:57:15 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:03 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -11,7 +11,7 @@
11
11
  */
12
12
 
13
13
  #define PLATFORM "platform: solaris64-x86_64-gcc"
14
- #define DATE "built on: Tue May 3 19:57:19 2022 UTC"
14
+ #define DATE "built on: Tue Jul 5 15:04:07 2022 UTC"
15
15
 
16
16
  /*
17
17
  * Generate compiler_flags as an array of individual characters. This is a
@@ -39,9 +39,8 @@ extern "C" {
39
39
  * (Prior to 0.9.5a beta1, a different scheme was used: MMNNFFRBB for
40
40
  * major minor fix final patch/beta)
41
41
  */
42
-
43
- # define OPENSSL_VERSION_NUMBER 0x101010ffL
44
- # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1o+quic 3 May 2022"
42
+ # define OPENSSL_VERSION_NUMBER 0x1010111fL
43
+ # define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q+quic 5 Jul 2022"
45
44
 
46
45
  /*-
47
46
  * The macros below are to be used for shared library (.so, .dll, ...)
@@ -1,5 +1,5 @@
1
1
  /*
2
- * Copyright 1995-2020 The OpenSSL Project Authors. All Rights Reserved.
2
+ * Copyright 1995-2022 The OpenSSL Project Authors. All Rights Reserved.
3
3
  * Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved
4
4
  * Copyright 2005 Nokia. All rights reserved.
5
5
  *
@@ -1305,6 +1305,8 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1305
1305
  # define SSL_CTRL_GET_MAX_PROTO_VERSION 131
1306
1306
  # define SSL_CTRL_GET_SIGNATURE_NID 132
1307
1307
  # define SSL_CTRL_GET_TMP_KEY 133
1308
+ # define SSL_CTRL_GET_VERIFY_CERT_STORE 137
1309
+ # define SSL_CTRL_GET_CHAIN_CERT_STORE 138
1308
1310
  # define SSL_CERT_SET_FIRST 1
1309
1311
  # define SSL_CERT_SET_NEXT 2
1310
1312
  # define SSL_CERT_SET_SERVER 3
@@ -1360,10 +1362,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1360
1362
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1361
1363
  # define SSL_CTX_set1_verify_cert_store(ctx,st) \
1362
1364
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1365
+ # define SSL_CTX_get0_verify_cert_store(ctx,st) \
1366
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1363
1367
  # define SSL_CTX_set0_chain_cert_store(ctx,st) \
1364
1368
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1365
1369
  # define SSL_CTX_set1_chain_cert_store(ctx,st) \
1366
1370
  SSL_CTX_ctrl(ctx,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1371
+ # define SSL_CTX_get0_chain_cert_store(ctx,st) \
1372
+ SSL_CTX_ctrl(ctx,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1367
1373
  # define SSL_set0_chain(s,sk) \
1368
1374
  SSL_ctrl(s,SSL_CTRL_CHAIN,0,(char *)(sk))
1369
1375
  # define SSL_set1_chain(s,sk) \
@@ -1386,10 +1392,14 @@ DECLARE_PEM_rw(SSL_SESSION, SSL_SESSION)
1386
1392
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,0,(char *)(st))
1387
1393
  # define SSL_set1_verify_cert_store(s,st) \
1388
1394
  SSL_ctrl(s,SSL_CTRL_SET_VERIFY_CERT_STORE,1,(char *)(st))
1395
+ #define SSL_get0_verify_cert_store(s,st) \
1396
+ SSL_ctrl(s,SSL_CTRL_GET_VERIFY_CERT_STORE,0,(char *)(st))
1389
1397
  # define SSL_set0_chain_cert_store(s,st) \
1390
1398
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,0,(char *)(st))
1391
1399
  # define SSL_set1_chain_cert_store(s,st) \
1392
1400
  SSL_ctrl(s,SSL_CTRL_SET_CHAIN_CERT_STORE,1,(char *)(st))
1401
+ #define SSL_get0_chain_cert_store(s,st) \
1402
+ SSL_ctrl(s,SSL_CTRL_GET_CHAIN_CERT_STORE,0,(char *)(st))
1393
1403
  # define SSL_get1_groups(s, glist) \
1394
1404
  SSL_ctrl(s,SSL_CTRL_GET_GROUPS,0,(int*)(glist))
1395
1405
  # define SSL_CTX_set1_groups(ctx, glist, glistlen) \
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-aix-ppc64",
3
- "version": "v16.15.1",
3
+ "version": "v16.16.0",
4
4
  "description": "node",
5
5
  "bin": {
6
6
  "node": "bin/node"