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

Fix deprecated warn openssl 3.0 #3285

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

u5surf
Copy link
Contributor

@u5surf u5surf commented Sep 21, 2023

SSIA

For example, as far as I can tell about session ticket, apache is already fixed the deprecated warn of openssl 3.0 with EVP instead of HMAC legacy API.
https://github.com/apache/httpd/blob/8eb0f9e25331297034b590c4354c2388bf8e4f1e/modules/ssl/ssl_engine_kernel.c#L2627

@kazuho
Copy link
Member

kazuho commented Sep 25, 2023

Thank you for the pull request.

As much I appreciate your efforts, is there a reason to stop using legacy APIs more than just suppressing the warnings?

Assuming that there is not, I think we'd prefer just suppressing the warnings. I do not think we'd prefer to support two code paths (one required by OpenSSL 3.0 and above vs. another required by libressl / boringssl) just for suppressing the warnings.

Once OpenSSL drops these APIs, we can adopt this PR (hence keeping it as parked).

@kazuho kazuho added the parked label Sep 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants