-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512
VoidLinux also runs with LibreSSL as it's default libssl provider, and it's xbps build template shows it's a pretty seamless process.
https://github.com/voidlinux/void-packages/blob/master/srcpkgs/tor/template
Leo Unglaub:
Hey,
On 02/21/15 13:45, Ximin Luo wrote:
Could you write some more details about how you got this to work? For example, did you link in libressl during the build, did you have to change anything, or did you just drop-in libressl.so (or whatever) to a pre-built tor and have everything work?
it's actually quit easy. If you use OpenBSD for example there is already libressl installed. They have keept the same old API from OpenSSL so you could build applications the same way as you did with OpenSSL.
They have also added a more modern API called libtls: http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man3/tls_accept_socke...
Greetings Leo