-
Notifications
You must be signed in to change notification settings - Fork 80
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix openssl3 deprecated functions #376
Merged
lo-simon
merged 18 commits into
sony:master
from
lo-simon:fix-openssl3-desprecated-functions
Mar 22, 2024
Merged
Changes from 15 commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
3cd057f
bump openssl to 3.2.1 for conan build
lo-simon 918e9dd
Merge branch 'master' into bump-openssl
lo-simon 04b4fc9
Add support for opnessl 3.0.0 deprecated functions, SHA256_Init, SHA2…
lo-simon 5a53a54
Merge branch 'master' into bump-openssl
lo-simon 7b80c73
Merge branch 'master' into bump-openssl
lo-simon b82eefa
Merge remote-tracking branch 'origin/master' into bump-openssl
lo-simon 4bc7d39
Merge branch 'master' into bump-openssl
lo-simon 95a0e1c
Fix OpenSSL 3.0 deprecated functions
lo-simon de40ea0
Tweak to use updated jwk utils functions
lo-simon 8307a1f
Optimum use of OpenSSL 3.0
lo-simon 34a0e74
Fix OpenSSL 3.0 deprecated functions
lo-simon a2f0c64
Merge remote-tracking branch 'origin/master' into fix-openssl3-despre…
lo-simon 69b4cee
Merge branch 'master' into fix-openssl3-desprecated-functions
lo-simon aa278cb
Rearrange to provide a better structure that makes it earlier to review
lo-simon ee29040
Move common feature to a function
lo-simon 9811d68
Apply suggestions from code review
lo-simon abbbf6f
do auto cleanup to avoid the explicit EVP_PKEY_free call
lo-simon 94ca599
Tidy up
lo-simon File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@lo-simon I can't remember, was this cleanup-struct idiom adopted from the Boost.ASIO code?
It serves the same purpose as your usage of
std::unique_ptr
in nmos/jwk_utils.cpp, is that right?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, it is; see the following example extracted from asio\ssl\impl\contentext.ipp