Comment on LibreSSL, and the new libtls APIparentComments−scott_karana10yIs `openssl` a symlink to `libressl`, which acts differently based on argv0?I'd love to get away from some of openssl's arcane flags... :-)−nailer10yIt's not a symlink, but that's a good idea. Eg, openssl has 'nodes' (no DES) which means 'dont encrypt the file you're about to make' and if you omitted it and did encrypt it wouldn't use DES anymore anyway.
Comments
Is `openssl` a symlink to `libressl`, which acts differently based on argv0?
I'd love to get away from some of openssl's arcane flags... :-)
It's not a symlink, but that's a good idea. Eg, openssl has 'nodes' (no DES) which means 'dont encrypt the file you're about to make' and if you omitted it and did encrypt it wouldn't use DES anymore anyway.