[openssl/openssl] 3ff0a4: Add a test for large app data

Matt Caswell noreply at github.com
Tue Jan 24 00:23:26 UTC 2023


  Branch: refs/heads/master
  Home:   https://github.com/openssl/openssl
  Commit: 3ff0a48af4135feeae83f8888fac88298f55d921
      https://github.com/openssl/openssl/commit/3ff0a48af4135feeae83f8888fac88298f55d921
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M test/sslapitest.c

  Log Message:
  -----------
  Add a test for large app data

Test that sending large app data records works correctly.

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20085)


  Commit: 626618a09d057db6eee34c3fdd81525b9e3cbc68
      https://github.com/openssl/openssl/commit/626618a09d057db6eee34c3fdd81525b9e3cbc68
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M ssl/record/methods/tls_common.c

  Log Message:
  -----------
  Ensure our buffer allocation allows for the Explicit IV

Some ciphers/protocol versions have an explicit IV. We need to make sure we
have sufficient room for it in the underlying buffer.

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20085)


  Commit: 2fda45d5eb85e5d939fbbba0dd6562ebf01abd2a
      https://github.com/openssl/openssl/commit/2fda45d5eb85e5d939fbbba0dd6562ebf01abd2a
  Author: Matt Caswell <matt at openssl.org>
  Date:   2023-01-24 (Tue, 24 Jan 2023)

  Changed paths:
    M test/sslapitest.c

  Log Message:
  -----------
  Add DTLS support to the large app data test

Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20085)


Compare: https://github.com/openssl/openssl/compare/61222b95ff20...2fda45d5eb85


More information about the openssl-commits mailing list