Changes between Version 4 and Version 5 of ssl
- Timestamp:
- 10/07/09 12:42:12 (7 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ssl
v4 v5 2 2 3 3 The 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.6 4 7 5 With 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.