[openssl/openssl] 3860ef: QUIC: Test connection with large client and server...

Hugo Landau noreply at github.com
Wed Oct 25 10:24:21 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 3860ef2ae69ad9187acc17e0d1c78261dbc63125
      https://github.com/openssl/openssl/commit/3860ef2ae69ad9187acc17e0d1c78261dbc63125
  Author: Tomas Mraz <tomas at openssl.org>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M test/helpers/ssltestlib.c
    M test/helpers/ssltestlib.h
    M test/quicapitest.c
    M test/sslapitest.c

  Log Message:
  -----------
  QUIC: Test connection with large client and server cert chains

Reviewed-by: Hugo Landau <hlandau at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22476)


  Commit: 82b7a0eee90e3280bd0e2dd4a9812b3873a7f462
      https://github.com/openssl/openssl/commit/82b7a0eee90e3280bd0e2dd4a9812b3873a7f462
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M ssl/quic/quic_channel.c
    M ssl/quic/quic_channel_local.h
    M ssl/quic/quic_rx_depack.c
    M test/quicapitest.c

  Log Message:
  -----------
  QUIC TLS: Ensure QUIC_TLS is ticked between each processed RX packet

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22476)


  Commit: 4d100bb76ad43da75660fa8661d258eaa78fb1c3
      https://github.com/openssl/openssl/commit/4d100bb76ad43da75660fa8661d258eaa78fb1c3
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M ssl/quic/quic_channel.c
    M test/recipes/75-test_quicapi_data/ssltraceref-zlib.txt
    M test/recipes/75-test_quicapi_data/ssltraceref.txt

  Log Message:
  -----------
  QUIC CHANNEL: Correct timeout calculation for ACKs

ACKs are not restricted by CC so do not consider CC when determining
when we will emit an ACK.

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22476)


  Commit: 29f633840df49f29e71a57cc9682d9f3703bfe3b
      https://github.com/openssl/openssl/commit/29f633840df49f29e71a57cc9682d9f3703bfe3b
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M ssl/quic/quic_channel.c

  Log Message:
  -----------
  QUIC CHANNEL: Tweak crypto buffer sizes

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22476)


  Commit: c7ed5e4697a71012e0a2d9dd5eaf997754ae5156
      https://github.com/openssl/openssl/commit/c7ed5e4697a71012e0a2d9dd5eaf997754ae5156
  Author: Hugo Landau <hlandau at openssl.org>
  Date:   2023-10-25 (Wed, 25 Oct 2023)

  Changed paths:
    M ssl/quic/quic_channel.c

  Log Message:
  -----------
  QUIC CHANNEL: Handle ping deadlines differently

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22476)


Compare: https://github.com/openssl/openssl/compare/dc1cc3e4836e...c7ed5e4697a7


More information about the openssl-commits mailing list