Changes between Version 4 and Version 5 of ssl

Show
Ignore:
Timestamp:
10/07/09 12:42:12 (7 weeks ago)
Author:
solj (IP: 128.83.68.196)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ssl

    v4 v5  
    22 
    33The ssl module can be found [http://pypi.python.org/pypi/ssl/1.15 here]. 
    4  
    5 '''NOTE:''' To build the module on Debian (lenny) and Ubuntu (hardy), I had to apply this [attachment:ssl-debian.patch patch] to remove bluetooth references. 
    64 
    75With this change, SSL certificate based client authentication is supported. In order to use this, based CA-type capabilities are required. A central CA needs to be created, with each server and all clients getting a signed cert. See [wiki:Authentication] for details.