]> git.ipfire.org Git - thirdparty/hostap.git/commit
tests: Provide digestmod to hmac.new() for Python 3.8
authorJouni Malinen <j@w1.fi>
Sun, 3 May 2020 08:43:23 +0000 (11:43 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 3 May 2020 08:58:54 +0000 (11:58 +0300)
commit674758ed5994daa0620b69dd7a610b2006b6efdb
tree34ef18ded165ad9252058dd1bfb5ffacf98c6b89
parenta7d6098fb455fd5c41c08d30bed5427472d4c368
tests: Provide digestmod to hmac.new() for Python 3.8

Python 3.8 removed the previously used default of MD5 algorithm, so
provide the explicit digestmod=hashlib.md5 parameter to the couple of
places that were missing it.

Signed-off-by: Jouni Malinen <j@w1.fi>
tests/hwsim/test_eap_proto.py
tests/hwsim/test_radius.py