Re: [Openvpn-devel] [PATCH] Fix checks of SHA256 in tls-crypt and auth-token

2022-02-16 Thread Gert Doering
Hi, On Tue, Feb 15, 2022 at 11:54:07AM +0100, Arne Schwabe wrote: > These checks were not correctly updated. The check in auth-token > did nothing at all and the check in tls-crypt was the wrong check > but that was hidden by the condition being inverted as well. For the sake of the archives: Ant

Re: [Openvpn-devel] [PATCH] Fix checks of SHA256 in tls-crypt and auth-token

2022-02-15 Thread tincantech via Openvpn-devel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 May as well attribute this correctly. * tincant...@protonmail.com Protonmail, now so badly mangles mail on reply that I may have to go back to gmail. -BEGIN PGP SIGNATURE- Version: ProtonMail wsBzBAEBCAAGBQJiC7VvACEJEE+XnPZrkLidFiEECbw9RG

[Openvpn-devel] [PATCH] Fix checks of SHA256 in tls-crypt and auth-token

2022-02-15 Thread Arne Schwabe
These checks were not correctly updated. The check in auth-token did nothing at all and the check in tls-crypt was the wrong check but that was hidden by the condition being inverted as well. Reported-By: tincnt...@protonmail.com --- src/openvpn/auth_token.c | 2 +- src/openvpn/crypto_backend