mbedtls/library
Hanno Becker b7d17919c4 Introduce separate files for TLS 1.2 handshake functions
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.
2020-02-03 14:17:08 +00:00
..
.gitignore Split libs with make + general make cleanups 2015-06-25 10:59:56 +02:00
certs.c Add support for all SHA modes in cert_write 2019-07-14 09:17:57 +03:00
CMakeLists.txt Bump version to Mbed TLS 2.20.0 2020-01-20 14:52:29 +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 Update Mbed Crypto SO version 2020-01-27 16:37:14 +00:00
net_sockets.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
pkcs11.c Change main license to Apache 2.0 2015-09-04 14:21:07 +02:00
ssl_12_cli.c Introduce separate files for TLS 1.2 handshake functions 2020-02-03 14:17:08 +00:00
ssl_12_gen.c Introduce separate files for TLS 1.2 handshake functions 2020-02-03 14:17:08 +00:00
ssl_12_srv.c Introduce separate files for TLS 1.2 handshake functions 2020-02-03 14:17:08 +00:00
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_old.c Introduce separate files for TLS 1.2 handshake functions 2020-02-03 14:17:08 +00:00
ssl_cookie.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
ssl_msg.c Declare newly shared ssl functions in a header file 2020-02-03 14:16:46 +00:00
ssl_srv_old.c Introduce separate files for TLS 1.2 handshake functions 2020-02-03 14:17:08 +00:00
ssl_ticket.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
ssl_tls_old.c Introduce separate files for TLS 1.2 handshake functions 2020-02-03 14:17:08 +00:00
version.c Fix missing void argument declarations #678 2016-11-04 23:05:56 +01:00
version_features.c Add new config MBEDTLS_SSL_CONTEXT_SERIALIZATION 2019-08-23 12:52:29 +03:00
x509.c Put includes in alphabetical order 2019-12-19 10:27:57 +00:00
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
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