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

Update Nmap to work with OpenSSL 1.1 #439

Closed
dmiller-nmap opened this issue Jun 26, 2016 · 1 comment
Closed

Update Nmap to work with OpenSSL 1.1 #439

dmiller-nmap opened this issue Jun 26, 2016 · 1 comment

Comments

@dmiller-nmap
Copy link

OpenSSL 1.1 will be released soon, and Nmap currently fails to build with it. There are 2 parts of this task:

  1. Fix the build, using preprocessor macros when necessary to ensure that it still builds with the OpenSSL 1.0.x branches.
  2. Research and document any functional changes to the way Nmap does things. Issues in the past have been: removal of SSLv2, needing backwards-compatible handshake methods, addition of SNI-related calls.

References:

@dmiller-nmap
Copy link
Author

Fixed in #460

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant