-
Notifications
You must be signed in to change notification settings - Fork 50
Ssl version 3 [API-1872] #1098
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Ssl version 3 [API-1872] #1098
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|
Linux test PASSed. |
|
Windows test PASSed. |
|
Linux test FAILed. |
|
Windows test PASSed. |
229fd0a to
788fc47
Compare
|
Linux test FAILed. |
788fc47 to
693e9ec
Compare
|
Linux test PASSed. |
|
Windows test PASSed. |
OzanCansel
approved these changes
Feb 14, 2023
ihsandemir
approved these changes
Feb 20, 2023
|
Windows test PASSed. |
|
Linux test PASSed. |
JackPGreen
added a commit
to hazelcast/client-compatibility-suites
that referenced
this pull request
Jun 27, 2025
The compatibility tests [fail for C++ `5.0`/`5.1`](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15851234939): ```HazelcastTests7.cpp:1591:5: error: ‘FIPS_mode_set’ was not declared in this scope``` This is caused by an incompatibility with the older unit test code against OpenSSL `v3`, which was addressed on the C++ client side in hazelcast/hazelcast-cpp-client#1098 The environment obtains OpenSSL as a `gdb` dependency via `apt`, it's version is not static: https://github.com/hazelcast/client-compatibility-suites/blob/8b735bf75002fff2b39f7fb7833c99d78352497e/.github/workflows/server_compatibility.yaml#L612 ``` openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) ``` Fixed by disabling the SSL tests in C++ clients <5.3. [Example execution](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15922002955). Fixes: [DI-556](https://hazelcast.atlassian.net/browse/DI-556)
JackPGreen
added a commit
to hazelcast/client-compatibility-suites
that referenced
this pull request
Jun 27, 2025
The compatibility tests [fail for C++ `5.0`/`5.1`](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15851234939): ```HazelcastTests7.cpp:1591:5: error: ‘FIPS_mode_set’ was not declared in this scope``` This is caused by an incompatibility with the older unit test code against OpenSSL `v3`, which was addressed on the C++ client side in hazelcast/hazelcast-cpp-client#1098 The environment obtains OpenSSL as a `gdb` dependency via `apt`, it's version is not static: https://github.com/hazelcast/client-compatibility-suites/blob/8b735bf75002fff2b39f7fb7833c99d78352497e/.github/workflows/server_compatibility.yaml#L612 ``` openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) ``` Fixed by disabling the SSL tests in C++ clients <5.3. [Example execution](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15922002955). Fixes: [DI-556](https://hazelcast.atlassian.net/browse/DI-556)
JackPGreen
added a commit
to hazelcast/client-compatibility-suites
that referenced
this pull request
Jun 27, 2025
The compatibility tests [fail for C++ `5.0`/`5.1`](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15851234939): ```HazelcastTests7.cpp:1591:5: error: ‘FIPS_mode_set’ was not declared in this scope``` This is caused by an incompatibility with the older unit test code against OpenSSL `v3`, which was addressed on the C++ client side in hazelcast/hazelcast-cpp-client#1098 The environment obtains OpenSSL as a `gdb` dependency via `apt`, it's version is not static: https://github.com/hazelcast/client-compatibility-suites/blob/8b735bf75002fff2b39f7fb7833c99d78352497e/.github/workflows/server_compatibility.yaml#L612 ``` openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) ``` Fixed by disabling the SSL tests in C++ clients <5.3. Example execution. Fixes: [DI-556](https://hazelcast.atlassian.net/browse/DI-556)
JackPGreen
added a commit
to hazelcast/client-compatibility-suites
that referenced
this pull request
Jun 30, 2025
The compatibility tests [fail for C++ `5.0`/`5.1`](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15851234939): ```HazelcastTests7.cpp:1591:5: error: ‘FIPS_mode_set’ was not declared in this scope``` This is caused by an incompatibility with the older unit test code against OpenSSL `v3`, which was addressed on the C++ client side in hazelcast/hazelcast-cpp-client#1098 The environment obtains OpenSSL as a `gdb` dependency via `apt`, it's version is not static: https://github.com/hazelcast/client-compatibility-suites/blob/8b735bf75002fff2b39f7fb7833c99d78352497e/.github/workflows/server_compatibility.yaml#L612 ``` openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) ``` Fixed by disabling the SSL tests in C++ clients <5.3. Example execution. Fixes: [DI-556](https://hazelcast.atlassian.net/browse/DI-556)
JackPGreen
added a commit
to hazelcast/client-compatibility-suites
that referenced
this pull request
Jul 3, 2025
The compatibility tests [fail for C++ `5.0`/`5.1`](https://github.com/hazelcast/client-compatibility-suites/actions/runs/15851234939): ```HazelcastTests7.cpp:1591:5: error: ‘FIPS_mode_set’ was not declared in this scope``` This is caused by an incompatibility with the older unit test code against OpenSSL `v3`, which was addressed on the C++ client side in hazelcast/hazelcast-cpp-client#1098 The environment obtains OpenSSL as a `gdb` dependency via `apt`, it's version is not static: https://github.com/hazelcast/client-compatibility-suites/blob/8b735bf75002fff2b39f7fb7833c99d78352497e/.github/workflows/server_compatibility.yaml#L612 ``` openssl version OpenSSL 3.0.13 30 Jan 2024 (Library: OpenSSL 3.0.13 30 Jan 2024) ``` Fixed by disabling the SSL tests in C++ clients <5.2. [Example execution](https://github.com/hazelcast/client-compatibility-suites/actions/runs/16047218621). Fixes: [DI-556](https://hazelcast.atlassian.net/browse/DI-556) [DI-556]: https://hazelcast.atlassian.net/browse/DI-556?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Some methods of OpenSSL is deprecated after V3. This PR makes the cpp-client to be compatible with both versions later than 3 and before version 3.
fixes #1091
fixes #1092