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.
- package/CHANGELOG.md +24 -0
- package/bin/node +0 -0
- package/include/node/config.gypi +1 -1
- package/include/node/node.exp +21 -14
- package/include/node/node_version.h +2 -2
- package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-riscv64/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/opensslv.h +2 -3
- package/include/node/openssl/ssl.h +11 -1
- 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
|
package/include/node/config.gypi
CHANGED
|
@@ -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,
|
package/include/node/node.exp
CHANGED
|
@@ -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.
|
|
4904
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
4905
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
4906
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
4907
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
4908
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
4909
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_trace.
|
|
4910
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
4911
|
-
_GLOBAL__I_65535_0_.._src_connection_wrap.
|
|
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.
|
|
5910
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_factory.
|
|
5911
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_intl_objects_tq_csa.
|
|
5912
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_generated_src_objects_torque_defined_classes_tq_csa.
|
|
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
|
-
|
|
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
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
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"
|
|
@@ -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
|
|
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-
|
|
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) \
|