On Wed, Feb 11, 2009 at 01:49:11PM +0000, <Francesco Losciale>:
~> This is a module 'ssl' with a class SSLSocket that extends a Socket 
~> object to encrypt the communication.

we don't need ssl sockets right now. (they could be useful for Carciofo, but
not for ANDNA).

~> Alternatively we could work directly pyOpenSSL, that is very pretty and 
~> complete.
~> http://pyopenssl.sourceforge.net/pyOpenSSL.html/
~> 
~> Are there other libs or ideas?
~> Do we need further APIs from that in crypto.h?

The functions in crypto.h is all what we need:
        generate_rsa_pub
        generate_rsa_priv
        rsa_sign
        verify_sign
        hash_sha1
        hash_md5

-- 
:wq!
"I don't know nothing" The One Who reached the Thinking Matter   '.'

[ Alpt --- Freaknet Medialab ]
[ GPG Key ID 441CF0EE ]
[ Key fingerprint = 8B02 26E8 831A 7BB9 81A9  5277 BFF8 037E 441C F0EE ]
_______________________________________________
Netsukuku mailing list
[email protected]
http://lists.dyne.org/mailman/listinfo/netsukuku

Reply via email to