summaryrefslogtreecommitdiffstats
path: root/test/build.info
diff options
context:
space:
mode:
authorTodd Short <tshort@akamai.com>2022-09-23 12:03:13 -0400
committerTodd Short <todd.short@me.com>2022-09-28 09:59:31 -0400
commit8ff66343bdf635ad574e9db4d4fca8f82c4bcc98 (patch)
tree1de4ac93be55434f1e08f40ba08e908ae5e00038 /test/build.info
parent54ba0f1625b515293d76f61dda62644c9c02704e (diff)
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@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19269) (cherry picked from commit ac44deaf00ad24fd18b9d74de4a23d98a2b75c8d)
Diffstat (limited to 'test/build.info')
-rw-r--r--test/build.info5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/build.info b/test/build.info
index a18f1a78d0..9d2d41e417 100644
--- a/test/build.info
+++ b/test/build.info
@@ -778,6 +778,11 @@ IF[{- !$disabled{tests} -}]
INCLUDE[ssl_old_test]=.. ../include ../apps/include
DEPEND[ssl_old_test]=../libcrypto.a ../libssl.a libtestutil.a
+ PROGRAMS{noinst}=ext_internal_test
+ SOURCE[ext_internal_test]=ext_internal_test.c
+ INCLUDE[ext_internal_test]=.. ../include ../apps/include
+ DEPEND[ext_internal_test]=../libcrypto.a ../libssl.a libtestutil.a
+
PROGRAMS{noinst}=algorithmid_test
SOURCE[algorithmid_test]=algorithmid_test.c
INCLUDE[algorithmid_test]=../include ../apps/include