go-wolfssl icon indicating copy to clipboard operation
go-wolfssl copied to clipboard

Windows Support

Open clseibold opened this issue 2 years ago • 2 comments

It seems like the cgo directives in the code assume Linux. Is there a way to get this working on Windows?

clseibold avatar Oct 12 '23 11:10 clseibold

Hi @clseibold,

We expect this to work on Windows if you use something like WSL or Mingw64, but it has not been tested yet. Please let us know if you run into any issues.

kareem-wolfssl avatar Oct 12 '23 18:10 kareem-wolfssl

Yeah, not using WSL or mingw64, sorry (WSL builds linux binaries, not windows binaries, so WSL wouldn't even make sense to begin with). WolfSSL can compile in VS 2008, so I expect the golang wrapers to be able to wrap around an already-compiled library.

I will fork the library myself if I must.

clseibold avatar Oct 12 '23 19:10 clseibold