ObjFW  History Of Ticket 8f244fed82

Artifacts Associated With Ticket 8f244fed82

  1. Ticket change [cb783fa382] (rid 37590) by js on 2021-11-21 10:00:39:

    1. icomment:
      OFTLSStream currently provides no options. It would be nice to have options to enable/disable certain TLS versions, allow client-side certificates, etc. However, this needs special care as various TLS libraries handle that very differently, so an abstraction needs to be found that works with all of them.
      
    2. login: "js"
    3. milestone initialized to: "none"
    4. mimetype: "text/x-markdown"
    5. priority initialized to: "Medium"
    6. severity initialized to: "Important"
    7. status initialized to: "Open"
    8. title initialized to: "Add more options to OFTLSStream"
    9. type initialized to: "Feature_Request"
  2. Ticket change [45926f20a5] (rid 43434) by js on 2023-12-29 13:17:01:

    1. icomment:
      Actually, letting the user select the allowed TLS protocol versions might be a bad idea, as then every application potentially needs to be updated in case new TLS issues become known. It is probably better to leave the defaults of the TLS implementation.
      
    2. login: "js"
    3. mimetype: "text/x-markdown"
    4. priority changed to: "Low"
    5. resolution changed to: "Open"
    6. title changed to: "Add client certificate support to OFTLSStream"