0.8.0 - 2023-02-17
- Added the
spnego.ContextReq.no_integrityflag to disable integrity/confidentiality on Kerberos/Negotiate contexts- This is used by authentication contexts that need to disable integrity/confidentiality explicitly
- An example would be the LDAP SASL
GSS-SPNEGOwhere the context flags control the SSF flags
- Added optional kwargs to
step()on a security contextchannel_bindings- This can be used to supply the channel bindings when performing a context step rather than when creating the context
Full Changelog: v0.7.0...v0.8.0