AW: AW: building OpenSSL 1.1.1 with -DPURIFY

2019-10-10 Thread Dr. Matthias St. Pierre
> > The easiest way to obtain the fix is to update to the current head of the > > 1.1.1. stable branch. > > https://github.com/openssl/openssl/commits/OpenSSL_1_0_1-stable > > I think you meant to link to the 1.1.1 branch not 1.0.1! > > https://github.com/openssl/openssl/commits/OpenSSL_1_1_1-st

RE: building OpenSSL 1.1.1 with -DPURIFY

2019-10-10 Thread tim.j.culhane
To: tim.j.culh...@gmail.com; 'Tomas Mraz' ; openssl-users@openssl.org Subject: AW: building OpenSSL 1.1.1 with -DPURIFY Hi Tim, > However, when I run the tests there appears to be failures. > > Extract of the make test output below: > > > .

Re: AW: building OpenSSL 1.1.1 with -DPURIFY

2019-10-10 Thread Matt Caswell
On 09/10/2019 22:57, Dr. Matthias St. Pierre wrote: > Hi Tim, > >> However, when I run the tests there appears to be failures. >> >> Extract of the make test output below: >> >> >> ../test/recipes/20-test_enc.t .. >> Dubious, test returned 1 (wstat 256, 0x100) >> Failed 1/1

AW: building OpenSSL 1.1.1 with -DPURIFY

2019-10-09 Thread Dr. Matthias St. Pierre
Hi Tim, > However, when I run the tests there appears to be failures. > > Extract of the make test output below: > > > ../test/recipes/20-test_enc.t .. > Dubious, test returned 1 (wstat 256, 0x100) > Failed 1/172 subtests Your test failure looks like issue https://github.

RE: building OpenSSL 1.1.1 with -DPURIFY

2019-10-09 Thread tim.j.culhane
er 2019 14:30 To: tim.j.culh...@gmail.com; openssl-users@openssl.org Subject: Re: building OpenSSL 1.1.1 with -DPURIFY On Wed, 2019-10-09 at 11:37 +0100, tim.j.culh...@gmail.com wrote: > Hi, > > I've built OpenSSL 1.1.1c locally on my 64 bit CentOS 7 server. > > My applica

Re: building OpenSSL 1.1.1 with -DPURIFY

2019-10-09 Thread Tomas Mraz
On Wed, 2019-10-09 at 11:37 +0100, tim.j.culh...@gmail.com wrote: > Hi, > > I've built OpenSSL 1.1.1c locally on my 64 bit CentOS 7 server. > > My application links with the libraries contained in this build. > > When running tests for my application under valgrind I'm seeing lots > of > erro

Re: building OpenSSL 1.1.1 with -DPURIFY

2019-10-09 Thread Salz, Rich via openssl-users
Emilia's work removed the need to add -DPURIFY; you never need to add it. Note that the BN code is clever, it doesn't bother to zero everything when it knows which bits within a word it is using.

Re: building OpenSSL 1.1.1 with -DPURIFY

2019-10-09 Thread Eric Deplagne
On Wed, 09 Oct 2019 11:37:02 +0100, tim.j.culh...@gmail.com wrote: > Hi, > > I've built OpenSSL 1.1.1c locally on my 64 bit CentOS 7 server. > > My application links with the libraries contained in this build. > > When running tests for my application under valgrind I'm seeing lots of > error

building OpenSSL 1.1.1 with -DPURIFY

2019-10-09 Thread tim.j.culhane
Hi, I've built OpenSSL 1.1.1c locally on my 64 bit CentOS 7 server. My application links with the libraries contained in this build. When running tests for my application under valgrind I'm seeing lots of errors like the below: Use of uninitialised value of size 8 at 0x4C30DDF: memset (