summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimur Pocheptsov <timur.pocheptsov@qt.io>2020-03-03 15:46:17 +0100
committerTimur Pocheptsov <timur.pocheptsov@qt.io>2020-03-04 19:24:58 +0100
commit9e46dd7719b63710a6e4ffc6c43e55be710b2c5a (patch)
tree97ffcd241c260e887b5d373f028f95da9faa17aa
parent519ea72108fae7f5c4ed7c3e9fed3a999a16ed73 (diff)
Document TlsV1SslV3 as deprecated
Change-Id: Id127b6d985d0085982e47b4f80886e3831ce07c7 Reviewed-by: MÃ¥rten Nordheim <marten.nordheim@qt.io>
-rw-r--r--src/network/ssl/qssl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/network/ssl/qssl.cpp b/src/network/ssl/qssl.cpp
index c9fa7f85d9..beb03b646a 100644
--- a/src/network/ssl/qssl.cpp
+++ b/src/network/ssl/qssl.cpp
@@ -137,7 +137,7 @@ Q_LOGGING_CATEGORY(lcSsl, "qt.network.ssl");
\value TlsV1_3OrLater TLSv1.3 and later versions. (Since Qt 5.12)
\value UnknownProtocol The cipher's protocol cannot be determined.
\value AnyProtocol Any supported protocol. This value is used by QSslSocket only.
- \value TlsV1SslV3 Same as TlsV1_0.
+ \value TlsV1SslV3 Same as TlsV1_0. This enumerator is deprecated, use TlsV1_0 instead.
\value SecureProtocols The default option, using protocols known to be secure.
*/