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

Support openssl 1.1.0 without compatibility mode #630

Closed
wants to merge 1 commit into from

Conversation

eroen
Copy link

@eroen eroen commented Jan 5, 2017

Currently, the built fails if openssl 1.1.0 is built with --api=1.1. These
changes remedy that.

  • Don't use deprecated initialization functions
  • Replace X509_get_notBefore and X509_get_notAfter with variants returning
    const objects
  • Include a few missing openssl headers

X-Gentoo-Bug: 592490
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592490

Currently, the built fails if openssl 1.1.0 is built with --api=1.1. These
changes remedy that.

- Don't use deprecated initialization functions
- Replace X509_get_notBefore and X509_get_notAfter with variants returning
  const objects
- Include a few missing openssl headers

X-Gentoo-Bug: 592490
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=592490
@dmiller-nmap
Copy link

@eroen Thanks for doing this! I wasn't aware of the --api config switch. I applied this in r36533. If you have a real name you would like to be credited in the CHANGELOG, please let me know.

@nmap-bot nmap-bot closed this in 9b86dad Jan 11, 2017
suraj51k pushed a commit to suraj51k/nmap that referenced this pull request Jan 31, 2017
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