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: |
Change History
02/25/08 11:36:02: Modified by fumanchu
04/10/08 16:20:03: Modified by guest
It's being updated again.
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?


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.