summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-252-4/+9
|\
| * Deprecate TlsV1SslV3Timur Pocheptsov2019-11-221-1/+3
| * Deprecate enumerators fro SSL v.2 and v.3 protocolsTimur Pocheptsov2019-11-131-2/+4
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-11-081-1/+2
| |\
| | * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-061-1/+2
| | |\
| | | * Schannel: no longer keep old ssl errors around when reusing socketMårten Nordheim2019-10-071-1/+2
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-0219-2539/+908
|\| | |
| * | | QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-0119-2539/+908
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-262-41/+91
|\| | |
| * | | Use Schannel's incomplete data guesstimation featureMårten Nordheim2019-10-212-0/+33
| * | | Schannel refactoringMårten Nordheim2019-10-211-44/+61
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-211-0/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-10-191-0/+2
| |\| |
| | * | Make QSslError::SslError a Q_ENUMVolker Krause2019-10-181-0/+2
* | | | Get rid of QList forward declarationsLars Knoll2019-10-041-1/+0
* | | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-024-18/+128
|\| | |
| * | | QSslSocket: Deprecate add[Default]CaCertificate[s]Mårten Nordheim2019-09-252-12/+51
| * | | QSslConfiguration: Add functions for adding CA certificatesMårten Nordheim2019-09-252-6/+77
| |/ /
* | | Retire SPDY protocol implementation (Qt6)Timur Pocheptsov2019-09-252-10/+2
* | | Merge remote-tracking branch 'origin/wip/qt6' into devSimon Hausmann2019-09-181-3/+3
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'origin/dev' into wip/qt6Lars Knoll2019-08-065-70/+77
| |\ \
| * \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-085-5/+6
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Simon Hausmann2019-06-268-78/+144
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-06-064-12/+13
| |\ \ \ \ \
| * | | | | | Bump version to Qt 6Lars Knoll2019-05-141-3/+3
* | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-09-132-17/+10
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Schannel: handle SEC_E_INCOMPLETE_DATA in acceptContextMårten Nordheim2019-09-101-1/+6
| * | | | | | Schannel: unbreak renegotiation (and likely gracious shutdown)Mårten Nordheim2019-09-092-16/+4
* | | | | | | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-091-0/+12
|\| | | | | |
| * | | | | | Schannel: retain extra data after renegotiation is requestedMårten Nordheim2019-09-051-0/+12
* | | | | | | Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-051-3/+2
* | | | | | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-043-22/+37
|\| | | | | |
| * | | | | | 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
|\| | | | | | |_|_|_|/ |/| | | |