Download Install Tutorial Docs FAQ Tools WikiLicense Team IRC Planet Involvement Shop Book

Ticket #774 (task)

Opened 9 months ago

Last modified 3 months ago

Migrate from pyOpenSSL to the ssl module

Status: new

Reported by: lawouach Assigned to: lawouach
Priority: normal Milestone: 3.2
Component: wsgiserver Keywords: ssl
Cc:

The pyOpenSSL has not been updated since 2004 and may be the cause of the bug in #589. Migrate to the new ssl module that will be built-in in Python 2.- and available via PyPi?.

Change History

02/25/08 11:36:02: Modified by fumanchu

Besides the newness of the ssl module and the labor of actually getting it to work in CP, I'm just waiting for Windows binaries before making the switch. Assuming those three things happen, I'm all for moving to the ssl module.

04/10/08 16:20:03: Modified by guest

07/05/08 23:28:33: Modified by nick@nick125.com

I think that we should use the standard library SSL module rather than pyOpenSSL, unless there is a very specific reason *not* to. Depending on a third-party library is a bad idea, especially when a standard library will work, for two reasons: 1) reducing dependencies; 2) not depending on libraries with questionable futures (i.e., we don't know when they're going to be updated). Do I smell a branch?

Hosted by WebFaction

Log in as guest/cpguest to create tickets