Changes between Version 28 and Version 29 of TrackingDevelopmentTrunk
- Timestamp:
- 05/20/09 08:56:30 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TrackingDevelopmentTrunk
v28 v29 23 23 We have switched to the in-tree ssl module included with python 2.6. A backport exists for 2.3, 2.4, and 2.5. With this, M2Crypto is not needed, and tlslite is no longer included with bcfg2 sources. The ssl module can be found [http://pypi.python.org/pypi/ssl/1.14 here]. 24 24 25 '''NOTE:''' To build the module on Debian (lenny), I had to remove bluetooth references.25 '''NOTE:''' To build the module on Debian (lenny), I had to apply this [attachment:ssl-debian.patch patch] to remove bluetooth references. 26 26 27 27 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.