Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added support for GGF inquire cred and sec context #141

Merged
merged 1 commit into from
Jan 17, 2018

Commits on Jan 17, 2018

  1. Implement partial support for GSSAPI extension GGF

    GGF provides extended credential and security context inquiry that allows
    application to retrieve more information about the client's credentials and
    security context. One common use case is to use gss_inquire_sec_context_by_oid
    to retrieve the "session" key that is required by the SMB protocol for signing
    and encrypting a message. These calls are provided as a part of the raw
    interface and are not exposed in the high-level interface.
    
    Thanks to @vm86 for his work on the gss_inquire_sec_context_by_oid.
    
    Draft IETF document for these extensions can be found at
    https://tools.ietf.org/html/draft-engert-ggf-gss-extensions-00
    jborean93 committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    36c0da8 View commit details
    Browse the repository at this point in the history