Topic: how to build wolfssl for gnu-efi?

I am trying to use wolfssl in my vs gnu-efi project. What are the steps for GNU-EFI ?

Thank you.

Share

Re: how to build wolfssl for gnu-efi?

Have you had a look at https://github.com/wolfSSL/wolfssl-exam … efi-static and https://github.com/wolfSSL/wolfssl-exam … fi-library ?

Share

Re: how to build wolfssl for gnu-efi?

Yes I checked it. Made an .efi (examples/uefi-library/libwolfcrypt.efi) with WSL. I got the main library in examples/uefi-static/... Used: make on WSL. Got wolfssl folder as .sln project. Here I built the project and got the .lib but when I reference it from gnu-efi project (#include <wolfssl/ssl.h>), I get many errors from file WinUser.h


I think I am missing something or that .sln project is not auto configured for gnu-efi environment?

Can you explain it?

[NOTE:My purpose is sending https requests on efi]

Share