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

Support IOV functions on macOS #210

Closed
wants to merge 1 commit into from

Commits on Jul 17, 2020

  1. Support DCE IOV functions on macOS

    The DCE IOV functions on macOS are not exported by any public header on
    the GSS.Framework. They can still be accessed by dynamically getting the
    address of the known symbols for each function and invoking that.
    
    This allows users of this library on macOS to better interop with
    Windows SSPI message encryption which typically require the IOV wrapping
    functions that were previously unavailable.
    jborean93 committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    d2726a6 View commit details
    Browse the repository at this point in the history