|
From: <ope...@li...> - 2011-03-31 09:30:35
|
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, beta2.2 has been updated
via 272aef2f0fd6b8c81c397fc32a503776e2b4bef1 (commit)
from 53aa737dd18d72fb759f08794799c166ae81fab7 (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 272aef2f0fd6b8c81c397fc32a503776e2b4bef1
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...>
(cherry picked from commit 008a18e772bf1854f9a2102bef4b3d5b0a08a66b)
-----------------------------------------------------------------------
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
|