Re: openssl/libressl s_client -crlf difference

2021-02-26 Thread Stuart Henderson
On 2021-02-26, Michael W. Lucas 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 > > $ o

openssl/libressl s_client -crlf difference

2021-02-26 Thread Michael W. Lucas
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 -- M