go-wolfssl
go-wolfssl copied to clipboard
Windows Support
It seems like the cgo directives in the code assume Linux. Is there a way to get this working on Windows?
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.
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.