David Garske

Results 50 issues of David Garske

Using 24d9bf85bcad4711294113b447c8c984130849bd `./configure --disable-linuxmodule --enable-nsclick --enable-wifi && make` ``` ../elements/userlevel/fromdevice.hh:258:9: warning: private field '_was_promisc' is not used [-Wunused-private-field] int _was_promisc : 2; ^ ``` ``` ../elements/wifi/radiotapdecap.cc:125:34: warning: taking address of...

# Description * Fix for handling `WC_PENDING_E` from decrypt session ticket callback. * Fix location of test.h call for `EarlyDataStatus` in examples. Needs to be outside the async block. Fixes...

# Description Improve the documentation for HMAC hash types https://github.com/wolfSSL/wolfssl/issues/5450 # Testing # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ] updated appropriate READMEs...

# Description Experimental support for multi-threaded sniffer. ZD 14597 # Testing How did you test? # Checklist - [ ] added tests - [ ] updated/added doxygen - [ ]...

Pulling in work done for the FreeRTOS-AWS port for the PKCS 11 wrapper. Added new build option (--enable-pkwrap), which is enabled by default. Currently supports ECC and RSA handling for...

* Adds RNG, ECC, RSA, ED25519/Curve25519 to the CSharp wrapper. * Adds GitHub action for building the CSharp wrapper solution and running wolfCrypt test and a TLS server/client example.

* Changes to support wolfCrypt native ST-Safe ECC operations. * Added devId support to benchmarking. Contribution from ST