node-aix-ppc64 14.19.3 → 14.20.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 +19 -0
- package/bin/node +0 -0
- package/include/node/config.gypi +1 -1
- package/include/node/node.exp +19 -16
- 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-x32/asm/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
- package/include/node/openssl/archs/linux-x32/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-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 -2
- package/include/node/openssl/ssl.h +11 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -73,6 +73,25 @@
|
|
|
73
73
|
* [io.js](CHANGELOG_IOJS.md)
|
|
74
74
|
* [Archive](CHANGELOG_ARCHIVE.md)
|
|
75
75
|
|
|
76
|
+
<a id="14.20.0"></a>
|
|
77
|
+
|
|
78
|
+
## 2022-07-07, Version 14.20.0 'Fermium' (LTS), @danielleadams prepared by @juanarbol
|
|
79
|
+
|
|
80
|
+
### Notable Changes
|
|
81
|
+
|
|
82
|
+
* \[[`8e8aef836c`](https://github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
83
|
+
* \[[`98965b137d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
|
|
84
|
+
|
|
85
|
+
### Commits
|
|
86
|
+
|
|
87
|
+
* \[[`b93e048bf6`](https://github.com/nodejs/node/commit/b93e048bf6)] - **deps**: update archs files for OpenSSL-1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
|
|
88
|
+
* \[[`98965b137d`](https://github.com/nodejs/node/commit/98965b137d)] - **deps**: upgrade openssl sources to 1.1.1q (RafaelGSS) [#43686](https://github.com/nodejs/node/pull/43686)
|
|
89
|
+
* \[[`837a1d803e`](https://github.com/nodejs/node/commit/837a1d803e)] - **deps**: update archs files for OpenSSL-1.1.1p (RafaelGSS) [#43527](https://github.com/nodejs/node/pull/43527)
|
|
90
|
+
* \[[`c5d9c9a49e`](https://github.com/nodejs/node/commit/c5d9c9a49e)] - **deps**: upgrade openssl sources to 1.1.1p (RafaelGSS) [#43527](https://github.com/nodejs/node/pull/43527)
|
|
91
|
+
* \[[`da0fda0fe8`](https://github.com/nodejs/node/commit/da0fda0fe8)] - **http**: stricter Transfer-Encoding and header separator parsing (Paolo Insogna) [#315](https://github.com/nodejs/node/pull/315)
|
|
92
|
+
* \[[`48c5aa5cab`](https://github.com/nodejs/node/commit/48c5aa5cab)] - **src**: fix IPv4 validation in inspector\_socket (Tobias Nießen) [nodejs-private/node-private#320](https://github.com/nodejs-private/node-private/pull/320)
|
|
93
|
+
* \[[`8e8aef836c`](https://github.com/nodejs/node/commit/8e8aef836c)] - **(SEMVER-MAJOR)** **src,deps,build,test**: add OpenSSL config appname (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
|
|
94
|
+
|
|
76
95
|
<a id="14.19.3"></a>
|
|
77
96
|
|
|
78
97
|
## 2022-05-17, Version 14.19.3 'Fermium' (LTS), @richardlau
|
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
|
@@ -6445,16 +6445,16 @@ _GLOBAL__F__ZN2v88internal6torque21TypeArgumentInferenceC2ERKSt6vectorINS1_16Gen
|
|
|
6445
6445
|
_GLOBAL__F__ZN2v88internal6torque4TypeC2ERKS2_
|
|
6446
6446
|
_GLOBAL__F__ZN2v88internal6torque5Block13SetInputTypesERKNS1_5StackIPKNS1_4TypeEEE
|
|
6447
6447
|
_GLOBAL__F__ZNK2v88internal6torque4Rule9RunActionEPKNS1_4ItemERKNS1_11LexerResultE
|
|
6448
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.
|
|
6449
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.
|
|
6450
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.
|
|
6451
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.
|
|
6452
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.
|
|
6453
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.
|
|
6454
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.
|
|
6455
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.
|
|
6456
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.
|
|
6457
|
-
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.
|
|
6448
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_common_assert_scope.cc_DFF67DD7_0x473fcf16538039
|
|
6449
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_gdb_jit.cc_AE91A18C_0xe4da7ca3b7daa7
|
|
6450
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_diagnostics_objects_debug.cc_AE91A18C_0x976219874b839e
|
|
6451
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_execution_simulator_base.cc_DFF67DD7_0x57613b59ade281
|
|
6452
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_factory_base.cc_DFF67DD7_0xbbe8b6244ee65a
|
|
6453
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_heap_objects_visiting.cc_AE91A18C_0x8d875e902945bf
|
|
6454
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_literal_objects.cc_DFF67DD7_0x40ff7ee5f679ab
|
|
6455
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_objects_tagged_impl.cc_AE91A18C_0x6972e006ef6311
|
|
6456
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_runtime_runtime_interpreter.cc_AE91A18C_0xe0f277d0fc1c1b
|
|
6457
|
+
_GLOBAL__I_65535_0_.._deps_v8_src_strings_string_case.cc_DFF67DD7_0x5d1d7378f144f0
|
|
6458
6458
|
_GLOBAL__I_65535_0_OPENSSL_ppccap_P
|
|
6459
6459
|
_GLOBAL__I_65535_0__ZN12v8_inspector11V8Inspector6createEPN2v87IsolateEPNS_17V8InspectorClientE
|
|
6460
6460
|
_GLOBAL__I_65535_0__ZN12v8_inspector11ValueMirrorD2Ev
|
|
@@ -7217,11 +7217,11 @@ _GLOBAL__I_65535_0__ZNK2v88internal8compiler29JSNativeContextSpecialization27sho
|
|
|
7217
7217
|
_GLOBAL__I_65535_0__ZNK2v88internal9BitVector5CountEv
|
|
7218
7218
|
_GLOBAL__I_65535_0__ZNK2v88internal9DebugInfo7IsEmptyEv
|
|
7219
7219
|
_GLOBAL__I_65535_0__ZNK2v88internal9PreParser13GetIdentifierEv
|
|
7220
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.
|
|
7221
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.
|
|
7222
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.
|
|
7223
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.
|
|
7224
|
-
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.
|
|
7220
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_builtins_proxy_tq_csa.cc_DFF67DD7_0x52bea557110642
|
|
7221
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_ic_handler_configuration_tq_csa.cc_DFF67DD7_0xc8011fc730d0b6
|
|
7222
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_.._.._deps_v8_src_objects_primitive_heap_object_tq_csa.cc_DFF67DD7_0xa8ee31c8d93164
|
|
7223
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_class_definitions_tq.cc_AE91A18C_0x550837a1a5ffdb
|
|
7224
|
+
_GLOBAL__I_65535_0__home_iojs_build_ws_out_Release_obj_gen_torque_output_root_torque_generated_enum_verifiers_tq.cc_AE91A18C_0xdb57fde1a7f15c
|
|
7225
7225
|
_GLOBAL__I_65535_0_nodedbg_const_ContextEmbedderIndex__kEnvironment__int
|
|
7226
7226
|
_GLOBAL__I_65535_0_v8dbg_frametype_EntryFrame
|
|
7227
7227
|
_HZData_70
|
|
@@ -40101,6 +40101,7 @@ _ZN4node17SyncProcessRunnerC1EPNS_11EnvironmentE
|
|
|
40101
40101
|
_ZN4node17SyncProcessRunnerC2EPNS_11EnvironmentE
|
|
40102
40102
|
_ZN4node17SyncProcessRunnerD1Ev
|
|
40103
40103
|
_ZN4node17SyncProcessRunnerD2Ev
|
|
40104
|
+
_ZN4node17conf_section_nameE
|
|
40104
40105
|
_ZN4node18CheckedUvLoopCloseEP9uv_loop_s
|
|
40105
40106
|
_ZN4node18DiagnosticFilename12MakeFilenameB5cxx11EmPKcS2_
|
|
40106
40107
|
_ZN4node18DiagnosticFilename9LocalTimeEP2tm
|
|
@@ -63955,7 +63956,7 @@ llhttp__internal__c_or_flags
|
|
|
63955
63956
|
llhttp__internal__c_or_flags_1
|
|
63956
63957
|
llhttp__internal__c_or_flags_15
|
|
63957
63958
|
llhttp__internal__c_or_flags_16
|
|
63958
|
-
|
|
63959
|
+
llhttp__internal__c_or_flags_18
|
|
63959
63960
|
llhttp__internal__c_or_flags_3
|
|
63960
63961
|
llhttp__internal__c_or_flags_4
|
|
63961
63962
|
llhttp__internal__c_or_flags_5
|
|
@@ -63969,6 +63970,7 @@ llhttp__internal__c_test_flags_1
|
|
|
63969
63970
|
llhttp__internal__c_test_flags_2
|
|
63970
63971
|
llhttp__internal__c_test_flags_3
|
|
63971
63972
|
llhttp__internal__c_test_flags_6
|
|
63973
|
+
llhttp__internal__c_test_flags_7
|
|
63972
63974
|
llhttp__internal__c_update_content_length
|
|
63973
63975
|
llhttp__internal__c_update_finish
|
|
63974
63976
|
llhttp__internal__c_update_finish_1
|
|
@@ -64847,6 +64849,7 @@ ssl_cert_add1_chain_cert
|
|
|
64847
64849
|
ssl_cert_clear_certs
|
|
64848
64850
|
ssl_cert_dup
|
|
64849
64851
|
ssl_cert_free
|
|
64852
|
+
ssl_cert_get_cert_store
|
|
64850
64853
|
ssl_cert_is_disabled
|
|
64851
64854
|
ssl_cert_lookup_by_idx
|
|
64852
64855
|
ssl_cert_lookup_by_nid
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
#define SRC_NODE_VERSION_H_
|
|
24
24
|
|
|
25
25
|
#define NODE_MAJOR_VERSION 14
|
|
26
|
-
#define NODE_MINOR_VERSION
|
|
27
|
-
#define NODE_PATCH_VERSION
|
|
26
|
+
#define NODE_MINOR_VERSION 20
|
|
27
|
+
#define NODE_PATCH_VERSION 0
|
|
28
28
|
|
|
29
29
|
#define NODE_VERSION_IS_LTS 1
|
|
30
30
|
#define NODE_VERSION_LTS_CODENAME "Fermium"
|
|
@@ -39,8 +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
|
-
# define OPENSSL_VERSION_NUMBER
|
|
43
|
-
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.
|
|
42
|
+
# define OPENSSL_VERSION_NUMBER 0x1010111fL
|
|
43
|
+
# define OPENSSL_VERSION_TEXT "OpenSSL 1.1.1q 5 Jul 2022"
|
|
44
44
|
|
|
45
45
|
/*-
|
|
46
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) \
|