]> git.ipfire.org Git - thirdparty/openvpn.git/commit
Warn when pkcs11-id or pkcs11-id-management options are ignored
authorSelva Nair <selva.nair@gmail.com>
Fri, 20 Jan 2023 02:18:41 +0000 (21:18 -0500)
committerGert Doering <gert@greenie.muc.de>
Fri, 20 Jan 2023 16:58:47 +0000 (17:58 +0100)
commitabad04fc8ef6c1da7dc4e976bacee9f34931adea
tree2421f2f3599287a43ab589ef1ea0afa34d251aeb
parent7217c7137ef835eb70a3e0c0fcf1cbdf3d5f65b2
Warn when pkcs11-id or pkcs11-id-management options are ignored

- If there are no pkcs11-providers either directly specified or
  through p11-kit-proxy made available through a build-time detection,
  these options are ignored. Log a warning in such cases.

  Especially important on Windows where automatic loading of p11-kit
  is not enabled in our release builds.

- Document this behaviour.

Signed-off-by: Selva Nair <selva.nair@gmail.com>
Acked-by: Frank Lichtenheld <frank@lichtenheld.com>
Message-Id: <20230120021841.2048791-1-selva.nair@gmail.com>
URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg26056.html
Signed-off-by: Gert Doering <gert@greenie.muc.de>
doc/man-sections/pkcs11-options.rst
src/openvpn/options.c