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.xmpp
module which needs a TLS connection between client and server (and
also client to client in some cases).

Looking at the tlslite doc it seems to me that cryptlib is optional
and that tlslite has a python fallback. I never tried that. Anyway, I
have no problem to replace tlslite with something else. But I require
the followinh functions from the module:

1. Async mode of the tls handshake. I want to hook it into the
   notifier loop without using threads. So I need a way to know if the
   lib wants to read or write before it does that.

2. Access to public key and fingerprint of the peer.

Any other lib providing this is fine by me but not using TLS is no
option.


Dischi

-- 
while(!asleep)
  sheep++;

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to