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

Merged
merged 8 commits into from
Oct 8, 2024
Merged

wolfCrypt CSharp Wrapper #3166

merged 8 commits into from
Oct 8, 2024

Commits on Oct 5, 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 Oct 5, 2024
    Configuration menu
    Copy the full SHA
    e10c943 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7989dd8 View commit details
    Browse the repository at this point in the history
  3. Resolve hash new leak due to improper heap hint check. Make sure isAl…

    …located is initialized to 0.
    dgarske committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    0bb41e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbd3484 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9de3bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    59389a0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    4753e1c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f4274 View commit details
    Browse the repository at this point in the history