What's Changed
- Added support for decoding the following TLS payloads with
python -m spnego --token ...- Client Hello
- Server Hello
- Certificate
- Server Key Exchange
- Client Key Exchange
- Certificate Request
- Added the
new_context()method on the context proxies to provide an easy and efficient way to re-use the context credentials and options for a new context - Removed use of
gssntlmsspto simplify codebase and ensure a consistent experience across OS versions- Using NTLM on a non-Windows system will use the Python NTLM implementation instead
Full Changelog: v0.6.3...v0.7.0