0.5.0 - 2022-02-21
- Added the
auth_stageextra_info for a CredSSP context to give a human friendly indication of what sub auth stage it is up to. - Added the
protocol_versionextra_info for a CredSSP context to return the negotiated CredSSP protocol version. - Added the
credssp_min_protocolkeyword argument for a CredSSP context to set a minimum version the caller will accept of the peer.- This can be set to
5+to ensure the peer supports and applies the mitigations for CVE-2018-0886.
- This can be set to
- Added safeguards when trying to retrieve the completed context attributes of
NegotiateProxybefore any contexts have been set up (#33)