|
From: <ope...@li...> - 2011-03-31 09:30:42
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenVPN with experimental and new features - which requires a lot of testing".
The branch, master has been updated
via 008a18e772bf1854f9a2102bef4b3d5b0a08a66b (commit)
from dc2ccc825c6952546132286c57b193d8bb9daacd (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 008a18e772bf1854f9a2102bef4b3d5b0a08a66b
Author: David Sommerseth <da...@re...>
Date: Wed Mar 30 14:14:21 2011 +0200
Fix the --client-cert-not-required feature
Commit 2e8337de248ef0b5b48cbb2964da0d5c3f28b15b introduced a new
feature for using other SSL certificate fields for authentication
than the CN field.
This commit introduced a bug, which made the verify_callback()
function getting called even if --client-cert-not-required was
enabled in the config.
The reason for this was that an 'else' statement was lacking a
couple of curly braces. The offending commit in reality moved
the setup of the verify_callback() function out of the 'else'
statement.
Report-URL: https://community.openvpn.net/openvpn/ticket/108
Report-URL: https://forums.openvpn.net/topic7751.html
Signed-off-by: David Sommerseth <da...@re...>
Acked-by: Jan Just Keijser <ja...@ni...>
-----------------------------------------------------------------------
Summary of changes:
ssl.c | 10 ++++++----
1 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
OpenVPN with experimental and new features - which requires a lot of testing
|