summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_openssl.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-2278/+0
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-051-11/+11
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-031-13/+13
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-021-150/+10
* Port QSslKey to the new plugin-based implementationTimur Pocheptsov2021-02-191-112/+5
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-181-74/+3
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-011-0/+6
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-17/+3
* QSsl: add a new private APITimur Pocheptsov2021-01-221-104/+88
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-211-1/+107
* QSslSocket::verify: do not alter the default configurationTimur Pocheptsov2020-11-301-3/+9
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-171-2/+2
* QSslContext - do a little cleanup (OpenSSL)Timur Pocheptsov2020-08-191-0/+4
* Mark QSslError(SslError error) as explicitLars Schmertmann2020-08-061-5/+5
* QSslSocket (OpenSSL, Windows) - make sure we ignore stale fetch resultsTimur Pocheptsov2020-07-281-1/+14
* Fix OCSP-Stapling error if identity cannot be verifiedAndré Klitzing2020-07-171-0/+5
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-1/+1
* Move QAlertLevel and QAlertType enums into the namespace QSslTimur Pocheptsov2020-06-291-7/+9
* Use QList instead of QVector in networkJarek Kobus2020-06-261-6/+6
* QSslSocket: remove certificate-related settersTimur Pocheptsov2020-06-221-1/+3
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* CA fetcher (Windows) - relax the logic a bitTimur Pocheptsov2020-05-291-43/+88
* QSslSocket::addCaCertificates - do not duplicate certsTimur Pocheptsov2020-05-201-2/+2
* Make OpenSSL back-end work with 3.0 alphaTimur Pocheptsov2020-05-201-0/+7
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-221-6/+17
|\
| * OpenSSL: handle SSL_shutdown's errors properlyTimur Pocheptsov2020-04-151-6/+17
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-0/+6
|\|
| * OpenSSL: bump the minimum supported version to 1.1.1Giuseppe D'Angelo2020-03-201-0/+6
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-031-1/+1
|\|
| * Use Qt::SplitBehavior in preference to QString::SplitBehaviorEdward Welbourne2020-02-281-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-02-281-1/+1
|\|
| * Revert "QAbstractSocket: deprecate 'error' member-function"Alexander Akulich2020-02-261-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-131-0/+70
|\|
| * Implement/fix session resumption with TLS 1.3Timur Pocheptsov2020-01-291-0/+70
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-131-1/+1
|\|
| * QAbstractSocket: deprecate 'error' member-functionTimur Pocheptsov2020-01-101-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-041-8/+4
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Ulf Hermann2019-12-031-8/+4
| |\
| | * QSslSocket (OpenSSL) fix a resource leakTimur Pocheptsov2019-11-271-8/+4
* | | QSslSocket (OpenSSL) improve alert messages handlingTimur Pocheptsov2019-12-031-13/+233
* | | QSsl - delete all mentions of SslV2 and SslV3Timur Pocheptsov2019-11-281-26/+18
|/ /
* / QSslSocket - remove old OpenSSL backend (< 1.1)Timur Pocheptsov2019-11-011-45/+231
|/
* 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
* | 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-251-54/+55
| |\
| * | checkOcspResponse - remove unneeded lockingTimur Pocheptsov2019-06-171-14/+2
| * | QSslSocket: add and set the TLSv1.3-specific PSK callbackMårten Nordheim2019-06-131-0/+56
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-06-251-73/+116
|\ \ \ | | |/ | |/|
| * | TLS socket: make verification callback lock-free (OpenSSL)Timur Pocheptsov2019-06-171-51/+55