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] Use Android SDK instead of OpenSSL where possible #43740

Merged
merged 23 commits into from
Nov 12, 2020

Commits on Oct 22, 2020

  1. initial impl

    EgorBo committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    798813f View commit details
    Browse the repository at this point in the history
  2. add more stuff

    EgorBo committed Oct 22, 2020
    Configuration menu
    Copy the full SHA
    d8fc623 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. tmp

    EgorBo committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    3ebdfcd View commit details
    Browse the repository at this point in the history
  2. implement async apis

    EgorBo committed Oct 23, 2020
    Configuration menu
    Copy the full SHA
    903ba35 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2020

  1. Address feedback

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    e22a5b8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e73c298 View commit details
    Browse the repository at this point in the history
  3. Refactoring

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    211bde0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    45ea7f9 View commit details
    Browse the repository at this point in the history
  5. Update opensslshim.c

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a6099f2 View commit details
    Browse the repository at this point in the history
  6. Fix build

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    4483fa7 View commit details
    Browse the repository at this point in the history
  7. Fix build

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    19f1aba View commit details
    Browse the repository at this point in the history
  8. Add HMac

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    a42371b View commit details
    Browse the repository at this point in the history
  9. Add stubs for AES/DES

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    699ee4e View commit details
    Browse the repository at this point in the history
  10. Update CMakeLists.txt

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    01c8964 View commit details
    Browse the repository at this point in the history
  11. Implement AES

    EgorBo committed Nov 2, 2020
    Configuration menu
    Copy the full SHA
    d9617a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2020

  1. fix conflicts

    EgorBo committed Nov 3, 2020
    Configuration menu
    Copy the full SHA
    85238f4 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2020

  1. Fix crashes

    EgorBo committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    3a83a15 View commit details
    Browse the repository at this point in the history
  2. Clean up

    EgorBo committed Nov 9, 2020
    Configuration menu
    Copy the full SHA
    d3f93af View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Handle errors more gracefully

    EgorBo committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7824d05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40904dd View commit details
    Browse the repository at this point in the history
  3. fix typo

    EgorBo committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    7b6f02a View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. restart CI

    EgorBo authored Nov 11, 2020
    Configuration menu
    Copy the full SHA
    bf83fa2 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    653d9e2 View commit details
    Browse the repository at this point in the history