equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtNetwork module of the Qt Toolkit. |
7 ** This file is part of the QtNetwork module of the Qt Toolkit. |
8 ** |
8 ** |
81 bool connectionEncrypted; |
81 bool connectionEncrypted; |
82 bool ignoreAllSslErrors; |
82 bool ignoreAllSslErrors; |
83 QList<QSslError> ignoreErrorsList; |
83 QList<QSslError> ignoreErrorsList; |
84 bool* readyReadEmittedPointer; |
84 bool* readyReadEmittedPointer; |
85 |
85 |
86 QRingBuffer readBuffer; |
|
87 QRingBuffer writeBuffer; |
|
88 |
|
89 QSslConfigurationPrivate configuration; |
86 QSslConfigurationPrivate configuration; |
90 QList<QSslError> sslErrors; |
87 QList<QSslError> sslErrors; |
91 |
88 |
92 // if set, this hostname is used for certificate validation instead of the hostname |
89 // if set, this hostname is used for certificate validation instead of the hostname |
93 // that was used for connecting to. |
90 // that was used for connecting to. |