aboutsummaryrefslogtreecommitdiff
path: root/doxygen
diff options
context:
space:
mode:
authorMateusz Starzyk <mateusz.starzyk@mobica.com>2021-02-18 13:55:21 +0100
committerMateusz Starzyk <mateusz.starzyk@mobica.com>2021-03-16 12:19:05 +0100
commit06b07fb839e110662b9366516bb3c274a038cb46 (patch)
tree74a9686c5f913363b04dfeed6ee89157c8c53579 /doxygen
parent9e9ca1a738edbfe513355a843d860adfb0cf1d52 (diff)
downloadmbedtls-06b07fb839e110662b9366516bb3c274a038cb46.zip
mbedtls-06b07fb839e110662b9366516bb3c274a038cb46.tar.gz
mbedtls-06b07fb839e110662b9366516bb3c274a038cb46.tar.bz2
Drop support for SSLv3.
Remove options: MBEDTLS_SSL_MINOR_VERSION_0 and MBEDTLS_SSL_PROTO_SSL3). Signed-off-by: Mateusz Starzyk <mateusz.starzyk@mobica.com>
Diffstat (limited to 'doxygen')
-rw-r--r--doxygen/input/doc_mainpage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/doxygen/input/doc_mainpage.h b/doxygen/input/doc_mainpage.h
index 5b51bd5..5988075 100644
--- a/doxygen/input/doc_mainpage.h
+++ b/doxygen/input/doc_mainpage.h
@@ -38,7 +38,7 @@
*
* @section mainpage_modules Modules
*
- * mbed TLS supports SSLv3 up to TLSv1.2 communication by providing the
+ * mbed TLS supports TLSv1.0 up to TLSv1.2 communication by providing the
* following:
* - TCP/IP communication functions: listen, connect, accept, read/write.
* - SSL/TLS communication functions: init, handshake, read/write.