[openssl/openssl] f34e5d: Add QUIC support to s_client

Matt Caswell noreply at github.com
Mon May 8 09:23:50 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: f34e5d7a12775ce2fb84e4c5d8b830b5a9f06566
      https://github.com/openssl/openssl/commit/f34e5d7a12775ce2fb84e4c5d8b830b5a9f06566
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M apps/include/s_apps.h
    M apps/lib/s_socket.c
    M apps/s_client.c

  Log Message:
  -----------
  Add QUIC support to s_client

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20580)


  Commit: c4f74e7fc90b02cbee59b46783222467b48491ff
      https://github.com/openssl/openssl/commit/c4f74e7fc90b02cbee59b46783222467b48491ff
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M apps/s_client.c

  Log Message:
  -----------
  Add the ability to send FIN on a QUIC stream from s_client

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20580)


  Commit: 90ae2c13c1cc318568c65d6ad18409741cc54eae
      https://github.com/openssl/openssl/commit/90ae2c13c1cc318568c65d6ad18409741cc54eae
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M CHANGES.md
    M doc/man1/openssl-s_client.pod.in

  Log Message:
  -----------
  Add some documentation for the new QUIC mode in s_client

Also mentions the new FIN command in s_client advance mode

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20580)


  Commit: d98f4212b778e3b6b7c15b9fce0a3531f59777a2
      https://github.com/openssl/openssl/commit/d98f4212b778e3b6b7c15b9fce0a3531f59777a2
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-05-08 (Mon, 08 May 2023)

  Changed paths:
    M apps/s_client.c

  Log Message:
  -----------
  Don't attempt a QUIC connection without specifying ALPN

ALPN is required for a successful QUIC connection, so do not allow the
-quic option for s_client without -alpn

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20580)


Compare: https://github.com/openssl/openssl/compare/6aeb42eca972...d98f4212b778


More information about the openssl-commits mailing list