Ticket UUID: | d52f608f92f1a54ff9989a2f98e9bcb4acf34070 | |||
Title: | Add server support to OFTLSStream | |||
Status: | Open | Type: | Feature Request | |
Severity: | Important | Priority: | Medium | |
Subsystem: | Resolution: | Open | ||
Last Modified: | 2024-05-22 20:13:27 | |||
Version Found In: | Milestone: | |||
User Comments: | ||||
js added on 2021-11-21 09:59:27:
OFTLSStream currently only has client support. While adding server support itself is not hard, finding an abstract enough API is: Different TLS libraries take certificates in a different form, some from files, some from a system cert store. There needs to be a way flexible enough that works with all of them. |