src/network/ssl/qsslsocket_p.h
changeset 18 2f34d5167611
parent 0 1918ee327afb
child 33 3e2da88830cd
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     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.