mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-10-27 03:07:28 +00:00
* origin/pr/2781: Documentation fixes according to review Remove unused label in ssl_client2/ssl_server2 Add missing word in documentation of mbedtls_ssl_check_record() cli/srv ex: Add dbg msg if record checking gives inconsistent result Fix minor issues in documentation of mbedtls_ssl_check_record() State that record checking is DTLS only and doesn't check content type Update version_features.c Pass dgrams to mbedtls_ssl_check_record in ssl_client2/server2 Add IO wrappers to ssl_server2 as interm's between NET and SSL layer Add IO wrappers to ssl_client2 as interm's between NET and SSL layer Introduce configuration option and API for SSL record checking |
||
|---|---|---|
| .. | ||
| .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_srv.c | ||
| ssl_ticket.c | ||
| ssl_tls.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 | ||