add key_schedule test, tls13 key schedule bits

This commit is contained in:
Brent Cook
2018-11-08 13:46:21 -07:00
parent 940accb52c
commit 6564332d4d
5 changed files with 13 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ set(
t1_enc.c
t1_hash.c
t1_lib.c
tls13_key_schedule.c
)
add_library(ssl ${SSL_SRC})

View File

@@ -45,8 +45,10 @@ libssl_la_SOURCES += ssl_versions.c
libssl_la_SOURCES += t1_enc.c
libssl_la_SOURCES += t1_hash.c
libssl_la_SOURCES += t1_lib.c
libssl_la_SOURCES += tls13_key_schedule.c
noinst_HEADERS = srtp.h
noinst_HEADERS += ssl_locl.h
noinst_HEADERS += ssl_tlsext.h
noinst_HEADERS += bytestring.h
noinst_HEADERS += tls13_internal.h