View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001225 | libmicrohttpd | HTTPS (TLS) | public | 2007-06-16 15:58 | 2008-09-10 22:49 |
| Reporter | Christian Grothoff | Assigned To | lv-426__ | ||
| Priority | normal | Severity | feature | Reproducibility | N/A |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Summary | 0001225: SSL support | ||||
| Description | Currently, if a client requests SSL, MHD just refuses to create the deamon. | ||||
| Additional Information | The 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). | ||||
| Tags | No tags attached. | ||||
|
|
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. |
| 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) |