Eric Blankenhorn
Eric Blankenhorn
Hi @ycdev1 Thanks for this suggestion. Could you tell us a bit about your project using wolfSSL? We do not typically accept small changes to the library. Do you think...
Hello @rdmark How are you configuring wolfSSL? Also the netatalk branch you shared appears to be invalid. Thanks, Eric - wolfSSL Support
Hi @rdmark How is wolfSSL picking up the config in https://github.com/Netatalk/netatalk/blob/c9265a4674536dc404a664f60bb66433e3148ba8/meson_config.h Can you build wolfSSL as a shared lib in docker then just link against it? That would also make...
I was not able to reproduce the error using the instructions you shared: ``` ~/test/gh7984/netatalk$ meson compile -C build INFO: autodetecting backend as ninja INFO: calculating backend command to run:...
Hi @fos9191 Thanks for your interest in wolfSSL. Can you tell us a bit about your project? We do not typically accept small changes like this. Do you anticipate making...
@fos9191 Thanks for sharing those details. Sounds like a very interesting project! @gojimmypi I've assigned this to you. Please incorporate these changes in a PR of your own. Afterwards this...
Add an instructional readme.md file in the base folder
Fix this build error: ``` In file included from /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/src/mqtt_client.h:28, from /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/src/main.c:26: /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/src/mqtt_net.h:32:5: error: unknown type name ‘WOLFSSL’ 32 | WOLFSSL* ssl; | ^~~~~~~ make[2]: *** [CMakeFiles/freertos_sim.dir/build.make:202: CMakeFiles/freertos_sim.dir/src/main.c.o] Error 1...
Add an instructional README.md to the freertos-wolfip-wolfmqtt folder
Resolve these build errors ``` In file included from /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/../../../wolfssl/wolfssl/ssl.h:33, from /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/src/mqtt_net.h:26, from /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/src/mqtt_net.c:22: /home/eric/repos/wolfssl-examples/fullstack/freertos-wolfip-wolfmqtt/../../../wolfssl/wolfssl/wolfcrypt/settings.h:3754:14: warning: #warning "For timing resistance / side-channel attack prevention consider using harden options" [-Wcpp] 3754...