1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Merge pull request #3010 from hanno-arm/tls_msg_split

Introduce separate source file for SSL messaging layer
This commit is contained in:
Manuel Pégourié-Gonnard
2020-02-12 09:59:12 +01:00
committed by GitHub
6 changed files with 5763 additions and 5661 deletions

View File

@ -87,6 +87,7 @@ set(src_tls
ssl_ciphersuites.c
ssl_cli.c
ssl_cookie.c
ssl_msg.c
ssl_srv.c
ssl_ticket.c
ssl_tls.c

View File

@ -77,6 +77,7 @@ OBJS_X509= certs.o pkcs11.o x509.o \
OBJS_TLS= debug.o net_sockets.o \
ssl_cache.o ssl_ciphersuites.o \
ssl_cli.o ssl_cookie.o \
ssl_msg.o \
ssl_srv.o ssl_ticket.o \
ssl_tls.o

5691
library/ssl_msg.c Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff