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:
Hanno Becker 2020-01-31 11:39:54 +00:00
parent 36ce88be1e
commit ee8e523768
2 changed files with 12975 additions and 0 deletions

12975
library/ssl_tls_old.c Normal file

File diff suppressed because it is too large Load Diff