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

tsig: Fix compilation without HAVE_SSL#32

Merged
merged 1 commit into from Aug 5, 2019
Merged

tsig: Fix compilation without HAVE_SSL #32

merged 1 commit into from Aug 5, 2019

Conversation

neheb
Copy link
Contributor

@neheb neheb commented Aug 5, 2019

CRYPTO_memcmp is an OpenSSL function that is used outside of the HAVE_SSL path.
This fixes compilation when HAVE_SSL is false.

CRYPTO_memcmp is an OpenSSL function that is used outside of the HAVE_SSL path.
This fixes compilation when HAVE_SSL is false.
@wcawijngaards wcawijngaards merged commit 9cbadc4 into NLnetLabs:master Aug 5, 2019
@neheb neheb deleted the patch-2 branch August 5, 2019 07:23
@wcawijngaards
Copy link
Member

Thanks for the patch. Implemented a fallback routine, because without the fixedtime compare there is a vulnerability. But no SSL for the hash, anyway. Also fixed compilation for two other cases where compilation without SSL failed, with ratelimits and the newer DNSoverTLS code.

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.

None yet

2 participants