[openssl/openssl] d51885: Don't send ciphersuites twice in QUIC

Matt Caswell noreply at github.com
Thu Feb 23 07:33:22 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: d518854cef2acc8bdc510746898f153ad628d4dc
      https://github.com/openssl/openssl/commit/d518854cef2acc8bdc510746898f153ad628d4dc
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M ssl/quic/quic_impl.c
    M ssl/ssl_ciph.c

  Log Message:
  -----------
  Don't send ciphersuites twice in QUIC

QUIC TLS was sending some ciphersuites twice in the ClientHello. This
was due to us declaring some TLSv1.3 ciphersuites in the list intended to
describe the TLSv1.2 ciphersuites supported by the SSL_METHOD.

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20148)


  Commit: 0c9646ec373e7f3f9b07f218a348ecb82219eaa7
      https://github.com/openssl/openssl/commit/0c9646ec373e7f3f9b07f218a348ecb82219eaa7
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-02-23 (Thu, 23 Feb 2023)

  Changed paths:
    M test/quicapitest.c

  Log Message:
  -----------
  Test that QUIC has the ciphersuites that we expect

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20148)


Compare: https://github.com/openssl/openssl/compare/6de73f5d795b...0c9646ec373e


More information about the openssl-commits mailing list