Skip to content

Dev 1 Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@jborean93 jborean93 released this 20 Feb 21:02
· 197 commits to master since this release
702d760

Fixes issue with signature verification of STATUS_PENDING responses. These messages are not signed
and needed to be skipped in the signature verification stage.

Also made python-gssapi an optional dependency, users can install it manually by running pip install smbprotocol[kerberos] if required.