This is an automated email from the ASF dual-hosted git repository.
isapego pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 1eeb3e9cb9d IGNITE-25612 Improve diagnostic message related to watch
event processing (#6100)
add 0bfbc823afc IGNITE-25745 ODBC: Add SSL/TLS support (#6102)
No new revisions were added by this update.
Summary of changes:
.../cpp/ignite/odbc/config/configuration.cpp | 28 +++
.../cpp/ignite/odbc/config/configuration.h | 52 +++-
.../platforms/cpp/ignite/odbc/sql_connection.cpp | 47 +++-
modules/platforms/cpp/ignite/odbc/sql_connection.h | 2 +-
modules/platforms/cpp/ignite/odbc/ssl_mode.cpp | 16 +-
modules/platforms/cpp/ignite/odbc/ssl_mode.h | 7 +-
.../cpp/tests/client-test/ignite_runner_suite.h | 4 +-
.../platforms/cpp/tests/odbc-test/CMakeLists.txt | 1 +
modules/platforms/cpp/tests/odbc-test/odbc_suite.h | 35 +--
.../tests/{client-test => odbc-test}/ssl/ca.pem | 0
.../{client-test => odbc-test}/ssl/client.pem | 0
.../ssl/client_unknown.pem | 0
modules/platforms/cpp/tests/odbc-test/ssl_test.cpp | 264 +++++++++++++++++++++
.../cpp/tests/test-common/ignite_runner.h | 14 ++
14 files changed, 433 insertions(+), 37 deletions(-)
copy modules/platforms/cpp/tests/{client-test => odbc-test}/ssl/ca.pem (100%)
copy modules/platforms/cpp/tests/{client-test => odbc-test}/ssl/client.pem
(100%)
copy modules/platforms/cpp/tests/{client-test =>
odbc-test}/ssl/client_unknown.pem (100%)
create mode 100644 modules/platforms/cpp/tests/odbc-test/ssl_test.cpp