Summary
Make spiffy's openssl dependency optional
Metadata
- Id: 7ab939d16c3268dabceb79f2733b71d2ad986118
- Trac id: 465
- Type: defect
- Reporter: felix
- Owner: sjamaan
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: minor
- Milestone:
- Version: 4.6.x
- Changetime: 2010-12-27 17:06:30 UTC
- Created: 2010-12-20 14:42:40 UTC
- Keywords: spiffy openssl
Description
Spiffy currently needs opensll, but could work without that dependency (especially on windows, where openssl is not available by default).
Changes and comments
[2010-12-20 14:42:55 UTC] felix changed summary
[2010-12-20 17:45:09 UTC] sjamaan changed status from new to accepted
[2010-12-20 17:45:09 UTC] sjamaan wrote:
This is something I've been contemplating for a while. It would be good to make it optional, I agree. This is currently not easy since the key files ought to be readable for root only and root needs to bind the SSL ports, but after implementing #448 this should become easier.
[2010-12-20 17:45:25 UTC] sjamaan changed summary
[2010-12-27 17:06:30 UTC] sjamaan changed status from accepted to closed
[2010-12-27 17:06:30 UTC] sjamaan set resolution to fixed
[2010-12-27 17:06:30 UTC] sjamaan wrote:
I implemented #448, and this made the OpenSSL dependency go away mostly; I've copied a few procedures into Spiffy to get rid of the dependency completely.