cjose
cjose copied to clipboard
replace openssl with libressl
Could you please consider replacement of openssl with libressl? Or fork of the project which would use libressl? Both libraries cannot be installed at the same time and I am kind of stuck with apache httpd built with libre.
Apologies for the late response.
It is possible to build cjose from source to use libressl. If libressl (or openssl) is installed in a custom location, you can specify the path using --with-openssl parameter to ./configure:
./configure --with-openssl=/path/to/libressl
There are no plans to switch the default from OpenSSL.