[Openvpn-devel] [PATCH applied] Re: Fix assertion error when using --cipher none

2014-11-08 Thread Gert Doering
Your patch has been applied to the master and release/2.3 branches. commit 4e93e6dc88f4d904a4f2eb90140472a8d8fd68d0 (master) commit 44294568a113a7c54ce7fca86b4014c9d116 (release/2.3) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Sat Nov 8 11:15:08 2014 +0100

Re: [Openvpn-devel] [PATCH] Fix assertion error when using --cipher none

2014-11-08 Thread Arne Schwabe
On 08.11.2014 11:15, Steffan Karger wrote: > On 06-11-14 23:26, Steffan Karger wrote: >> Some commits ago, the cipher mode checks were cleaned up to >> remove code duplication (and fix the issue in #471), but broke >> '--cipher none' (reported in #473). This commit fixes that. > Attached a v2 of th

Re: [Openvpn-devel] [PATCH] Fix assertion error when using --cipher none

2014-11-08 Thread Steffan Karger
On 06-11-14 23:26, Steffan Karger wrote: > Some commits ago, the cipher mode checks were cleaned up to > remove code duplication (and fix the issue in #471), but broke > '--cipher none' (reported in #473). This commit fixes that. Attached a v2 of this patch that removes the (inconsistent) renamin