Using the `$ openssl s_time -connect localhost:443 -new -time 30` command
gives this output:
No CIPHER specified
Collecting connection statistics for 30 seconds
** etc.
8102 connections in 12.65s; 640.47 connections/user sec, bytes read 0
8102 connections in 31 real seconds, 0 bytes read p
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 forget where I downloaded OpenSSL from
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
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 \
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 for
> what we needed to
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 folder
> 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 e