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

[Android] PoC: Use Java TrustManager to call RemoteCertificateValidationCallback in SslStream #77220

Closed
wants to merge 44 commits into from

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    2f0f324 View commit details
    Browse the repository at this point in the history
  2. Renaming

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1728ce8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    217fdd7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6585fc View commit details
    Browse the repository at this point in the history
  5. Fix C# code

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    fd0f49d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb5e8e1 View commit details
    Browse the repository at this point in the history
  7. Shuffle code around

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    708c070 View commit details
    Browse the repository at this point in the history
  8. Enable a bunch of tests

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    d4cd5f9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5efc0b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    efb0bce View commit details
    Browse the repository at this point in the history
  11. Add AndroidDexBuilder

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    4d18289 View commit details
    Browse the repository at this point in the history
  12. Include dex in apk

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c50f3d6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f8f013e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cbd87be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    83b34d8 View commit details
    Browse the repository at this point in the history
  16. Improve naming

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    eb4171d View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    17a494e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    001d6ed View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    3431f08 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bd883b3 View commit details
    Browse the repository at this point in the history
  21. Improve dex builder

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    28d4f53 View commit details
    Browse the repository at this point in the history
  22. Code improvements

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1ea9191 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    f5d7a6d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0fc2744 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3822378 View commit details
    Browse the repository at this point in the history
  26. Revert "Include client certificate"

    This reverts commit 45b203fa06b93fea7689b284bd045f8026c1792a.
    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    c950eac View commit details
    Browse the repository at this point in the history
  27. Revert "Allow selecting TLS version based on the settings"

    This reverts commit c2bb4d2a91716c18c8a3051c12f393bf63dfd4d2.
    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    9710732 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ab1ccb9 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    48ccb41 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    be040e4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    20dc5ff View commit details
    Browse the repository at this point in the history
  32. Bugfix

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    bfd6397 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f91748e View commit details
    Browse the repository at this point in the history
  34. Fix build

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    75942a2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    eece1ce View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5d23009 View commit details
    Browse the repository at this point in the history
  37. Fix build

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    507e7fa View commit details
    Browse the repository at this point in the history
  38. Code cleanup

    simonrozsival committed Oct 19, 2022
    Configuration menu
    Copy the full SHA
    1a37b0e View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2022

  1. Code improvements

    simonrozsival committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    728783b View commit details
    Browse the repository at this point in the history
  2. Simplify dex builder

    simonrozsival committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    0eb28f5 View commit details
    Browse the repository at this point in the history
  3. Fix building tests apks

    simonrozsival committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    64d7b7a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed8aba9 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. Fix tests

    simonrozsival committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    1c33b30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36ca706 View commit details
    Browse the repository at this point in the history