Re: [E-devel] [RFC] EET crypto

2008-11-03 Thread The Rasterman
On Mon, 3 Nov 2008 11:03:38 +0100 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > maybe you want to postpone this until all the eina stuff is done? > > I need crypto support soon, so I will provide a patch that doesn't > break API. Before breaking eet API, I agree that we should first > finish thi

Re: [E-devel] [RFC] EET crypto

2008-11-03 Thread Cedric BAIL
On Mon, Nov 3, 2008 at 9:05 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Wed, 8 Oct 2008 16:12:13 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: >> On Wed, Oct 8, 2008 at 4:02 PM, Gustavo Sverzut Barbieri >> <[EMAIL PROTECTED]> wrote: >> > On Wed, Oct 8, 2008 at 10:19 AM, Ce

Re: [E-devel] [RFC] EET crypto

2008-11-03 Thread The Rasterman
On Wed, 8 Oct 2008 16:12:13 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > On Wed, Oct 8, 2008 at 4:02 PM, Gustavo Sverzut Barbieri > <[EMAIL PROTECTED]> wrote: > > On Wed, Oct 8, 2008 at 10:19 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > >> On Wed, Oct 8, 2008 at 3:00 PM, Viktor Kojouharov <[

Re: [E-devel] [RFC] EET crypto

2008-10-08 Thread Cedric BAIL
On Wed, Oct 8, 2008 at 4:02 PM, Gustavo Sverzut Barbieri <[EMAIL PROTECTED]> wrote: > On Wed, Oct 8, 2008 at 10:19 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: >> On Wed, Oct 8, 2008 at 3:00 PM, Viktor Kojouharov <[EMAIL PROTECTED]> wrote: >>> On Wed, 2008-10-08 at 14:46 +0200, Cedric BAIL wrote: >>>

Re: [E-devel] [RFC] EET crypto

2008-10-08 Thread Gustavo Sverzut Barbieri
On Wed, Oct 8, 2008 at 10:19 AM, Cedric BAIL <[EMAIL PROTECTED]> wrote: > On Wed, Oct 8, 2008 at 3:00 PM, Viktor Kojouharov <[EMAIL PROTECTED]> wrote: >> On Wed, 2008-10-08 at 14:46 +0200, Cedric BAIL wrote: >>> Hi, >>> >>>As it seems like a good time to break the EFL agains :-). I would >>> li

Re: [E-devel] [RFC] EET crypto

2008-10-08 Thread Cedric BAIL
On Wed, Oct 8, 2008 at 3:00 PM, Viktor Kojouharov <[EMAIL PROTECTED]> wrote: > On Wed, 2008-10-08 at 14:46 +0200, Cedric BAIL wrote: >> Hi, >> >>As it seems like a good time to break the EFL agains :-). I would >> like to discuss API/ABI break of eet. I am currently working on adding >> crypto

Re: [E-devel] [RFC] EET crypto

2008-10-08 Thread Viktor Kojouharov
On Wed, 2008-10-08 at 14:46 +0200, Cedric BAIL wrote: > Hi, > >As it seems like a good time to break the EFL agains :-). I would > like to discuss API/ABI break of eet. I am currently working on adding > crypto to eet. My current code only require a key and generate the > needed salt and IV fo

[E-devel] [RFC] EET crypto

2008-10-08 Thread Cedric BAIL
Hi, As it seems like a good time to break the EFL agains :-). I would like to discuss API/ABI break of eet. I am currently working on adding crypto to eet. My current code only require a key and generate the needed salt and IV for the encryption. So I need to add one more parameter (the key) to

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-26 Thread Simon Horman
On Thu, Jun 26, 2008 at 02:22:00PM +0200, Cedric BAIL wrote: > On Tue, Jun 24, 2008 at 7:27 AM, The Rasterman Carsten Haitzler > <[EMAIL PROTECTED]> wrote: > > On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman <[EMAIL PROTECTED]> babbled: > > > >> I'm not exactly sure what you are planing to push int

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-26 Thread Simon Horman
On Tue, Jun 24, 2008 at 03:27:30PM +1000, Carsten Haitzler wrote: > On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman <[EMAIL PROTECTED]> babbled: > > > I'm not exactly sure what you are planing to push into and pull out of > > this API, but it might be more sensible to provide the key on open. And

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-26 Thread Cedric BAIL
On Tue, Jun 24, 2008 at 7:27 AM, The Rasterman Carsten Haitzler <[EMAIL PROTECTED]> wrote: > On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman <[EMAIL PROTECTED]> babbled: > >> I'm not exactly sure what you are planing to push into and pull out of >> this API, but it might be more sensible to provide

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread The Rasterman
On Tue, 24 Jun 2008 00:48:04 -0400 Simon Horman <[EMAIL PROTECTED]> babbled: > I'm not exactly sure what you are planing to push into and pull out of > this API, but it might be more sensible to provide the key on open. And > then use a scheme like CBC to encode a stream of data until it is done.

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread Simon Horman
On Tue, Jun 24, 2008 at 02:32:22AM +1000, Carsten Haitzler wrote: > On Mon, 16 Jun 2008 15:33:23 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > > > Hi all, > > > > I want to add crypto and signature support inside EET. This could > > help us provide some secure way to store password for e

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-23 Thread The Rasterman
On Mon, 16 Jun 2008 15:33:23 +0200 "Cedric BAIL" <[EMAIL PROTECTED]> babbled: > Hi all, > > I want to add crypto and signature support inside EET. This could > help us provide some secure way to store password for example or the > possibility to add signature to theme. > > The first step bef

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-17 Thread The Rasterman
On Wed, 18 Jun 2008 01:21:28 +0200 "Michael 'Mickey' Lauer" <[EMAIL PROTECTED]> babbled: > Am Montag 16 Juni 2008 15:33:23 schrieb Cedric BAIL: > > Hi all, > > > > I want to add crypto and signature support inside EET. This could > > help us provide some secure way to store password for example

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-17 Thread Michael 'Mickey' Lauer
Am Montag 16 Juni 2008 15:33:23 schrieb Cedric BAIL: > Hi all, > > I want to add crypto and signature support inside EET. This could > help us provide some secure way to store password for example or the > possibility to add signature to theme. That's an amazing idea. I have a couple of professi

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread dan sinclair
Michael Jennings wrote: > On Monday, 16 June 2008, at 15:33:23 (+0200), > Cedric BAIL wrote: > >> On this topic, I believe we have two choice, libtomcrypt >> (http://libtom.org/?page=features&newsitems=5&whatfile=crypt) and >> openssl. My opinion on this subject is certainly biased as I already

Re: [E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread Michael Jennings
On Monday, 16 June 2008, at 15:33:23 (+0200), Cedric BAIL wrote: > On this topic, I believe we have two choice, libtomcrypt > (http://libtom.org/?page=features&newsitems=5&whatfile=crypt) and > openssl. My opinion on this subject is certainly biased as I already > use libtomcrypt, but it's a sma

[E-devel] [RFC] EET crypto and signature support.

2008-06-16 Thread Cedric BAIL
Hi all, I want to add crypto and signature support inside EET. This could help us provide some secure way to store password for example or the possibility to add signature to theme. The first step before doing this, is the need to agree what kind of feature we want, what will be the dependenc