Hello, Is OpenSSL compatible with SAFESEH(safe exception handling feature)? https://msdn.microsoft.com/en-us/library/100ezk17.aspx Thanks, Tony -----Original Message----- From: openssl-users [mailto:openssl-users-bounces@xxxxxxxxxxx] On Behalf Of Michael Wojcik Sent: Monday, June 27, 2016 6:15 PM To: openssl-users at openssl.org Subject: Re: Getting error 'SSLv2_client_method': identifier not found > From: openssl-users [mailto:openssl-users-bounces at openssl.org] On > Behalf Of Matt Caswell > Sent: Monday, June 27, 2016 15:53 > To: openssl-users at openssl.org > Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': > identifier not found > > I would always recommend using the version flexible > SSLv23_client_method() over the version fixed TLSv1_client_method() > and TLSv1_2_client_method(). Thanks. I had misremembered - I thought the TLSv* methods would allow later TLS versions as well. (The code I support either always uses SSLv23_*_method and sets options to restrict versions, or lets the administrator configure it to use a different method but uses SSLv23 by default, depending on product.) Should have checked the docs before posting. -- Michael Wojcik Technology Specialist, Micro Focus -- openssl-users mailing list To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users