View Issue Details

IDProjectCategoryView StatusLast Update
0001225libmicrohttpdHTTPS (TLS)public2008-09-10 22:49
ReporterChristian Grothoff Assigned Tolv-426__  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionfixed 
Product VersionGit master 
Summary0001225: SSL support
DescriptionCurrently, if a client requests SSL, MHD just refuses to create the deamon.
Additional InformationThe MHD API would have to be extended for SSL support. Currently, the user has no way to give us our private key or X509 certificate(s).
TagsNo tags attached.

Activities

Christian Grothoff

2007-12-19 21:26

manager   ~0003247

Some thoughts on the options -- it would be good if MHD did not have to do any file-IO, so any X.509-certificates, etc. should be passed in-memory as char* arrays. We probably also need a (P)RNG (for session key generation), possibly with multiple security levels.

Issue History

Date Modified Username Field Change
2007-06-16 15:58 Christian Grothoff New Issue
2007-08-08 02:22 Christian Grothoff Status new => confirmed
2007-12-19 21:26 Christian Grothoff Note Added: 0003247
2008-04-24 10:25 Christian Grothoff Status confirmed => assigned
2008-04-24 10:25 Christian Grothoff Assigned To => lv-426__
2008-09-10 22:48 Christian Grothoff Status assigned => resolved
2008-09-10 22:48 Christian Grothoff Resolution open => fixed
2008-09-10 22:49 Christian Grothoff Status resolved => closed
2013-05-06 12:52 Christian Grothoff Category SSL => HTTPS (SSL)
2024-01-21 13:25 Christian Grothoff Category HTTPS (SSL) => HTTPS (TLS)