Re: [Freevo-devel] kaa-base 0.4 and tlslite

2008-08-21 Thread Dirk Meyer
Robert Buchholz wrote: > I am currently working around that issue by not adding tlslite as a hard > dependency of kaa-base. This will pose a problem as soon as any Freevo > actually uses those TLS parts. Right now this seems to be the best way. I have to think how to solve this. Other libs like

Re: [Freevo-devel] kaa-base 0.4 and tlslite

2008-08-20 Thread Robert Buchholz
On Wednesday 20 August 2008, Dirk Meyer wrote: > Jason Tackaberry wrote: > > On Sun, 2008-08-17 at 09:02 +0200, Dirk Meyer wrote: > >> Any other lib providing this is fine by me but not using TLS is no > >> option. > > > > Did you look at m2crypto? > > And on pyopenssl. But I may need TLS-SRP which

Re: [Freevo-devel] kaa-base 0.4 and tlslite

2008-08-20 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2008-08-17 at 09:02 +0200, Dirk Meyer wrote: >> Any other lib providing this is fine by me but not using TLS is no >> option. > > Did you look at m2crypto? And on pyopenssl. But I may need TLS-SRP which is not supported by these two (it is by openssl but not by py

Re: [Freevo-devel] kaa-base 0.4 and tlslite

2008-08-17 Thread Dirk Meyer
Jason Tackaberry wrote: > On Sun, 2008-08-17 at 09:02 +0200, Dirk Meyer wrote: >> Any other lib providing this is fine by me but not using TLS is no >> option. > > Did you look at m2crypto? No. Since there is a twisted wrapper it should be possible to use in async mode. I will look into it. Disc

Re: [Freevo-devel] kaa-base 0.4 and tlslite

2008-08-17 Thread Jason Tackaberry
On Sun, 2008-08-17 at 09:02 +0200, Dirk Meyer wrote: > Any other lib providing this is fine by me but not using TLS is no > option. Did you look at m2crypto? - This SF.Net email is sponsored by the Moblin Your Move Developer

Re: [Freevo-devel] kaa-base 0.4 and tlslite

2008-08-17 Thread Dirk Meyer
Hi, Robert Buchholz wrote: > I could not find a discussion on this list on what the TLS code is > needed for. Can someone enlighten me? It would be great if any code > using TLS would be designed to function with the lack of TLS. tlslite is not needed in any kaa module yet. I'm writing a kaa.xm

[Freevo-devel] kaa-base 0.4 and tlslite

2008-08-16 Thread Robert Buchholz
Hi, kaa-base 0.4.0 introduced a module for tls that uses tlslite. Unfortunately, this requires cryptlib to be installed, which is only available for x86-based architectures due to assembler code. I could not find a discussion on this list on what the TLS code is needed for. Can someone enlight