Skip to content
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

Remove deprecation warning suppression from genpkey #13454

Closed
wants to merge 2 commits into from

Conversation

mattcaswell
Copy link
Member

genpkey was supressing deprecation warnings in order to support ENGINE
functionality. We move all of that into a separate file so that we don't
need to suppress the warnings anymore.

Fixes #13118

@mattcaswell mattcaswell added branch: master Merge to master branch approval: review pending This pull request needs review by a committer labels Nov 19, 2020
@mattcaswell mattcaswell added this to the 3.0.0 beta1 milestone Nov 19, 2020
@paulidale paulidale added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Nov 19, 2020
@openssl-machine openssl-machine added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Nov 21, 2020
@openssl-machine
Copy link
Collaborator

This pull request is ready to merge

genpkey was supressing deprecation warnings in order to support ENGINE
functionality. We move all of that into a separate file so that we don't
need to suppress the warnings anymore.

Fixes openssl#13118
@mattcaswell mattcaswell added approval: review pending This pull request needs review by a committer and removed approval: ready to merge The 24 hour grace period has passed, ready to merge labels Nov 23, 2020
@mattcaswell
Copy link
Member Author

Fix up pushed to resolve a travis error.

@paulidale - please reconfirm?

@levitte levitte added approval: done This pull request has the required number of approvals and removed approval: review pending This pull request needs review by a committer labels Nov 23, 2020
@levitte
Copy link
Member

levitte commented Nov 23, 2020

@paulidale - please reconfirm?

I'm not @paulidale, but... 😉

@openssl-machine
Copy link
Collaborator

24 hours has passed since 'approval: done' was set, but as this PR has been updated in that time the label 'approval: ready to merge' is not being automatically set. Please review the updates and set the label manually.

@mattcaswell
Copy link
Member Author

Close/reopen to rerun CIs

@mattcaswell mattcaswell reopened this Nov 25, 2020
@mattcaswell
Copy link
Member Author

CI failures are not relevant. Setting to "ready to merge"

@mattcaswell mattcaswell added approval: ready to merge The 24 hour grace period has passed, ready to merge and removed approval: done This pull request has the required number of approvals labels Nov 25, 2020
openssl-machine pushed a commit that referenced this pull request Nov 25, 2020
genpkey was supressing deprecation warnings in order to support ENGINE
functionality. We move all of that into a separate file so that we don't
need to suppress the warnings anymore.

Fixes #13118

Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from #13454)
@mattcaswell
Copy link
Member Author

Pushed. Thanks.

@paulnelsontx paulnelsontx added this to Ready to merge in 3.0.0 estimator Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approval: ready to merge The 24 hour grace period has passed, ready to merge branch: master Merge to master branch
Projects
No open projects
3.0.0 estimator
Ready to merge
Development

Successfully merging this pull request may close these issues.

[no OPENSSL_SUPPRESS_DEPRECATED] Remove deprecated calls from apps/genpkey.c
4 participants