The state of LibreSSL in FreeBSD
attilagyorffy.com
The state of LibreSSL in FreeBSD
1–10 of 24 posts
Re: The state of LibreSSL in FreeBSD
#2Outside 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).
Re: The state of LibreSSL in FreeBSD
#3Outside 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).
Re: The state of LibreSSL in FreeBSD
#4Outside 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
#5Earlier 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
#6Good news for FreeBSD. I agree that LibreSSL is the best bet for the future.
Re: The state of LibreSSL in FreeBSD
#7Isn't it not yet ready for production?
Re: The state of LibreSSL in FreeBSD
#8Isn't it not yet ready for production?
It's not in the base system yet. I would be fine with using it in production, however.
Re: The state of LibreSSL in FreeBSD
#9Isn'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
#10Isn'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.