[Git][NTPsec/ntpsec][master] Spelling
Matt Selsky
gitlab at mg.gitlab.com
Fri Sep 4 01:35:42 UTC 2020
Matt Selsky pushed to branch master at NTPsec / ntpsec
Commits:
9561b88b by Matt Selsky at 2020-09-03T20:23:59-04:00
Spelling
- - - - -
1 changed file:
- pylib/packet.py
Changes:
=====================================
pylib/packet.py
=====================================
@@ -1765,7 +1765,7 @@ class Authenticator:
ntp.poly.polybytes(passwd), keytype)
if not mac2:
return False
- # typically prefered to avoid timing attacks client-side (in theory)
+ # typically preferred to avoid timing attacks client-side (in theory)
try:
return hmac.compare_digest(mac, mac2) # supported 2.7.7+ and 3.3+
except AttributeError:
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/9561b88b443d51fa5eba912cdf4785d2d334ec82
--
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/-/commit/9561b88b443d51fa5eba912cdf4785d2d334ec82
You're receiving this email because of your account on gitlab.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20200904/1558b64b/attachment.htm>
More information about the vc
mailing list