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
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
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
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
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
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
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