Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-28 Thread Andy Polyakov via RT
> Valgrind does not necessarily support all instructions, if > there’s > any optimized assembly, you might run into problems. > Are you able to compile a non-assembly version of the OpenSSL > library? > Are you able to update to a newer Valgrind? Or at least tell valgri

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-28 Thread Nikos Mavrogiannopoulos via RT
On Wed, 2016-04-27 at 14:38 +, Andy Polyakov via RT wrote: > > > > > > > > > > > > > Valgrind does not necessarily support all instructions, if > > > > there’s > > > > any optimized assembly, you might run into problems. > > > > Are you able to compile a non-assembly version of the OpenSSL >

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-28 Thread Nikos Mavrogiannopoulos
On Wed, 2016-04-27 at 14:38 +, Andy Polyakov via RT wrote: > > > > > > > > > > > > > Valgrind does not necessarily support all instructions, if > > > > there’s > > > > any optimized assembly, you might run into problems. > > > > Are you able to compile a non-assembly version of the OpenSSL >

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-27 Thread Andy Polyakov via RT
>>> Valgrind does not necessarily support all instructions, if there’s >>> any optimized assembly, you might run into problems. >>> Are you able to compile a non-assembly version of the OpenSSL >>> library? >>> Are you able to update to a newer Valgrind? >> Or at least tell valgrind version, becaus

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-27 Thread Nikos Mavrogiannopoulos
On Wed, 2016-04-27 at 13:33 +, Andy Polyakov via RT wrote: > > > > Valgrind does not necessarily support all instructions, if there’s > > any optimized assembly, you might run into problems. > > Are you able to compile a non-assembly version of the OpenSSL > > library? > > Are you able to upda

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-27 Thread Nikos Mavrogiannopoulos via RT
On Wed, 2016-04-27 at 13:33 +, Andy Polyakov via RT wrote: > > > > Valgrind does not necessarily support all instructions, if there’s > > any optimized assembly, you might run into problems. > > Are you able to compile a non-assembly version of the OpenSSL > > library? > > Are you able to upda

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-27 Thread Andy Polyakov via RT
> Valgrind does not necessarily support all instructions, if there’s any > optimized assembly, you might run into problems. > Are you able to compile a non-assembly version of the OpenSSL library? > Are you able to update to a newer Valgrind? Or at least tell valgrind version, because I can't rep

Re: [openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-13 Thread Short, Todd via RT
Valgrind does not necessarily support all instructions, if there’s any optimized assembly, you might run into problems. Are you able to compile a non-assembly version of the OpenSSL library? Are you able to update to a newer Valgrind? You also seem to have a version discrepancy in OpenSSL: 1.0.2d

[openssl-dev] [openssl.org #4509] ECC key generation under valgrind reports: impossible has happened

2016-04-12 Thread Nikos Mavrogiannopoulos via RT
A part of the gnutls test suite runs under valgrind, and in fedora 23 it occasionally fails, something that I have traced it to softhsm library and particular hardware. The failures are due to the softhsm library which uses openssl underneath and in particular EC key generation. This can be reprod