]> git.ipfire.org Git - thirdparty/openvpn.git/commit
plugin: Export secure_memzero() to plug-ins
authorDavid Sommerseth <davids@openvpn.net>
Fri, 5 May 2017 18:46:22 +0000 (20:46 +0200)
committerDavid Sommerseth <davids@openvpn.net>
Tue, 9 May 2017 17:12:01 +0000 (19:12 +0200)
commitf018dfcc3631f165232afa3d13dc2a608bdb6ce7
tree77b859e22cdbc59151bad76f66919194b46f09ba
parent9900e023bcc49964d33e6f22c2b6223f8932acf8
plugin: Export secure_memzero() to plug-ins

The provides plug-ins with a safe and secure way to santize sensitive
information such as passwords, by re-using the secure_memzero()
implementation in OpenVPN.

Signed-off-by: David Sommerseth <davids@openvpn.net>
Acked-by: Selva Nair <selva.nair@gmail.com>
Message-Id: <20170505184622.24520-1-davids@openvpn.net>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg14546.html
Signed-off-by: David Sommerseth <davids@openvpn.net>
include/openvpn-plugin.h.in
src/openvpn/plugin.c