Re: [openssl-users] Getting error 'SSLv2_client_method': identifier not found

2016-06-28 Thread Jeffrey Walton
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

Re: [openssl-users] Getting error 'SSLv2_client_method': identifier not found

2016-06-28 Thread Michael Wojcik
> 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 forget where I downloaded OpenSSL

[openssl-users] [SOLVED?] Re: openssl 1.0.2h pkcs12 export fails @ "digital envelope routines:EVP_PBE_CipherInit:unknown cipher"

2016-06-28 Thread PGNet Dev
Reading @ https://www.openssl.org/docs/manmaster/apps/pkcs12.html "By default the private key is encrypted using triple DES and the certificate using 40 bit RC2." which clearly implies, with RC2 disabled (it is), that'll cause a problem in default config. Adding the options

[openssl-users] openssl 1.0.2h pkcs12 export fails @ "digital envelope routines:EVP_PBE_CipherInit:unknown cipher"

2016-06-28 Thread PGNet Dev
I'm setting up a new, local CA. The local openssl instance is openssl version OpenSSL 1.0.2h 3 May 2016 config'd/built with ... no-comp no-zlib no-zlib-dynamic \ enable-ec_nistp_64_gcc_128 \ enable-rfc3779 \ enable-ecdsa \

Re: [openssl-users] Unable to run application after Windows updates

2016-06-28 Thread Russ Loucks
On Jun 24, 2016, at 3:35 PM, Dan S wrote: > less headache static linking to SSLEAY32 and LIBEAY32 :), depending on how > many windows versions you want to support, static linking to WS2_32 and > CRYP32 may also be useful (though linking all 4 nearly tripled the binary

Re: [openssl-users] Getting error 'SSLv2_client_method': identifier not found

2016-06-28 Thread Tony Girgenti
Michael, Thanks for your help. I forget where I downloaded OpenSSL from, but all I did was download a zip file and unzipped all the file to a folder called: OpenSSL-Win32. >From there, I simply pointed my Visual Studio project properties directory search for includes and lib files to that

Re: [openssl-users] Getting error 'SSLv2_client_method': identifier not found

2016-06-28 Thread Michael Wojcik
> 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 OpenSSL compatible with SAFESEH(safe