my spaghetti code contains less pasta than yours - #18001
Open
miodvallat wants to merge 9 commits into
Open
Conversation
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
…nditionally Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
…ymore. Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
…ore. Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
Signed-off-by: Miod Vallat <miod.vallat@powerdns.com>
pieterlexis
approved these changes
Sep 2, 2026
pieterlexis
left a comment
Contributor
There was a problem hiding this comment.
love it, but it might need some explicit words in the upgrade guides that OpenSSL < 1.1 is no longer supported.
Coverage Report for CI Build 33637544035Coverage increased (+0.005%) to 71.207%Details
Uncovered Changes
Coverage Regressions53 previously-covered lines in 14 files lost coverage.
Coverage Stats💛 - Coveralls |
Member
I opted against this in the previous PR that actually dropped < 1.1 support, because no distro of interest ships 1.0 any more, but we can have a note, sure. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Short description
Continuing the recent work on acknowledging the world has moved and the systems PowerDNS software runs on are all providing the OpenSSL 1.1 API or a close equivalent, we can drop configure-time checks for various
libsslfunctions which have been introduced in OpenSSL 1.1.0 or before. There were even a few of them, which are being checked for, but are not used anymore in the code.Checklist
I have: