Home
last modified time | relevance | path

Searched refs:QSslSocket (Results 1 – 25 of 1905) sorted by relevance

12345678910>>...77

/dports/editors/lazarus/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqsslsocket_c.cpp21 delete (QSslSocket *)handle; in QSslSocket_Destroy()
26 ((QSslSocket *)handle)->resume(); in QSslSocket_resume()
54 ((QSslSocket *)handle)->disconnectFromHost(); in QSslSocket_disconnectFromHost()
69 return (QSslSocket::SslMode) ((QSslSocket *)handle)->mode(); in QSslSocket_mode()
84 ((QSslSocket *)handle)->setProtocol(protocol); in QSslSocket_setProtocol()
89 return (QSslSocket::PeerVerifyMode) ((QSslSocket *)handle)->peerVerifyMode(); in QSslSocket_peerVerifyMode()
138 ((QSslSocket *)handle)->close(); in QSslSocket_close()
143 return (bool) ((QSslSocket *)handle)->atEnd(); in QSslSocket_atEnd()
153 ((QSslSocket *)handle)->abort(); in QSslSocket_abort()
269 return (bool) QSslSocket::supportsSsl(); in QSslSocket_supportsSsl()
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqsslsocket_c.cpp21 delete (QSslSocket *)handle; in QSslSocket_Destroy()
26 ((QSslSocket *)handle)->resume(); in QSslSocket_resume()
54 ((QSslSocket *)handle)->disconnectFromHost(); in QSslSocket_disconnectFromHost()
69 return (QSslSocket::SslMode) ((QSslSocket *)handle)->mode(); in QSslSocket_mode()
84 ((QSslSocket *)handle)->setProtocol(protocol); in QSslSocket_setProtocol()
89 return (QSslSocket::PeerVerifyMode) ((QSslSocket *)handle)->peerVerifyMode(); in QSslSocket_peerVerifyMode()
138 ((QSslSocket *)handle)->close(); in QSslSocket_close()
143 return (bool) ((QSslSocket *)handle)->atEnd(); in QSslSocket_atEnd()
153 ((QSslSocket *)handle)->abort(); in QSslSocket_abort()
269 return (bool) QSslSocket::supportsSsl(); in QSslSocket_supportsSsl()
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/qt5/cbindings/src/
H A Dqsslsocket_c.cpp21 delete (QSslSocket *)handle; in QSslSocket_Destroy()
26 ((QSslSocket *)handle)->resume(); in QSslSocket_resume()
54 ((QSslSocket *)handle)->disconnectFromHost(); in QSslSocket_disconnectFromHost()
69 return (QSslSocket::SslMode) ((QSslSocket *)handle)->mode(); in QSslSocket_mode()
84 ((QSslSocket *)handle)->setProtocol(protocol); in QSslSocket_setProtocol()
89 return (QSslSocket::PeerVerifyMode) ((QSslSocket *)handle)->peerVerifyMode(); in QSslSocket_peerVerifyMode()
138 ((QSslSocket *)handle)->close(); in QSslSocket_close()
143 return (bool) ((QSslSocket *)handle)->atEnd(); in QSslSocket_atEnd()
153 ((QSslSocket *)handle)->abort(); in QSslSocket_abort()
269 return (bool) QSslSocket::supportsSsl(); in QSslSocket_supportsSsl()
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/qt5/cbindings/src/
H A Dqsslsocket_c.cpp21 delete (QSslSocket *)handle; in QSslSocket_Destroy()
26 ((QSslSocket *)handle)->resume(); in QSslSocket_resume()
54 ((QSslSocket *)handle)->disconnectFromHost(); in QSslSocket_disconnectFromHost()
69 return (QSslSocket::SslMode) ((QSslSocket *)handle)->mode(); in QSslSocket_mode()
84 ((QSslSocket *)handle)->setProtocol(protocol); in QSslSocket_setProtocol()
89 return (QSslSocket::PeerVerifyMode) ((QSslSocket *)handle)->peerVerifyMode(); in QSslSocket_peerVerifyMode()
138 ((QSslSocket *)handle)->close(); in QSslSocket_close()
143 return (bool) ((QSslSocket *)handle)->atEnd(); in QSslSocket_atEnd()
153 ((QSslSocket *)handle)->abort(); in QSslSocket_abort()
269 return (bool) QSslSocket::supportsSsl(); in QSslSocket_supportsSsl()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/network/ssl/
H A Dqsslsocket.cpp348 QSslSocket::QSslSocket(QObject *parent) in Q_GLOBAL_STATIC()
351 Q_D(QSslSocket); in Q_GLOBAL_STATIC()
362 QSslSocket::~QSslSocket() in ~QSslSocket()
364 Q_D(QSslSocket); in ~QSslSocket()
414 Q_D(QSslSocket); in connectToHostEncrypted()
443 Q_D(QSslSocket); in connectToHostEncrypted()
473 Q_D(QSslSocket); in setSocketDescriptor()
501 Q_D(QSslSocket); in setSocketOption()
531 QSslSocket::SslMode QSslSocket::mode() const in mode()
594 QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() const in peerVerifyMode()
[all …]
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
H A Dqsslsocket.cpp394 QSslSocket::QSslSocket(QObject *parent) in Q_GLOBAL_STATIC()
397 Q_D(QSslSocket); in Q_GLOBAL_STATIC()
408 QSslSocket::~QSslSocket() in ~QSslSocket()
410 Q_D(QSslSocket); in ~QSslSocket()
432 Q_D(QSslSocket); in resume()
482 Q_D(QSslSocket); in connectToHostEncrypted()
522 Q_D(QSslSocket); in connectToHostEncrypted()
559 Q_D(QSslSocket); in setSocketDescriptor()
619 QSslSocket::SslMode QSslSocket::mode() const in mode()
682 QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() const in peerVerifyMode()
[all …]
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/x11-toolkits/qt5-widgets/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/devel/qt5-dbus/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/devel/qt5-concurrent/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/devel/qt5-buildtools/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/graphics/qt5-opengl/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]
/dports/print/qt5-printsupport/kde-qtbase-5.15.2p263/src/network/ssl/
H A Dqsslerror.cpp234 errStr = QSslSocket::tr("No error"); in errorString()
237 errStr = QSslSocket::tr("The issuer certificate could not be found"); in errorString()
249 errStr = QSslSocket::tr("The certificate is not yet valid"); in errorString()
252 errStr = QSslSocket::tr("The certificate has expired"); in errorString()
270 errStr = QSslSocket::tr("No certificates could be verified"); in errorString()
273 errStr = QSslSocket::tr("One of the CA certificates is invalid"); in errorString()
297 errStr = QSslSocket::tr("The peer did not present any certificate"); in errorString()
306 errStr = QSslSocket::tr("The peer certificate is blacklisted"); in errorString()
309 errStr = QSslSocket::tr("No OCSP status response found"); in errorString()
339 errStr = QSslSocket::tr("The certificate's status is unknown"); in errorString()
[all …]

12345678910>>...77