[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [libmicrohttpd] HTTPS support
From: |
Jiri Kastner |
Subject: |
Re: [libmicrohttpd] HTTPS support |
Date: |
Thu, 14 May 2015 14:56:34 +0000 (UTC) |
User-agent: |
Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) |
i'm throwing another one :)
for example apache mod_gnutls can use gnupg keys, instead of 'certificate
authorities' 'web of trust'.
as gnutls provides i/o for gnupg key format, can libmicrohttpd application use
them?
best regards
j.
On Thu, 07 May 2015 16:24:12 +0200, Piotr Grzybowski wrote:
> daemon = MHD_start_daemon (MHD_USE_SELECT_INTERNALLY | MHD_USE_SSL,
> PORT, NULL, NULL,
> &answer_to_connection, NULL,
> MHD_OPTION_HTTPS_MEM_KEY, key_pem,
> MHD_OPTION_HTTPS_MEM_CERT, cert_pem,
> MHD_OPTION_END);
>