ObjFW  View Ticket

Ticket UUID: d52f608f92f1a54ff9989a2f98e9bcb4acf34070
Title: Add server support to OFTLSStream
Status: Fixed Type: Feature Request
Severity: Important Priority: Medium
Subsystem: Resolution: Fixed
Last Modified: 2024-11-30 18:20:29
Version Found In: Milestone: 1.3
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.


js added on 2024-11-30 18:20:29:

Implemented in 3cdd9960da.