mbedtls/library
Hanno Becker abd9cef520 Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c
This commit is the first in a series of commits aiming to split
the content of ssl_tls.c in two files ssl_tls.c and ssl_msg.c.

As a first step, this commit replaces ssl_tls.c by two identical
copies ssl_tls_old.c and ssl_msg.c. Even though the file
ssl_tls_old.c will subsequently be renamed back into ssl_tls.c,
this approach retains the git history in both files.
2020-02-05 16:08:41 +00:00
..
.gitignore
certs.c Add support for all SHA modes in cert_write 2019-07-14 09:17:57 +03:00
CMakeLists.txt Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c 2020-02-05 16:08:41 +00:00
debug.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
error.c Remove duplicate include statement 2019-12-19 10:27:57 +00:00
Makefile Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c 2020-02-05 16:08:41 +00:00
net_sockets.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
pkcs11.c
ssl_cache.c Remove peer CRT from cache if !MBEDTLS_SSL_KEEP_PEER_CERTIFICATE 2019-02-26 14:38:09 +00:00
ssl_ciphersuites.c Reduce priority of 3DES ciphersuites 2019-03-01 10:19:27 +01:00
ssl_cli.c USE_PSA_CRYPTO: don't rely on the curve encoding 2020-01-31 14:57:43 +01:00
ssl_cookie.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
ssl_msg.c Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c 2020-02-05 16:08:41 +00:00
ssl_srv.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
ssl_ticket.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
ssl_tls_old.c Duplicate ssl_tls.c as ssl_tls_old.c and ssl_msg.c 2020-02-05 16:08:41 +00:00
version_features.c Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION 2019-08-23 12:52:29 +03:00
version.c
x509_create.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
x509_crl.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
x509_crt.c Allow loading symlinked certificates 2020-01-24 09:12:03 -06:00
x509_csr.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
x509.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
x509write_crt.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
x509write_csr.c Add missing return code check on call to mbedtls_md() 2020-01-21 16:56:14 +01:00