summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAndrew Knight <andrew.knight@digia.com>2014-08-28 14:05:49 +0300
committerAndrew Knight <andrew.knight@digia.com>2014-08-30 08:21:10 +0200
commit74a7f13ac153fa9c48ee72909ce0b3e4b4e882da (patch)
tree73f7145de286c00cedcb59c974457aba2036793b /tests
parent5328ec7e1043ac892b46afd4c315d4b8e3136aed (diff)
winrt: Implement missing SSL socket methods
Move from a stub to a functional SSL socket implementation. This implementation has some limitations. Due to the way the native SSL upgrade works, it is not possible to ignore SSL errors after the handshake has begun. The user must set the ignore flags before connecting to the host. Due to missing implementation in the underlying native socket, the synchronous methods (waitForConnected(), waitForDisconnected()) are not functional either. Users must rely on the asynchronous methods instead. This is not a problem in the general case, as HTTP(S) is not affected. SSL server sockets are not supported by the native API, so it is not possible to bind an SSL server socket. Change-Id: Id0b323f273892580b294aa5a6ff601a8241470df Reviewed-by: Maurice Kalinowski <maurice.kalinowski@digia.com>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions