Hi,
On Mon, Mar 18, 2013 at 05:37:31PM +0100, steffan.kar...@fox-it.com wrote:
> --- a/src/openvpn/options.c
> +++ b/src/openvpn/options.c
> @@ -6223,7 +6223,7 @@ add_option (struct options *options,
> {
>VERIFY_PERMISSION (OPT_P_CRYPTO);
>options->ciphername_defined = true;
>
Wow, 32 bit. I clearly did not put enough effort in testing polar's newly
supported ciphers. I'll take a good look at this.
-Steffan
-Original Message-
From: Gert Doering [mailto:g...@greenie.muc.de]
Sent: woensdag 20 maart 2013 9:53
To: Steffan Karger
Cc: openvpn-devel@lists.sourceforg
Hi all,
I modified the obfuscation patch to work with git-master. And I also put it
on Github: https://github.com/siren1117/openvpn-obfuscation-release .
Hope it could help someone.
-- siren1117
0001-obfuscation.patch
Description: Binary data
This patch adds a log warning when using --verb levels at 7 or higher
when running on builds lacking debug support. Since official builds are
now built with enable_debug=no, this warning will help developers
identify why expected debug messages may not be present in log output.
The test and messag
Am 20.03.13 17:32, schrieb Josh Cepek:
> This patch adds a log warning when using --verb levels at 7 or higher
> when running on builds lacking debug support. Since official builds are
> now built with enable_debug=no, this warning will help developers
> identify why expected debug messages may not
On 3/20/2013 11:42, Arne Schwabe wrote:
> ACK. But I would change "debug verb" to "debug verbosity" and I think
> there should be no comma before "but"
This text change makes sense: I've adjusted it to read "NOTE: debug
verbosity..." and saved another byte removing the comma.
Updated patch attac
Hi,
Attached a patch for the second point you make. It was a pre-existing bug where
the autoconf script was not equipped to detect incorrectly compiled polarssl
builds, e.g. without pkcs11 support.
I'm still working on the first (polarssl-blowfish) point, need to do some more
testing first on
Am 20.03.13 19:22, schrieb Josh Cepek:
On 3/20/2013 11:42, Arne Schwabe wrote:
ACK. But I would change "debug verb" to "debug verbosity" and I think
there should be no comma before "but"
This text change makes sense: I've adjusted it to read "NOTE: debug
verbosity..." and saved another byte re
Your patch has been applied to the master and release/2.3 branch.
commit 58fbb8046b203ca23708c1765ee84330d8809266 (master)
commit 152ca3e49f14b8fe8e7e52daf3cf11851fb98acd (release/2.3)
Author: Josh Cepek
List-Post: openvpn-devel@lists.sourceforge.net
Date: Wed Mar 20 13:22:25 2013 -0500
(