summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-202-20/+31
| |\ \ \ \ \ \
| | * | | | | | SSL: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-162-20/+31
| * | | | | | | Schannel: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-161-2/+6
* | | | | | | | Fix some qdoc warnings in 5.14Friedemann Kleint2019-09-031-0/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-301-0/+17
|\| | | | | |
| * | | | | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-291-0/+17
| |\| | | | |
| | * | | | | Android: Fix SSL 1.1 support on API-21BogDan Vatra2019-07-261-0/+17
* | | | | | | 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