Re: Cross-Compiling w/ FIPS Support from Linux to Windows

2021-03-11 Thread Bradley Gannon
I'm still struggling with this problem, but I have a little more information. I learned from a close reading of `INSTALL.W32` and `.W64` that support for 64-bit Windows is not stable, but support for 32-bit Windows is okay, and that cross-compilation from Linux is possible. An example given in `INS

Cross-Compiling w/ FIPS Support from Linux to Windows

2021-03-08 Thread Bradley Gannon
Hi there: I'm trying to cross-compile FIPS-capable OpenSSL from Linux to Windows. I already have a working native Linux build system, and I want to extend it to support Windows targets without standing up a new host. My cross-compile process follows the FOM User Guide to the best of my understand