[openssl-dev] Illegal Parameter (47) fatal error in Session Resumption

2016-04-28 Thread Shubham Chauhan
While working on different ways of session management I came across this error. I had a single file consisting of a recently negotiated SSL session (stored using PEM_write_SSL_SESSION()). I used that text file to initialize the Client Hello message with that session_id. I also added the session_id

[openssl-dev] Forthcoming OpenSSL releases

2016-04-28 Thread OpenSSL
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Forthcoming OpenSSL releases The OpenSSL project team would like to announce the forthcoming release of OpenSSL versions 1.0.2h, 1.0.1t. These releases will be made available on 3rd May 2016 between approximately 1200-

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 #4518] OpenSSL-1.1.0-pre5 RSA_set0_key and related RSA_get0_*, RSA_set0_*, DSA_set0_* and DSA_get0_* problems

2016-04-28 Thread Douglas E Engert
OK, Thanks. On 4/27/2016 11:31 PM, Richard Levitte wrote: In message <5720fd7d.3050...@gmail.com> on Wed, 27 Apr 2016 12:57:17 -0500, Douglas E Engert said: deengert> You can call it a documentation problem. The problem only showed up deengert> with trying to update d deengert> in an existin

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 >