Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > ANN: TLS Lite 0.2.0

Reply
Thread Tools

ANN: TLS Lite 0.2.0

 
 
Trevor Perrin
Guest
Posts: n/a
 
      02-20-2004

Hi all,

I'd like to announce TLS Lite v0.2.0 (the first public release, despite
appearances...).

TLS Lite is a pure-python, public domain SSL/TLS library. It has minimal
support for X.509 certificates, but focuses on up-and-coming authentication
methods like SRP [1], shared-keys [2], and cryptoIDs [3].

These methods are easier to use than PKI. They're also barely out of the
oven - the first two are Internet-Drafts, and the last is something I made
up. It's fun stuff to mess with, but keep in mind that the drafts may
change, and the code's alpha quality..

Other highlights:
- SSL v3 and TLS v1 support
- Pure python
- with AES, throughput ~25 KB/sec, on a P4 1.7 Ghz
- with RC4, throughput ~250 KB/sec
- Can use cryptlib [4] or OpenSSL/M2crypto [5] for faster ciphers & math:
- throughput ~6 MB/sec
- Integrates with httplib and SocketServer framework


Home Page and Download
-----------------------
http://trevp.net/tlslite

Sourceforge (not much there, working on it..)
------------
http://sourceforge.net/projects/tlslite/

Mailing list
-------------
http://lists.sourceforge.net/lists/l.../tlslite-users



Feedback is much appreciated.

Thanks,
Trevor


[1] http://www.ietf.org/internet-drafts/...tls-srp-06.txt
[2] http://www.ietf.org/internet-drafts/...redkeys-02.txt
[3] http://trevp.net/cryptoID
[4] http://www.cs.auckland.ac.nz/~pgut001/cryptlib/
[5] http://sandbox.rulemaker.net/ngps/m2/


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
SQL, lite lite lite Aaron Brady Python 15 01-01-2009 10:17 PM
Re: How to use TLS lite Jean-Paul Calderone Python 0 06-08-2007 09:12 PM
Problems with EAP-TLS with smart cards jr Wireless Networking 1 06-23-2006 09:20 PM
EAP-TLS & Windows XP SP2 ? Al Blake Wireless Networking 3 10-03-2004 11:04 PM
Does EAP-TLS *NEED* Windows 2003 server? Robert Irwin Wireless Networking 3 07-12-2004 09:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57