]> 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:30 +0000 (19:12 +0200)
commit174c27e7b4b2b86809ac61dd4afee01a74321e0f
treee1dc80ddf6c2be86c232012d9bde79377842daa1
parent03d01f4f69cfc6768343b9f0f2dde2049e4882d2
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>
(cherry picked from commit f018dfcc3631f165232afa3d13dc2a608bdb6ce7)
include/openvpn-plugin.h.in
src/openvpn/plugin.c