mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-03-26 06:45:04 +00:00
This commit introduces source files - `ssl_12_gen.c` - `ssl_12_srv.c` - `ssl_12_cli.c` which will subsequently be populated with implementations for handshake reading and writing functions for all TLS versions <= 1.2. `ssl_12_gen.c` shall contain functions shared between client and server, while `ssl_12_cli.c` and `ssl_12_srv.c` shall contain client/server-specific functions only. In order to retain git history, those files are so far identical copies of `ssl_tls.c`, `ssl_srv.c` and `ssl_cli.c`, and those latter files have been moved to temporary files `ssl_xxx_old.c`. Subsequent commits will rename them back to their original name and do the actual code split. |
||
---|---|---|
.. | ||
.gitignore | ||
certs.c | ||
CMakeLists.txt | ||
debug.c | ||
error.c | ||
Makefile | ||
net_sockets.c | ||
pkcs11.c | ||
ssl_12_cli.c | ||
ssl_12_gen.c | ||
ssl_12_srv.c | ||
ssl_cache.c | ||
ssl_ciphersuites.c | ||
ssl_cli_old.c | ||
ssl_cookie.c | ||
ssl_msg.c | ||
ssl_srv_old.c | ||
ssl_ticket.c | ||
ssl_tls_old.c | ||
version.c | ||
version_features.c | ||
x509.c | ||
x509_create.c | ||
x509_crl.c | ||
x509_crt.c | ||
x509_csr.c | ||
x509write_crt.c | ||
x509write_csr.c |