#BearSSL developer prefers constant-time algorithms, which is a good thing (albeit slower).
@lattera Why didn't anyone tell me that this would be happening. Now extra sad not being there...

@spil yeah, looks like #FreeBSD is investigating replacing #OpenSSL in base with #BearSSL.

I think BearSSL has some good ideas (preferring constant-time crypto). But I'm not sure it's ready to replace OpenSSL (or even a good idea to do so).

@lattera @spil they will end up with split userland with a base ssl and ports ssl (like they have now with openssl). They should just grab libressl for both base and ports.
@mulander @spil Completely agreed. There's at least two downstream distributions of #FreeBSD (#HardenedBSD and #TrueOS) that have LibreSSL in base.
@spil @mulander In fact, @mwlucas recommends #HardenedBSD or #TrueOS (and _not_ #FreeBSD) if you want to run relayd on a FreeBSD-based system, due to us having #LibreSSL in base as a first-class citizen.
@mulander @lattera Too many utilities in base require crypto to make this simple. Heimdal, ppp and wpa-supplicant already required patching for LibreSSL. Can't imagine what it'd take to adapt for BearSSL in base. ldns, subversion, openssh, sendmail...
That takes considerably more skill than I currently have.