Hi All,
I am seeing a strange entry on the logs. I am trying to get OpenVPN gping on OmniOS and I am having two difficulties. One is that in the logs I am seeing
"using 160 bit message hash 'SHA1' for hmac authentication. This is strange because in the vars file, I selected EASYRSA_DIGEST "sha512" so I can't figure why it's still using sha1. Can anyone help me out please?
OpenVPN using SHA1 instead of SHA512
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
Please use the [oconf] BB tag for openvpn Configurations. See viewtopic.php?f=30&t=21589 for an example.
-
- OpenVPN User
- Posts: 22
- Joined: Wed Dec 23, 2020 10:12 pm
-
- OpenVPN User
- Posts: 22
- Joined: Wed Dec 23, 2020 10:12 pm
Re: OpenVPN using SHA1 instead of SHA512 [SOLVED]
Ouch. My bad. Sorry. I just realized i missed "auth SHA512" in the server.conf file.
-
- OpenVPN Protagonist
- Posts: 11139
- Joined: Fri Jun 03, 2016 1:17 pm
Re: OpenVPN using SHA1 instead of SHA512
Just so you understand, using SHA512 is wasting CPU cycles on your VPN nodes.
--auth SHA1 (The default) is absolutely all you need as the Auth HMAC.
--auth SHA1 (The default) is absolutely all you need as the Auth HMAC.
-
- OpenVPN User
- Posts: 22
- Joined: Wed Dec 23, 2020 10:12 pm
Re: OpenVPN using SHA1 instead of SHA512
Thanks for that reminder. That is true.