golang-fips / go

Repository for FIPS enabled Go using OpenSSL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to run on Windows

tkconsulting opened this issue · comments

I am unable to build/run successfully go with openssl on Windows. The build works fine on Linux but on Windows it is not picking up the OpenSSL DLL - there are no errors during build or execution. It looks like its falling back to boringcrypto when executing crypto functions. Are there any specific instructions or flags that needs to be set during build or execution to use OpenSSL on windows?
I am building it on Windows 10 Pro, with Go 1.24.4 and OpenSSL 3.
Building from go1.21-opensslv2-staging branch.