[openssl/openssl] 8ff663: Test TLS extension ordering
Todd Short
noreply at github.com
Wed Sep 28 14:04:30 UTC 2022
Branch: refs/heads/openssl-3.0
Home: https://github.com/openssl/openssl
Commit: 8ff66343bdf635ad574e9db4d4fca8f82c4bcc98
https://github.com/openssl/openssl/commit/8ff66343bdf635ad574e9db4d4fca8f82c4bcc98
Author: Todd Short <tshort at akamai.com>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M ssl/statem/extensions.c
M ssl/statem/statem_local.h
M test/build.info
A test/ext_internal_test.c
A test/recipes/02-test_internal_exts.t
Log Message:
-----------
Test TLS extension ordering
Adding extensions is fragile, with the TLSEXT_TYPE entry needing to be
located at TLSEXT_IDX in the array.
This adds a test to ensure extensions are in the correct order.
Reviewed-by: Matt Caswell <matt at openssl.org>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19269)
(cherry picked from commit ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d)
More information about the openssl-commits
mailing list