Skip to content
  1. Jun 19, 2017
    • 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. Jun 17, 2017
  3. Jun 16, 2017
  4. Jun 15, 2017
  5. Jun 14, 2017
  6. Jun 13, 2017
  7. Jun 12, 2017