1. 19 Jun, 2017 1 commit
    • Cory Benfield's avatar
      s_client accepts host/port as positional argument. · 729ef856
      Cory Benfield authored
      
      
      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: default avatarRichard Levitte <levitte@openssl.org>
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/1171)
      729ef856
  2. 17 Jun, 2017 3 commits
  3. 16 Jun, 2017 13 commits
  4. 15 Jun, 2017 8 commits
  5. 14 Jun, 2017 6 commits
  6. 13 Jun, 2017 4 commits
  7. 12 Jun, 2017 5 commits