Live data from Hacker News

The state of LibreSSL in FreeBSD

attilagyorffy.com

1–10 of 24 posts

Re: The state of LibreSSL in FreeBSD

#4
post #2

Outside of the BSDs, Void Linux is a linux distro that uses LibreSSL instead of OpenSSL and they also have a stable musl flavor (no glibc).

OS X also ships LibreSSL (ssh -v).

I know this is just nitpicking but you may want to use capital V instead: `ssh -V`.

And indeed the SSH command originates from OpenBSD and uses LibreSSL 2.1.8.

Re: The state of LibreSSL in FreeBSD

#5

Earlier quoted context omitted.

OS X also ships LibreSSL (ssh -v).

I know this is just nitpicking but you may want to use capital V instead: `ssh -V`. And indeed the SSH command originates from OpenBSD and uses LibreSSL 2.1.8.

Thanks :) I was afk and I hoped someone would correct me.

Re: The state of LibreSSL in FreeBSD

#9
post #7

Isn't it not yet ready for production?

This really depends on what your production environment requires. LibreSSL is mostly API compatible with OpenSSL but removes FIPS and support for esoteric platforms. If your production environment requires Windows 3.1 or big endian amd64 then probably LibreSSL is not ready for your production environment. Seriously though some of us are already using LibreSSL in production without problems.

Re: The state of LibreSSL in FreeBSD

#10
post #7

Isn't it not yet ready for production?

This really is a more complex question then it may seem. One of the reasons I haven't yet upgraded my production system is because I want to be able to keep my system up-to-date. Now, having to manually patch the FreeBSD source tree once a new upgrade lands is a bit of a pain. The point of the article is really about exploring where we are and where the FreeBSD community is headed.
Post reply on HN