Use of CMake config under windows, with OpenSSL #664
-
The CMake config for libfido2 seems to support inclusion into windows projects well? Especially if you want to make use of an existing OpenSSL library that is already used by the project. The windows build powershell script implies that the project is really tied to LibreSSL? Wondering if I am just not seeing the way to make it work or if there is just not much use under windows? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
In theory, it should be possible to link against OpenSSL on Windows but there might be some work required to accommodate that in the build system.
The script is mostly there for CI and release purposes and should not be considered the only way to build libfido2 on Windows.
We'd be happy to try to make things work better for projects wishing to make use of an existing OpenSSL build and any help is more than welcome. |
Beta Was this translation helpful? Give feedback.
In theory, it should be possible to link against OpenSSL on Windows but there might be some work required to accommodate that in the build system.
The script is mostly there for CI and release purposes and should not be considered the only way to build libfido2 on Windows.
We'd be happy to try to make thing…