#249 closed enhancement (fixed)
add dependency on `Twisted[tls]`
| Reported by: | Brian Warner | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 0.11.0 |
| Component: | packaging | Version: | 0.9.1 |
| Keywords: | Cc: |
Description
To get Twisted to depend upon the right SSL libraries, Foolscap should change it's install_requires= from Twisted to Twisted[tls]. Then Foolscap could stop pretending to depend upon service_identity and let Twisted own that.
We still need to depend on pyopenssl, because Foolscap uses constants from it like OpenSSL.SSL.VERIFY_PEER. If Twisted[tls] changes to use something other than SSL, foolscap will need some significant changes.
Change History (4)
comment:1 Changed 10 years ago by
| Milestone: | eventually → 0.11.0 |
|---|---|
| Resolution: | → fixed |
| Status: | new → closed |
comment:3 Changed 10 years ago by
| Milestone: | 0.12.0 → 0.11.1 |
|---|
Note: See
TracTickets for help on using
tickets.

done in [772d6498]