Re: [openssl-dev] Intent of the private_ wrappers

2015-03-10 Thread Dr. Stephen Henson
On Tue, Mar 10, 2015, Steve Schefter wrote: On 3/10/2015 8:03 PM, Dr. Stephen Henson wrote: On Fri, Mar 06, 2015, Steve Schefter wrote: Which OS and version of OpenSSL are you using? I am using 1.0.1j on Linux. I've not tried to build 1.0.2, but I see the same use of the private_

Re: [openssl-dev] Intent of the private_ wrappers

2015-03-10 Thread Steve Schefter
On 3/10/2015 8:03 PM, Dr. Stephen Henson wrote: On Fri, Mar 06, 2015, Steve Schefter wrote: Hi. I am compiling OpenSSL with the FIPS options and seeing a build error. My question is more about the intent than the problem. One example: When apps/speed.c is compiled with FIPS enabled,

[openssl-dev] Intermittent s_server issues with ECDHE cipher suites

2015-03-10 Thread John Foley
There appears to be a problem when using s_server with ECDHE cipher suites in OpenSSL_1_0_1-stable. Due to an uninitialized variable, SSL_CTX_set_tmp_ecdh() is not always invoked within s_server. The following patch resolves the issue. This bug appears to have been introduced by

Re: [openssl-dev] Intent of the private_ wrappers

2015-03-10 Thread Dr. Stephen Henson
On Fri, Mar 06, 2015, Steve Schefter wrote: Hi. I am compiling OpenSSL with the FIPS options and seeing a build error. My question is more about the intent than the problem. One example: When apps/speed.c is compiled with FIPS enabled, OPENSSL_FIPS is defined and DES_set_key_unchecked