Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread The Doctor
On Tue, May 24, 2016 at 11:47:21PM +0200, Richard Levitte wrote: > In message <20160524154456.ga23...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 > 09:44:57 -0600, The Doctor said: > > doctor> On Tue, May 24, 2016 at 05:15:52PM +0200, Richard Levitte wrote: > doctor> > So I understand correctly, it w

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread Richard Levitte
In message <20160524154456.ga23...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 09:44:57 -0600, The Doctor said: doctor> On Tue, May 24, 2016 at 05:15:52PM +0200, Richard Levitte wrote: doctor> > So I understand correctly, it works when the patch is reversed (that's doctor> > what -R does), right? Go

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread The Doctor
On Tue, May 24, 2016 at 05:15:52PM +0200, Richard Levitte wrote: > In message <20160524142412.ga6...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 > 08:24:12 -0600, The Doctor said: > > doctor> On Tue, May 24, 2016 at 12:26:02PM +0200, Richard Levitte wrote: > doctor> > In message <20160524070954.ga17.

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread Richard Levitte
In message <20160524142412.ga6...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 08:24:12 -0600, The Doctor said: doctor> On Tue, May 24, 2016 at 12:26:02PM +0200, Richard Levitte wrote: doctor> > In message <20160524070954.ga17...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 01:09:55 -0600, The Doctor said

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread The Doctor
On Tue, May 24, 2016 at 12:26:02PM +0200, Richard Levitte wrote: > In message <20160524070954.ga17...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 > 01:09:55 -0600, The Doctor said: > > doctor> On Mon, May 23, 2016 at 10:10:46AM +0200, Richard Levitte wrote: > doctor> > In message <20160523070428.ga17

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread Richard Levitte
In message <20160524070954.ga17...@doctor.nl2k.ab.ca> on Tue, 24 May 2016 01:09:55 -0600, The Doctor said: doctor> On Mon, May 23, 2016 at 10:10:46AM +0200, Richard Levitte wrote: doctor> > In message <20160523070428.ga17...@doctor.nl2k.ab.ca> on Mon, 23 May 2016 01:04:29 -0600, The Doctor sai

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-24 Thread The Doctor
On Mon, May 23, 2016 at 10:10:46AM +0200, Richard Levitte wrote: > In message <20160523070428.ga17...@doctor.nl2k.ab.ca> on Mon, 23 May 2016 > 01:04:29 -0600, The Doctor said: > > doctor> On Sun, May 22, 2016 at 06:34:26AM -0600, The Doctor wrote: > doctor> > > doctor> > when executing > doctor

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-23 Thread The Doctor
On Mon, May 23, 2016 at 10:10:46AM +0200, Richard Levitte wrote: > In message <20160523070428.ga17...@doctor.nl2k.ab.ca> on Mon, 23 May 2016 > 01:04:29 -0600, The Doctor said: > > doctor> On Sun, May 22, 2016 at 06:34:26AM -0600, The Doctor wrote: > doctor> > > doctor> > when executing > doctor

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-23 Thread Richard Levitte
In message <20160523070428.ga17...@doctor.nl2k.ab.ca> on Mon, 23 May 2016 01:04:29 -0600, The Doctor said: doctor> On Sun, May 22, 2016 at 06:34:26AM -0600, The Doctor wrote: doctor> > doctor> > when executing doctor> > doctor> > ../apps/openssl x509 -sha1 -CAcreateserial -in reqCA.ss -days 30

Re: [openssl-dev] openssl 1.0.2 SNAPSHOT issue that exists since 20160521

2016-05-23 Thread The Doctor
On Sun, May 22, 2016 at 06:34:26AM -0600, The Doctor wrote: > > when executing > > ../apps/openssl x509 -sha1 -CAcreateserial -in reqCA.ss -days 30 -req -out > certCA.ss -signkey keyCA.ss -extfile CAss.cnf -extensions v3_ca > > during the test phase, it looks as if the test hangs. > > Please