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

Skip ExportPkcs7_Empty test on mobile platforms #59626

Merged
merged 2 commits into from
Sep 27, 2021

Commits on Sep 26, 2021

  1. Skip ExportPkcs7_Empty test on mobile platforms

    The test made it through and was failing on CI.  PKCS#7 export is not supported on mobile platforms.
    Steve Pfister committed Sep 26, 2021
    Configuration menu
    Copy the full SHA
    c049db2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. PKCS7_Empty was failing on android b/c 0 length was not allowed. See …

    …if it matters
    Steve Pfister committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    8d6bc73 View commit details
    Browse the repository at this point in the history