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

Managed implementation of NTLM for Android and tvOS #66879

Merged
merged 18 commits into from
Apr 19, 2022

Commits on Apr 13, 2022

  1. Configuration menu
    Copy the full SHA
    f4e853f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b87aeb5 View commit details
    Browse the repository at this point in the history
  3. WIP: Integrate managed Ntlm implementation into SocketsHttpHandler

    Co-authored-by: Tomas Weinfurt <tweinfurt@yahoo.com>
    filipnavara and wfurt committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    f9b6145 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc67cce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f19f56 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7980fad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a26196e View commit details
    Browse the repository at this point in the history
  8. Various cleanups

    filipnavara committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    afe1b86 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9234395 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f81f048 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a531394 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    de945b8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e185050 View commit details
    Browse the repository at this point in the history
  14. Fix hash calculation in makeNtlm2Hash accidentally broken with last c…

    …ommit.
    
    Read NegTokenResp explicitly.
    Add mechListMIC reading and verification.
    filipnavara committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    9e66fcb View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6364a3 View commit details
    Browse the repository at this point in the history
  16. Address feedback

    filipnavara committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    4d10cfa View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    56029d3 View commit details
    Browse the repository at this point in the history
  18. Enable System.Net.Security tests on Android and iOS

    Steve Pfister authored and filipnavara committed Apr 13, 2022
    Configuration menu
    Copy the full SHA
    50a8fc6 View commit details
    Browse the repository at this point in the history