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

Fix X509 test failures on Android #50301

Merged
15 commits merged into from
Apr 6, 2021
Merged

Commits on Mar 25, 2021

  1. Disable tests on Android that use unsupported features (Brainpool cur…

    …ve, PSS padding in cert signatures)
    jkoritzinsky committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    48e809c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    babea08 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5f2b5b6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    080a566 View commit details
    Browse the repository at this point in the history
  5. On older API levels, we can end up getting a certificate with a null …

    …public key. Return early with null instead of crashing with an assert.
    jkoritzinsky committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    8f347ef View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a2a9c90 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    9956290 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26d9251 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55552c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea006f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37e649c View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2021

  1. Configuration menu
    Copy the full SHA
    306b4dc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32036cb View commit details
    Browse the repository at this point in the history
  3. PR feedback.

    jkoritzinsky committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    e1ecfe8 View commit details
    Browse the repository at this point in the history
  4. Fix test project path.

    jkoritzinsky committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    46a3d5b View commit details
    Browse the repository at this point in the history