mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-25 14:55:40 +01:00
Create copies ssl_msg.c and ssl_tls_old.c of ssl_tls.c
This commit is the first step in implementing the TLS handshake logic and the low-level (D)TLS messaging functionality (record layer and retransmission state machine) in separate source files. So far, they're both implemented in ssl_tls.c. To begin, this commit creates unmodified copies ssl_tls_old.c and ssl_msg.c of ssl_tls.c, which in turn is deleted. Subsequent commits will then rename ssl_tls_old.c back into ssl_tls.c and remove code so that each piece of functionality is contained in precisely one of ssl_tls.c or ssl_msg.c. This approach allows to maintain the git line history.
This commit is contained in:
parent
36ce88be1e
commit
ee8e523768
12975
library/ssl_tls_old.c
Normal file
12975
library/ssl_tls_old.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user