SSL namespace: rename TlsV1 to TlsV1_0
authorPeter Hartmann <peter.hartmann@nokia.com>
Mon, 14 Nov 2011 11:33:55 +0000 (12:33 +0100)
committerQt by Nokia <qt-info@nokia.com>
Wed, 16 Nov 2011 09:32:10 +0000 (10:32 +0100)
commit4dc390e66fefc850cf84292549285a359e2ad8e6
treedfc39a2b1e83826ad959a48ec9d7345db1ab3383
parente2628ef943f5787da92e737ce259db0750154ef7
SSL namespace: rename TlsV1 to TlsV1_0

This is a source-incompatible change.

TlsV1 is ambiguous; what is actually meant is TLS version 1.0. There are
also TLS versions 1.1 and 1.2; we might want to add options for these
once OpenSSL supports them (apparently they will be with OpenSSL version
1.0.1).

Change-Id: I940d020b181b5fa528788ef0c3c47e8ef873796a
Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
dist/changes-5.0.0
doc/src/snippets/code/src_network_ssl_qsslconfiguration.cpp
src/network/access/qnetworkrequest.cpp
src/network/ssl/qssl.cpp
src/network/ssl/qssl.h
src/network/ssl/qsslconfiguration.cpp
src/network/ssl/qsslsocket.cpp
src/network/ssl/qsslsocket_openssl.cpp
tests/auto/network/ssl/qsslsocket/tst_qsslsocket.cpp
tests/manual/network_remote_stresstest/tst_network_remote_stresstest.cpp