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

[release/6.0] Fix process aborts when using cryptographic primitives with empty input for Android #77283

Merged
merged 1 commit into from
Nov 7, 2022

Commits on Oct 20, 2022

  1. Backport of 773766f to release/6.0.

    Fix Android crypto asserts (dotnet#61827)
    
    This fixes three asserts that were started occurring in the native Android cryptographic primitives.
    
    - One shot hashing now tolerates empty/null input.
    - Hashing and HMAC will now no-op if the append is empty.
    - RSA encryption now tolerates empty/null input.
    vcsjones committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    36df7cc View commit details
    Browse the repository at this point in the history