On 2021-02-26, Michael W. Lucas <mwlu...@blackhelicopters.org> wrote:
> Hi,
>
> Should LibreSSL and OpenSSL be strictly command line compatible?
>
> The reason I ask is: using OpenSSL, I can use openssl s_client to
> connect to a site like so:
>
> $ openssl s_client -crlf www:443
>
> LibreSSL requires I add the -connect
>
> $ openssl s_client -crlf -connect www:443
>
> Thanks,
>==ml
>

OpenSSL changed that sometime after libressl was forked (-connect became
optional, it doesn't seem to be in their changelog).


Reply via email to