Commit Graph

7 Commits (cb90b78688d0666e67bed45585284f95f409d1f3)

Author SHA1 Message Date
Aidan Garske e10c943bf3 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.
2024-10-05 11:44:58 -07:00
David Garske ea80e9e0ea Add documentation for the CSharp wrapper. 2023-01-16 11:13:25 -08:00
Jacob Barthelmeh f19b426a3f fix for files included in make dist 2022-05-20 09:26:53 -06:00
Jacob Barthelmeh fb3d38c3e8 add example C# PSK client 2022-03-21 10:19:45 -06:00
JacobBarthelmeh 2b5ed1564c add error function and print out 2020-06-12 09:45:23 -07:00
JacobBarthelmeh 6af052faae add peer certificate print to callback 2020-06-11 10:57:26 -07:00
David Garske a8f2c97e13 Added CSharp example for multi-threaded TLS server. Refactor to separate the ssl and ctx handles. 2020-03-20 16:10:19 -07:00