ObjFW  Ticket Change Details

Overview

Artifact ID: f102eac2a8529873611a7a59b6f0c4c7440233342ade68a9b87120d0592c5b35
Ticket: d52f608f92f1a54ff9989a2f98e9bcb4acf34070
Add server support to OFTLSStream
User & Date: js on 2021-11-21 09:59:27
Changes

  1. icomment:
    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.
    
  2. login: "js"
  3. milestone changed to: "none"
  4. mimetype: "text/x-markdown"
  5. priority changed to: "Medium"
  6. severity changed to: "Important"
  7. status changed to: "Open"
  8. title changed to: "Add server support to OFTLSStream"
  9. type changed to: "Feature_Request"