Opened 13 years ago

Closed 13 years ago

#465 closed defect (fixed)

Make spiffy's openssl dependency optional

Reported by: felix winkelmann Owned by: sjamaan
Priority: minor Milestone:
Component: extensions Version: 4.6.x
Keywords: spiffy openssl Cc:
Estimated difficulty:

Description

Spiffy currently needs opensll, but could work without that dependency (especially on windows, where openssl is not available by default).

Change History (4)

comment:1 Changed 13 years ago by felix winkelmann

Summary: make openssl dependency optonalmake openssl dependency optional

comment:2 Changed 13 years ago by sjamaan

Status: newaccepted

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.

comment:3 Changed 13 years ago by sjamaan

Summary: make openssl dependency optionalMake spiffy's openssl dependency optional

comment:4 Changed 13 years ago by sjamaan

Resolution: fixed
Status: acceptedclosed

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.

Note: See TracTickets for help on using tickets.