diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-05-11 16:21:33 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-05-11 16:21:33 +0000 |
commit | 7d6c582090f48d3bbaa9cf20a67d0b8b4119dbfe (patch) | |
tree | 045291888599661b8db452332c264fb09826de9c | |
parent | Version 2.1_beta14 released (diff) | |
download | openvpn-7d6c582090f48d3bbaa9cf20a67d0b8b4119dbfe.tar.xz |
Added credit for CAN-2005-2532.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1024 e7ae566f-a301-0410-adde-c780ea21d3b5
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -332,7 +332,7 @@ $Id$ the OpenSSL error queue is not properly flushed, which can result in another unrelated client instance on the server seeing the error and responding to it, resulting in disconnection of the unrelated client - (CAN-2005-2532). + (CAN-2005-2532). Credit: Mike Ireton. * Security Fix -- DoS attack against server by authenticated client. A malicious client in "dev tap" ethernet bridging mode could theoretically flood the server with packets appearing to come from diff --git a/configure.ac b/configure.ac index b4e9387..50f27d5 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.50) -AC_INIT([OpenVPN], [2.1_beta14], [openvpn-users@lists.sourceforge.net], [openvpn]) +AC_INIT([OpenVPN], [2.1_beta14a], [openvpn-users@lists.sourceforge.net], [openvpn]) AM_CONFIG_HEADER(config.h) AC_CONFIG_SRCDIR(syshead.h) |