Skip to content

Kerberos Auth Protocol 5 and 6

Compare
Choose a tag to compare
@jborean93 jborean93 released this 10 Apr 07:37
· 22 commits to master since this release
6816236
  • Drop support for Python 3.3
  • Added support for new CredSSP protocol 5 and 6, mitigates CVE 2018-0886
  • Added the ability to specify a minimum CredSSP server version
  • Added support for SPNEGO/Kerberos authentication over CredSSP
  • Removed manual asn.1 structures and added dependency on pyasn1 for easier
    code management
  • Deprecated older function in HttpCredSSPAuth that should be host specific
    instead of global
  • Changed license to MIT from ISC
  • Tidied up test suite to use py.test and added pep8 checks