Skip to content

Conversation

@Jinming-Hu
Copy link
Member

Pull Request Checklist

Please leverage this checklist as a reminder to address commonly occurring feedback when submitting a pull request to make sure your PR can be reviewed quickly:

See the detailed list in the contributing guide.

  • C++ Guidelines
  • Doxygen docs
  • Unit tests
  • No unwanted commits/changes
  • Descriptive title/description
    • PR is single purpose
    • Related issue listed
  • Comments in source
  • No typos
  • Update changelog
  • Not work-in-progress
  • External references or docs updated
  • Self review of PR done
  • Any breaking changes?

ahsonkhan and others added 28 commits May 2, 2022 14:46
…fied (Azure#3607)

Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
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.
* API Review Feedback for Attestation SDK

* Updated changelog to reflect API Review updates
* Remove version pin for OpenSSL

* Gratuitous change to trigger CI pipelines
Co-authored-by: sima-zhu <sizhu@microsoft.com>
Co-authored-by: Patrick Hallisey <pahallis@microsoft.com>
* Prepare attestation for May release

* Removed some noise from changelog
Co-authored-by: Christopher Scott <chriss@microsoft.com>
…e#3644)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
* cl

* Update sdk/core/azure-core/CHANGELOG.md

Co-authored-by: Ahson Khan <ahkha@microsoft.com>

* cspell

Co-authored-by: Ahson Khan <ahkha@microsoft.com>
…re#3648)

Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
oexcept specifier from Context::IsCancelled()

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
@Jinming-Hu Jinming-Hu added Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files) labels May 23, 2022
@Jinming-Hu
Copy link
Member Author

/check-enforcer override

@Jinming-Hu Jinming-Hu merged commit 12d03f0 into Azure:feature/dmlib May 24, 2022
@Jinming-Hu Jinming-Hu deleted the dm2 branch May 24, 2022 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Client This issue points to a problem in the data-plane of the library. Storage Storage Service (Queues, Blobs, Files)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants