Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2016-01-10 Thread jean-frederic clere
On 01/06/2016 01:17 PM, Yann Ylavic wrote: > On Wed, Jan 6, 2016 at 12:28 PM, jean-frederic clere > wrote: >> On 12/15/2015 03:16 PM, Jan Kaluža wrote: >>> On 12/15/2015 02:16 PM, Yann Ylavic wrote: Hi Jan, On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2016-01-06 Thread jean-frederic clere
On 12/15/2015 03:16 PM, Jan Kaluža wrote: > On 12/15/2015 02:16 PM, Yann Ylavic wrote: >> Hi Jan, >> >> On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: >>> >>> I think I've just fixed that in . I will >>> also propose that for 2.4.x and

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2016-01-06 Thread Yann Ylavic
On Wed, Jan 6, 2016 at 12:28 PM, jean-frederic clere wrote: > On 12/15/2015 03:16 PM, Jan Kaluža wrote: >> On 12/15/2015 02:16 PM, Yann Ylavic wrote: >>> Hi Jan, >>> >>> On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: I think I've just fixed

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-15 Thread Jan Kaluža
On 12/14/2015 02:12 PM, jean-frederic clere wrote: Hi, I am sure I am doing something wrong, but when using a dummy crypto device to recreate a customer issue I am getting a similar issue in httpd-trunk but I am nearly sure someone would have complained here if that would be the case. Hi, I

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-15 Thread Yann Ylavic
Hi Jan, On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: > > I think I've just fixed that in . I will > also propose that for 2.4.x and 2.2.x. Shouldn't we do the same for ecparams below? Regards, Yann.

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-15 Thread Jan Kaluža
On 12/15/2015 02:16 PM, Yann Ylavic wrote: Hi Jan, On Tue, Dec 15, 2015 at 12:51 PM, Jan Kaluža wrote: I think I've just fixed that in . I will also propose that for 2.4.x and 2.2.x. Shouldn't we do the same for ecparams below? Probably

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread Stefan Eissing
You're certain it's only loaded once? > Am 14.12.2015 um 14:12 schrieb jean-frederic clere : > >

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread jean-frederic clere
On 12/14/2015 02:18 PM, Stefan Eissing wrote: > You're certain it's only loaded once? I think the issue is that it is loaded twice :-( Cheers Jean-Frederic > >> Am 14.12.2015 um 14:12 schrieb jean-frederic clere : >> >> > >

Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread jean-frederic clere
Hi, I am sure I am doing something wrong, but when using a dummy crypto device to recreate a customer issue I am getting a similar issue in httpd-trunk but I am nearly sure someone would have complained here if that would be the case. Comments Jean-Frederic The stack: +++ (gdb) bt #0

Re: Weird behaviour with mod_ssl and SSLCryptoDevice

2015-12-14 Thread jean-frederic clere
On 12/14/2015 02:12 PM, jean-frederic clere wrote: > Hi, > > I am sure I am doing something wrong, but when using a dummy crypto > device to recreate a customer issue I am getting a similar issue in > httpd-trunk but I am nearly sure someone would have complained here if > that would be the case.