Closed AKalinich-Luxoft closed 3 years ago
@JackLivio Please notice this PR is ready for PMs review.
However we would like stress the following findings regarding the update:
lbssl1.0
or libssl1.1
SPT
mobile appicationlibssl1.1
libssl-dev
CA:true
constraint). So existing certificates (please see files/Security) need to be updated (or regenerated)Luxoft team is going to create an appropriate updates once investigation is finished.
@JackLivio Please notice all the issues mentioned in 3582#issuecomment-742630966 are resolved.
Hence this PR (as well as corresponding updates in ATF and Test Scripts) are ready for PMs review.
Fixes #3421
This PR is ready for review.
Risk
This PR makes no API changes.
Testing Plan
Covered by unit tests
Summary
This PR fixes way of getting SSL context from SSL connection. Direct access works well in 1.0.2 version, however this field became unavailable in 1.1.1 version which causes SDL build to fail. In order to make this change working on all lib versions as expected, direct access has been replaced with convenient getter function from the same library.
CLA