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

[macOS/iOS] Implement RSA, ECDsa signing using macOS 10.12+ API #51914

Merged
merged 3 commits into from
Apr 27, 2021

Commits on Apr 27, 2021

  1. Implement RSA, ECDsa signing using macOS 10.12+ API

    Also unify DSA signing under the same native API. It's not supported on iOS and throws error there.
    
    Co-authored-by: Kevin Jones <[email protected]>
    filipnavara and vcsjones committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    05e04c8 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    filipnavara committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    21699a6 View commit details
    Browse the repository at this point in the history
  3. clang-format

    filipnavara committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    c6f409b View commit details
    Browse the repository at this point in the history