cjose icon indicating copy to clipboard operation
cjose copied to clipboard

replace openssl with libressl

Open marosivanco opened this issue 7 years ago • 1 comments

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.

marosivanco avatar Jul 11 '18 13:07 marosivanco

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.

linuxwolf avatar Aug 03 '18 12:08 linuxwolf