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

wolfCrypt CSharp Wrapper #3166

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 24, 2024

  1. wolfCrypt CSharp Wrapper:

    * Adds RNG, ECC(ECIES and ECDHE), RSA, ED25519/Curve25519, AES-GCM, and Hashing to the CSharp wrapper.
    * Adds GitHub action for building the CSharp wrapper solution and running wolfCrypt test and a TLS server/client example.
    * Adds "new" API's for wolfCrypt for platforms that cannot tolerate the structs directly.
    * Fixes for several scan-build warnings.
    aidangarske authored and dgarske committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    5fd4880 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85296c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Resolve hash new leak due to improper heap hint check. Make sure isAl…

    …located is initialized to 0.
    dgarske committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    32ed473 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    71aacf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371efa9 View commit details
    Browse the repository at this point in the history