lealem47

Results 22 comments of lealem47

> @lealem47 Jacob says he has some duplicate work in PR #5213 that needs cleaned up and it will help out this PR. Please sync with @JacobBarthelmeh Sounds good. Thanks...

> Please rebase this onto master and use where possible the X509Print* functions added in from PR 5213. Will do. Might have to refactor a bit so that the new...

Hi @opkaizen, Thank you for this report. I will look into this.

Hi @opkaizen, Can you give https://github.com/wolfSSL/wolfBoot/pull/441 a try? You would just have to add `-DBUILD_IMAGE=yes` to your cmake command

About the failure on re-running cmake, it's an issue with the cache from the first run. If you delete `build/CMakeCache.txt`, you should be able to re-run the cmake command and...

Hi @Dich0tomy, Your use of `FetchContent_Declare` pulls in our source code to be built alongside your application but the lines below in jwt-cpp's CMakeLists.txt file assumes that wolfSSL is already...

Hi @opkaizen, Why not just compile wolfBoot once then link with your application? Instead of compiling it along with your project?

Hi @opkaizen , Thank you for the patch. I agree it would be helpful. However, this diff is very small. We here at wolfSSL would tend to treat small fixes...