mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-26 01:05:40 +01:00
ee8e523768
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. |
||
---|---|---|
.. | ||
.gitignore | ||
certs.c | ||
CMakeLists.txt | ||
debug.c | ||
error.c | ||
Makefile | ||
net_sockets.c | ||
pkcs11.c | ||
ssl_cache.c | ||
ssl_ciphersuites.c | ||
ssl_cli.c | ||
ssl_cookie.c | ||
ssl_msg.c | ||
ssl_srv.c | ||
ssl_ticket.c | ||
ssl_tls_old.c | ||
version_features.c | ||
version.c | ||
x509_create.c | ||
x509_crl.c | ||
x509_crt.c | ||
x509_csr.c | ||
x509.c | ||
x509write_crt.c | ||
x509write_csr.c |