Page 1 of 1

After disable comp-lzo, Digest:none in client log file, it's normal and safe ?

Posted: Tue Dec 28, 2021 3:39 pm
by Benoit86
Hello,

After to disable comp-lzo to my openvpn server, device client log file says :
--PROTOCOL OPTIONS
cipher: AES-256-GCM
digest: NONE
compress : NONE

Before it was digest: SHA512

All seem to works fine but can anyone tell me if it's normal and safe ?

Thanks You

Re: After disable comp-lzo, Digest:none in client log file, it's normal and safe ?

Posted: Tue Dec 28, 2021 3:43 pm
by TinCanTech
Cipher AES-256-GCM has built in authentication. You do not need a digest and it is safe.

Re: After disable comp-lzo, Digest:none in client log file, it's normal and safe ?

Posted: Tue Dec 28, 2021 3:49 pm
by Benoit86
Great ! Thanks You very much for your quick answer !