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

Please disable LibreSSL workaround when LibreSSL version >= 4.0.0 #2108

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

SystemFailureNet
Copy link

Hello,

Commit 0c92483 allowed to compile i2pd with LibreSSL >= 3.9, but this workaround is not necessary anymore with LibreSSL 4.0.0, and could needlessly leave copies of secrets in memory.

LibreSSL 4.0.0 has been released last month and is now the version used by OpenBSD -stable (7.6, which was released recently).

This pull request simply disables this workaround when LibreSSL version is equal to, or greater than 4.0.0. In fact, it is just a copy from the patch introduced by Theo Buehler, from the OpenBSD project, when he updated the net/i2pd port to the latest version : openbsd/ports@1757840

@orignal orignal merged commit 64bde69 into PurpleI2P:openssl Oct 22, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants