mirror of
https://github.com/openssl/openssl.git
synced 2025-02-11 14:22:43 +08:00
This allows the user to provide the target host and optional port to openssl s_client as an optional positional argument, rather than as the argument to the -connect flag. This rationalises the user experience of s_client: given that the only logical purpose of s_client is to connect to a host, it is difficult to understand why there is an (effectively mandatory) command option to pass to make that happen. This patch forbids providing *both* -connect and the positional argument, because it would likely be too difficult to reconcile. Otherwise, using the positional argument behaves exactly the same as using -connect does. Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/1171) |
||
---|---|---|
.. | ||
asn1parse.pod | ||
CA.pl.pod | ||
ca.pod | ||
ciphers.pod | ||
cms.pod | ||
crl2pkcs7.pod | ||
crl.pod | ||
dgst.pod | ||
dhparam.pod | ||
dsa.pod | ||
dsaparam.pod | ||
ec.pod | ||
ecparam.pod | ||
enc.pod | ||
engine.pod | ||
errstr.pod | ||
gendsa.pod | ||
genpkey.pod | ||
genrsa.pod | ||
list.pod | ||
nseq.pod | ||
ocsp.pod | ||
openssl.pod | ||
passwd.pod | ||
pkcs7.pod | ||
pkcs8.pod | ||
pkcs12.pod | ||
pkey.pod | ||
pkeyparam.pod | ||
pkeyutl.pod | ||
rand.pod | ||
rehash.pod | ||
req.pod | ||
rsa.pod | ||
rsautl.pod | ||
s_client.pod | ||
s_server.pod | ||
s_time.pod | ||
sess_id.pod | ||
smime.pod | ||
speed.pod | ||
spkac.pod | ||
ts.pod | ||
tsget.pod | ||
verify.pod | ||
version.pod | ||
x509.pod |