azure-sdk-for-cpp/sdk
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
..
attestation Migrate to matrix generator (#3553) 2022-04-26 14:34:23 +00:00
core sdk/core: Reimplement Md5OpenSSL using EVP API (#3609) 2022-05-03 10:32:29 -07:00
identity Add ClientCertificateCredential (#3578) 2022-04-28 10:47:45 -07:00
keyvault Migrate to matrix generator (#3553) 2022-04-26 14:34:23 +00:00
storage fix cmake in storage (#3604) 2022-04-30 10:36:29 +08:00
template Vcpkg manifest and binary caching (#3329) 2022-03-24 09:11:30 -07:00