summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QtNetwork: ssl: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-183-3/+3
* qsslsocket_openssl_symbols.cpp: replace manual memory management with std::un...Marc Mutz2019-07-101-51/+38
* Inline QMutexPool into its only remaining userMarc Mutz2019-07-081-3/+10
* qsslsocket_openssl_symbols.cpp: replace mutex pool use with QBasicMutexMarc Mutz2019-07-081-14/+10
* Fix build without features.libraryTasuku Suzuki2019-07-061-1/+0
* Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-1/+3
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-011-1/+0
|\
| * qsslsocket_openssl.cpp - restructure the codeTimur Pocheptsov2019-06-281-6/+4
* | Mark qHash(QOcspResponse) as noexceptMarc Mutz2019-06-292-3/+3
* | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-06-271-0/+1
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-255-54/+70
| |\
| * | checkOcspResponse - remove unneeded lockingTimur Pocheptsov2019-06-171-14/+2
| * | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-173-0/+64
| |\ \
| | * | QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-133-0/+64
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-255-73/+139
|\ \ \ \ | | |_|/ | |/| |
| * | | TLS socket: make verification callback lock-free (OpenSSL)Timur Pocheptsov2019-06-175-51/+70
| * | | QSslSocket: add and set the TLSv1.3-specific PSK callbackv5.12.4Mårten Nordheim2019-06-123-0/+64
* | | | Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-204-5/+5
* | | | Use QtPrivate::QHashCombine in qHash(QSslError)Marc Mutz2019-05-271-3/+3
* | | | QSslSocket: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-141-6/+6
* | | | Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-211-0/+1
* | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-132-3/+3
|\ \ \ \ | | |/ / | |/| |
| * | | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-082-3/+3
| | |/ | |/|
* | | Deprecate conversion functions between QList and QSetLars Knoll2019-05-071-1/+1
* | | Remove handling of missing Q_COMPILER_RVALUE_REFSAllan Sandfeld Jensen2019-05-016-12/+0
* | | Clear SSL key data as soon as possible when move-assigningKonstantin Shegunov2019-04-183-4/+24
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Qt Forward Merge Bot2019-04-045-6/+29
|\ \ \
| * | | tst_qsslkey: test AES encryption in the 'encrypt' testMårten Nordheim2019-03-263-4/+20
| * | | WinRT: Add support for AES-encrypted keysMårten Nordheim2019-03-262-2/+9
* | | | Remove remaining Q_DECL_NOEXCEPT/Q_DECL_NOTHROW usageAllan Sandfeld Jensen2019-04-0417-54/+54
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-161-4/+4
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-151-4/+4
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-03-151-4/+4
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-141-4/+4
| |\| |
| | * | QOcspResponse - fix broken documentationTimur Pocheptsov2019-03-121-4/+4
* | | | Schannel: support for AES-encrypted keysMårten Nordheim2019-03-152-4/+6
* | | | More nullptr usage in headersKevin Funk2019-03-144-5/+5
|/ / /
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-03-091-6/+6
|\| |
| * | Fix some qdoc warningsFriedemann Kleint2019-03-071-2/+2
| * | QOcspResponse - fix a broken buildTimur Pocheptsov2019-03-061-4/+4
* | | QSslKey - add a support for AES encrypted keysTimur Pocheptsov2019-03-085-2/+68
* | | QSslKey - clean up the code a bit (SecureTransport)Timur Pocheptsov2019-03-071-5/+9
* | | Add input check for QSslSocket::setPrivateKeyKonstantin Shegunov2019-03-051-4/+13
* | | Extend the test for QSslKeyLars Schmertmann2019-03-023-3/+9
* | | Fix compilation without DTLSJędrzej Nowacki2019-03-011-2/+0
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-271-2/+2
|\| |
| * | Fix can not -> cannotRobert Loehning2019-02-251-2/+2
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-221-1/+1
|\| |
| * | QtGui/Network/OpenGl/Widgets/Xml: use \nullptr in documentationChristian Ehrlicher2019-02-201-1/+1
* | | Fix a typoTimur Pocheptsov2019-02-221-1/+2
|/ /