Opened 15 years ago
Closed 15 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 15 years ago by
| Summary: | make openssl dependency optonal → make openssl dependency optional |
|---|
comment:2 Changed 15 years ago by
| Status: | new → accepted |
|---|
comment:3 Changed 15 years ago by
| Summary: | make openssl dependency optional → Make spiffy's openssl dependency optional |
|---|
comment:4 Changed 15 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | accepted → closed |
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.

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.