Branch: refs/heads/master Home: https://github.com/openssl/openssl Commit: ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d https://github.com/openssl/openssl/commit/ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d Author: Todd Short <tsh...@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 <m...@openssl.org> Reviewed-by: Tomas Mraz <to...@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19269)