Subject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback
authorOctav Zlatior <octav.zlatior@theobroma-systems.com>
Mon, 15 Dec 2014 15:29:15 +0000 (16:29 +0100)
committerAndy Green <andy.green@linaro.org>
Tue, 16 Dec 2014 00:47:37 +0000 (08:47 +0800)
commitcf5189614aee02bdf93bd65c45eb72891b813fa2
treea404740835f324dc7c2072ef5ccde88c42267ddd
parent4edb452969caa507834061d097bc88ea9dc88f1f
Subject: [PATCH] Adds "REQUIRES PRIVATE KEY" callback

In some situations the private key is not directly available via
filesystem (for example, when stored on a smartcard). If this is
the case, the user can set the private key filepath to NULL and
expect this callback reason to set the key directly via openSSL
library calls.
lib/libwebsockets.h
lib/ssl.c