> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf
> Of Jeffrey Walton
> Sent: Tuesday, June 28, 2016 18:04
> To: OpenSSL Users
> Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier
> not found
>
> On Mon, Jun 2
On 29/06/16 01:03, Jeffrey Walton wrote:
> On Mon, Jun 27, 2016 at 3:49 PM, Michael Wojcik
> wrote:
>> SSLv2 is no longer supported, and neither are the SSLv2_*_method calls. (And
>> yes, this causes build problems when updating to newer OpenSSL builds; and
>> while that causes some pain, it was
On Mon, Jun 27, 2016 at 3:49 PM, Michael Wojcik
wrote:
> SSLv2 is no longer supported, and neither are the SSLv2_*_method calls. (And
> yes, this causes build problems when updating to newer OpenSSL builds; and
> while that causes some pain, it was the Right Thing to do.)
>
> As Rich said, don't u
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf
> Of Tony Girgenti
> Sent: Tuesday, June 28, 2016 08:26
> To: openssl-users@openssl.org
> Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier
> not found
>
> I
ror 'SSLv2_client_method': identifier
not found
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On
> Behalf Of Tony Girgenti
> Sent: Monday, June 27, 2016 16:48
> To: openssl-users@openssl.org
> Subject: Re: [openssl-users] Getting error 'SSLv2_client
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf
> Of Tony Girgenti
> Sent: Monday, June 27, 2016 16:48
> To: openssl-users@openssl.org
> Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier
> not found
>
> Is Op
PM
To: openssl-users@openssl.org
Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier
not found
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On
> Behalf Of Matt Caswell
> Sent: Monday, June 27, 2016 15:53
> To: openssl-users@ope
> From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf
> Of Matt Caswell
> Sent: Monday, June 27, 2016 15:53
> To: openssl-users@openssl.org
> Subject: Re: [openssl-users] Getting error 'SSLv2_client_method': identifier
> not found
>
>
On 27/06/16 20:49, Michael Wojcik wrote:
> The simplest fix is to change "SSLv2_client_method" to
> "SSLv23_client_method". (Inserting a single character; can't get much
> simpler than that.) But since you really don't want to talk to a server
> that only supports SSLv3, you might as well use TLS
.org] *On
Behalf Of *Michael Wojcik
*Sent:* Monday, June 27, 2016 3:50 PM
*To:* openssl-users@openssl.org
*Subject:* Re: [openssl-users] Getting error 'SSLv2_client_method':
identifier not found
SSLv2 is no longer supported, and neither are the SSLv2_*_method
calls. (And yes, this cause
From: openssl-users [mailto:openssl-users-boun...@openssl.org] On Behalf Of
Tony Girgenti
Sent: Monday, June 27, 2016 13:09
To: openssl-users@openssl.org <mailto:openssl-users@openssl.org>
Subject: [openssl-users] Getting error 'SSLv2_client_method': identifier not
foun
enssl.org] On Behalf Of
Tony Girgenti
Sent: Monday, June 27, 2016 13:09
To: openssl-users@openssl.org
Subject: [openssl-users] Getting error 'SSLv2_client_method': identifier not
found
Hello,
I migrated a Visual Studio 6.0 C++ program to Visual Studio 2015 C++. The
program uses OpenSSL.
Do not use SSLv2.
--
openssl-users mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-users
Hello,
I migrated a Visual Studio 6.0 C++ program to Visual Studio 2015 C++. The
program uses OpenSSL. I have downloaded and installed OpenSSL-Win32 version
1.0.2g.
I'm trying to figure what I need to do to fix the error I am getting on this
line: m_pSSLctx = SSL_CTX_new(SSLv2_client_meth
14 matches
Mail list logo