[openssl-users] Getting error 'SSLv2_client_method': identifier not found
Michael Wojcik
Michael.Wojcik at microfocus.com
Tue Jun 28 13:58:50 UTC 2016
> From: openssl-users [mailto:openssl-users-bounces at openssl.org] On Behalf
> Of Tony Girgenti
> Sent: Monday, June 27, 2016 16:48
> To: openssl-users at openssl.org
> Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier
> not found
>
> Is OpenSSL compatible with SAFESEH(safe exception handling feature)?
It should be, if you're using a current OpenSSL release and you're building it properly.
For some time now, OpenSSL's assembly modules have had SAFESEH gubbins wedged into them as necessary. See e.g. the ::safeseh subroutine in crypto/perlasm/x86nasm.pl in the OpenSSL sources.
I just linked a little test program against a library built with OpenSSL 1.0.2g with SAFESEH enabled. No warnings, and dumpbin /loadconfig shows that it has a SafeSEH table.
In your original note you said that you "downloaded and installed OpenSSL 1.0.2g". It's not clear what that means. Are you building using libraries created by someone else?
--
Michael Wojcik
Technology Specialist, Micro Focus
More information about the openssl-users
mailing list