Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2011-01-10 Thread The Rasterman
On Fri, 31 Dec 2010 08:18:40 +0100 PnB poor.new...@gmail.com said: Le 30/12/2010 22:10, Vincent Torri a écrit : http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta http://en.wikipedia.org/wiki/Feature_complete so: * testing * bug fixing anything else is postponed

[E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2010-12-30 Thread PnB
Hello, With the ecore_con_url module, an application can take advantage of SSL/TLS connections (using HTTPS requests for instance) in order to exchange sensitive data with a server. However, the connection will always fail if the server certificate isn't signed by a certificate authority

Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2010-12-30 Thread Raphael Kubo da Costa
On Thursday 30 December 2010 14:32:30 PnB wrote: Hello, With the ecore_con_url module, an application can take advantage of SSL/TLS connections (using HTTPS requests for instance) in order to exchange sensitive data with a server. However, the connection will always fail if the server

Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2010-12-30 Thread Mike Blumenkrantz
On Thu, 30 Dec 2010 15:16:47 -0200 Raphael Kubo da Costa k...@profusion.mobi wrote: On Thursday 30 December 2010 14:32:30 PnB wrote: Hello, With the ecore_con_url module, an application can take advantage of SSL/TLS connections (using HTTPS requests for instance) in order to exchange

Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2010-12-30 Thread PnB
Le 30/12/2010 18:16, Raphael Kubo da Costa a écrit : From what I see, it will replace the CA bundle it originally uses, right? Doesn't it mean the original certificates will not be read anymore? Yes. But it only affects the ecore_con_url you set it on, so it shouldn't break anything I guess.

Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2010-12-30 Thread Vincent Torri
On Thu, 30 Dec 2010, PnB wrote: Le 30/12/2010 18:16, Raphael Kubo da Costa a écrit : From what I see, it will replace the CA bundle it originally uses, right? Doesn't it mean the original certificates will not be read anymore? Yes. But it only affects the ecore_con_url you set it on, so it

Re: [E-devel] [PATCH] [ecore_con_url] Add CA validation control with SSL connections

2010-12-30 Thread PnB
Le 30/12/2010 22:10, Vincent Torri a écrit : http://en.wikipedia.org/wiki/Software_release_life_cycle#Beta http://en.wikipedia.org/wiki/Feature_complete so: * testing * bug fixing anything else is postponed after the release. Thanks for the clarification. I'll wait then. -- PnB