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

[no OPENSSL_SUPPRESS_DEPRECATED] Remove deprecated calls from apps/genpkey.c #13118

Closed
romen opened this issue Oct 13, 2020 · 0 comments
Closed
Assignees
Labels
branch: master Merge to master branch triaged: OTC evaluated This issue/pr was triaged by OTC triaged: refactor The issue/pr requests/implements refactoring
Milestone

Comments

@romen
Copy link
Member

romen commented Oct 13, 2020

From point 2 of the Technical Items still to be done list:

The apps are the minimum bar to measure feature completeness for the EVP interface: rewrite them so they do not use internal nor deprecated functions (except speed, engine, list, passwd -crypt and the code to handle the -engine CLI option).

That is, remove the suppression of deprecated define.

@romen romen added the issue: feature request The issue was opened to request a feature label Oct 13, 2020
@romen romen added this to the 3.0.0 beta1 milestone Oct 13, 2020
@mspncp mspncp added triaged: refactor The issue/pr requests/implements refactoring and removed issue: feature request The issue was opened to request a feature labels Oct 13, 2020
@romen romen added the branch: master Merge to master branch label Oct 17, 2020
@romen romen added the triaged: OTC evaluated This issue/pr was triaged by OTC label Nov 10, 2020
mattcaswell added a commit to mattcaswell/openssl that referenced this issue Nov 23, 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 openssl#13118
@paulnelsontx paulnelsontx added this to Triaged in 3.0.0 estimator Dec 1, 2020
@paulnelsontx paulnelsontx moved this from Triaged to Done in 3.0.0 estimator Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
branch: master Merge to master branch triaged: OTC evaluated This issue/pr was triaged by OTC triaged: refactor The issue/pr requests/implements refactoring
Projects
No open projects
Development

Successfully merging a pull request may close this issue.

3 participants