pypi pyspnego 0.5.2

latest releases: 0.12.1, 0.12.0, 0.11.2...
4 years ago

0.5.2 - 2022-04-29

  • Added custom MD4 hashing code for NTLM to use.
    • Newer Linux distributions ship with OpenSSL 3.x which typically disables MD4 breaking the use of hashlib.new('md4', b"")
    • Using this custom code allows NTLM to continue to work
    • While it's bad to continue to use older hashing mechanisms in this case there is no valid alternative available

Don't miss a new pyspnego release

NewReleases is sending notifications on new releases.