sspi-rs icon indicating copy to clipboard operation
sspi-rs copied to clipboard

Support QueryContextAttributes SECPKG_ATTR_SESSION_KEY

Open jborean93 opened this issue 2 years ago • 0 comments

Would be great to support SECPKG_ATTR_SESSION_KEY with QueryContextAttributesW to retrieve the generated session key for the security context. This is needed if you ever want to implement support for SMB authentication as it uses this key to derive the subsequent keys it uses internally.

jborean93 avatar Sep 20 '23 21:09 jborean93