[openssl/openssl] 5e73bf: Add a test for large app data

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


  Branch: refs/heads/openssl-3.1
  Home:   https://github.com/openssl/openssl
  Commit: 5e73bf03d78da6a635a0a48e1e584f5b9ead45e2
      https://github.com/openssl/openssl/commit/5e73bf03d78da6a635a0a48e1e584f5b9ead45e2
  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/20086)


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

  Changed paths:
    M ssl/record/ssl3_buffer.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/20086)


  Commit: d36a9d66dc72fb2262f6e7491f658fb1da8242d7
      https://github.com/openssl/openssl/commit/d36a9d66dc72fb2262f6e7491f658fb1da8242d7
  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/20086)


Compare: https://github.com/openssl/openssl/compare/ba8159638bca...d36a9d66dc72


More information about the openssl-commits mailing list