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] Implement RSA encryption using Android SDK #45870

Merged
merged 11 commits into from
Jan 6, 2021

Commits on Nov 20, 2020

  1. Add pal_ssl

    EgorBo committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    d5a3294 View commit details
    Browse the repository at this point in the history
  2. Implement AES-CCM,GCM

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

Commits on Nov 27, 2020

  1. Configuration menu
    Copy the full SHA
    eda30b5 View commit details
    Browse the repository at this point in the history
  2. Fix various GCM/CCM issues

    EgorBo committed Nov 27, 2020
    Configuration menu
    Copy the full SHA
    9e0d141 View commit details
    Browse the repository at this point in the history
  3. Update pal_evp_cipher.c

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

Commits on Dec 2, 2020

  1. Add RSA stubs

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

Commits on Dec 9, 2020

  1. Implement most of RSA

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

Commits on Jan 5, 2021

  1. Merge branch 'master' of github.com:dotnet/runtime into android-ssl-evp

    # Conflicts:
    #	src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/CMakeLists.txt
    #	src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/pal_jni.c
    #	src/libraries/Native/Unix/System.Security.Cryptography.Native.Android/pal_jni.h
    #	tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidApkFileReplacerTask.cs
    #	tools-local/tasks/mobile.tasks/AndroidAppBuilder/AndroidAppBuilder.csproj
    EgorBo committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    3950312 View commit details
    Browse the repository at this point in the history
  2. Remove comments

    EgorBo committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    37633d2 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2021

  1. Configuration menu
    Copy the full SHA
    305e860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4306e9 View commit details
    Browse the repository at this point in the history