pkill37 / linuxify

🍏🐧 Transparently transform the macOS CLI into a fresh GNU/Linux CLI experience.
MIT License
888 stars 69 forks source link

OpenSSL rather than LibreSSL #15

Closed m3dwards closed 5 years ago

m3dwards commented 5 years ago

Have you considered replacing LibreSSL with OpenSSL as part of linuxify?

I had some inconsistencies with LibreSSL making scripts that ran on linux not work on my Mac. Switching to GNU OpenSSL removed these inconsistencies. Unfortunately, I can't remember the specifics.

pkill37 commented 5 years ago

I actually did the opposite, I replaced OpenSSL with LibreSSL. Since the heartbleed bug I got the impression that LibreSSL was now generally preferred. Maybe I'm getting that wrong?

Specifically what kind of issues are you getting anyway?

GNU OpenSSL

Did you mean GnuTLS? That is GNU's crypto stack.

m3dwards commented 5 years ago

I may have wrongly assumed it was GNU.

You could be right that LibreSSL is generally preferred and as such probably not great to change linuxify to default to it.

We were generating certificates using some obscure arguments that only worked on OpenSSL not LibreSSL but for most people this could be a step back.

Feel free to close issue.