launchdarkly / cpp-sdks

C++ Client/Server SDKs
Other
5 stars 2 forks source link

refactor: remove deprecated usage of OpenSSL SHA1_ and SHA256_ functions #354

Closed cwaldren-ld closed 8 months ago

cwaldren-ld commented 8 months ago

The SHA1_* family of functions were deprecated in OpenSSL 3.0, but plain old SHA1 is not.

I don't see a reason to not use these functions - we aren't incrementally hashing something, so the 3 step process doesn't seem to benefit us.

shortcut-integration[bot] commented 8 months ago

This pull request has been linked to Shortcut Story #209963: Update usage of OpenSSL deprecated APIs.