[Openvpn-devel] [PATCH] Wipe Socks5 credentials after use

2021-03-19 Thread Max Fillinger
Plaintext authentication is not exactly high security, but we might as well memzero the credentials before leaving the function. --- src/openvpn/socks.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/openvpn/socks.c b/src/openvpn/socks.c index 36df

Re: [Openvpn-devel] [Patch] Wipe Socks5 credentials after use

2021-03-19 Thread Maximilian Fillinger via Openvpn-devel
Sorry about that! I'll send it again from my personal account later. -Original Message- From: Gert Doering [mailto:g...@greenie.muc.de] Sent: vrijdag 19 maart 2021 18:30 To: Maximilian Fillinger Cc: openvpn-devel@lists.sourceforge.net Subject: Re: [Openvpn-devel] [Patch] Wipe S

Re: [Openvpn-devel] [Patch] Wipe Socks5 credentials after use

2021-03-19 Thread Gert Doering
Hi, On Fri, Mar 19, 2021 at 04:45:18PM +, Maximilian Fillinger via Openvpn-devel wrote: [..] The patch itself is OK (I think), but actually applying it will mess up the Author: information in git, because you are sending from a domain that has DMARC p=reject. So mailman is massacring your F

[Openvpn-devel] [Patch] Wipe Socks5 credentials after use

2021-03-19 Thread Maximilian Fillinger via Openvpn-devel
Socks5 plaintext authentication is not exactly high security, but we might as well memzero the credentials before leaving the function. --- src/openvpn/socks.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/src/openvpn/socks.c b/src/openvpn/socks.c in