aws / aws-sdk-cpp

AWS SDK for C++
Apache License 2.0
1.96k stars 1.05k forks source link

Remove crypto dependency from sdk #2952

Closed sbiscigl closed 4 months ago

sbiscigl commented 4 months ago

Description of changes:

Removes the direct dependency on libcrypto from the SDK and uses c-cal from crt instead simplifying the dependency set in the SDK.

Mostly borrowed from pull/2460 with bug fixes.

Check all that applies:

Check which platforms you have built SDK on to verify the correctness of this PR.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.