You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gencmpclient support different version of OpenSSL (3.0, 3.1, 3.2, 3.3, 3.4), But CI pipeline only check it with default OpenSSL version distributed with Ubuntu i.e. 3.0.
It would be better to test it with all the supported version to check for any in-combability during development time.
Proposed Resolution
Extend or create a new Action pipeline to pull different OpenSSL version from repo.
Then compile it and use it along with gencmpclient.
We should test for both the scenario with & without USE_LIBCMP with all the supported version.
The text was updated successfully, but these errors were encountered:
Enhancement
gencmpclient support different version of OpenSSL (3.0, 3.1, 3.2, 3.3, 3.4), But CI pipeline only check it with default OpenSSL version distributed with Ubuntu i.e. 3.0.
It would be better to test it with all the supported version to check for any in-combability during development time.
Proposed Resolution
Extend or create a new Action pipeline to pull different OpenSSL version from repo.
Then compile it and use it along with gencmpclient.
We should test for both the scenario with & without USE_LIBCMP with all the supported version.
The text was updated successfully, but these errors were encountered: