macOS has long deprecated OpenSSL in favour of its own crypto framework and does not provide a good amount of backwards compatibility; you actually have to install OpenSSL through homebrew.
On Windows, OpenSSL isn't guaranteed to be installed either...
A lightweight option would be to create a libJumpknots backend for mbedTLS - since it is quite easy to embed and use within your own projects without having to work with a gigantic codebase like OpenSSL.
Do you think this would be a plausible possibility?
macOS has long deprecated OpenSSL in favour of its own crypto framework and does not provide a good amount of backwards compatibility; you actually have to install OpenSSL through homebrew.
On Windows, OpenSSL isn't guaranteed to be installed either...
A lightweight option would be to create a libJumpknots backend for mbedTLS - since it is quite easy to embed and use within your own projects without having to work with a gigantic codebase like OpenSSL.
Do you think this would be a plausible possibility?