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

macos run sslscan occur TLS Compression error #311

Open
zouchengli opened this issue Jun 26, 2024 · 3 comments
Open

macos run sslscan occur TLS Compression error #311

zouchengli opened this issue Jun 26, 2024 · 3 comments

Comments

@zouchengli
Copy link

OpenSSL version does not support compression
Rebuild with zlib1g-dev package for zlib support

@zouchengli
Copy link
Author

image

@rbsec
Copy link
Owner

rbsec commented Jun 26, 2024

Did you build sslscan with make static, and do yo have the zlib headers installed? If you're building against the system OpenSSL then that's unlikely to support compression.

@tetlowgm
Copy link
Contributor

This is the homebrew version of sslscan, which still does this. Looking at the configuration here:
https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/s/sslscan.rb

Homebrew is linking against the brew version of openssl, which is built without zlib support, rather than an embedded version via make static. It's unclear if brew would support their build infrastructure doing an outcall to fetch openssl via git for the embedding.

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

No branches or pull requests

3 participants