diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-09-08 03:52:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2008-09-08 03:52:52 +0000 |
commit | 1c4af9eaf53a16b30b25a052bebded816191bf76 (patch) | |
tree | ed1fb38ad1614fb7489ff4ee8c25ee8779e6e30c /errlevel.h | |
parent | Modified ip_or_dns_addr_safe, which validates pulled DNS names, (diff) | |
download | openvpn-1c4af9eaf53a16b30b25a052bebded816191bf76.tar.xz |
Fixed bug in intra-session TLS key rollover that was introduced with
deferred authentication features in 2.1_rc8.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@3316 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | errlevel.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -138,6 +138,7 @@ #define D_PING LOGLEV(7, 70, M_DEBUG) /* PING send/receive messages */ #define D_PS_PROXY_DEBUG LOGLEV(7, 70, M_DEBUG) /* port share proxy debug */ #define D_AUTO_USERID LOGLEV(7, 70, M_DEBUG) /* AUTO_USERID debugging */ +#define D_TLS_KEYSELECT LOGLEV(7, 70, M_DEBUG) /* show information on key selection for data channel */ #define D_PF_DROPPED_BCAST LOGLEV(7, 71, M_DEBUG) /* packet filter dropped a broadcast packet */ #define D_PF_DEBUG LOGLEV(7, 72, M_DEBUG) /* packet filter debugging, must also define PF_DEBUG in pf.h */ |