Nmap Development mailing list archives

Re: Use of ISO646 feature


From: Daniel Miller <bonsaiviking () gmail com>
Date: Mon, 6 Apr 2015 07:30:00 -0500

On Sun, Apr 5, 2015 at 7:43 AM, Gisle Vanem <gvanem () yahoo no> wrote:


And BTW, there are issues with the lastest OpenSSL;
cl ... -c nse_openssl.cc
  nse_openssl.cc(100) : error C3861: 'BN_CTX_init': identifier not found

The Heartbleed bug last year have created panic among the OpenSSL
developers. So they've hidden this function and the layout of 'BN_CTX'
i.e. 'struct bignum_ctx'.


This function has apparently been deprecated since 0.9.8. I removed the
call in r34113 since the BN_CTX returned by BN_CTX_new is already
initialized. Reference:
https://marc.info/?l=openssl-cvs&m=106745068301086&w=2

Dan
_______________________________________________
Sent through the dev mailing list
https://nmap.org/mailman/listinfo/dev
Archived at http://seclists.org/nmap-dev/

Current thread: