azure-sdk-for-cpp/sdk/core
Jeremi Piotrowski f1de8d20df
sdk/core: Reimplement Md5OpenSSL using EVP API (#3609)
The MD5_Init/Update/Final functions are deprecated in OpenSSL 3.0 and result in
a compile-time warning. Due to the default usage of -Werror during compilation,
these warnings are treated as errors and prevent the SDK from being built on
Ubuntu 22.04, which ships with OpenSSL by default. The deprecated APIs should
be replaced by the EVP APIs, which are already in use for the SHA family of
functions, and supported on all versions of OpenSSL.
2022-05-03 10:32:29 -07:00
..
azure-core sdk/core: Reimplement Md5OpenSSL using EVP API (#3609) 2022-05-03 10:32:29 -07:00
azure-core-test Updated and add samples for Attestation service. (#3448) 2022-03-22 14:29:03 -07:00
perf Rename winhttp transport option (#3488) 2022-03-31 12:19:25 -07:00
ci.yml Migrate to matrix generator (#3553) 2022-04-26 14:34:23 +00:00
CMakeLists.txt Revert "Vcpkg Beta Automation (#3430)" (#3495) 2022-03-31 13:14:19 -07:00