summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qtlsbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Centralize RFC documentation-links in rfc.qdocLuca Di Sera2021-09-161-1/+1
* Doc: mark documentation of internal functions as such to silence qdocVolker Hilsheimer2021-09-061-0/+1
* Hold QSslContext in shared_ptrMarc Mutz2021-07-181-2/+2
* Fix some documentation warningsAndreas Buhr2021-07-121-1/+1
* QTlsBackend: Find mismatches faster in ciphersuite-string creationMårten Nordheim2021-06-251-10/+16
* TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecatedMårten Nordheim2021-06-251-0/+3
* Document TLS plugin classes (private, internal)Timur Pocheptsov2021-06-141-99/+1655
* Move plugin code from QtNetwork to qtbase/pluginsTimur Pocheptsov2021-04-221-16/+31
* Stop using QSslConfigurationPrivate inside the plugin codeTimur Pocheptsov2021-03-181-0/+86
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-0/+262
* Fix a BIC introduced by extending the namespace QSsl in _p.h filesTimur Pocheptsov2021-03-051-13/+13
* Convert QDtls classes to the new plugin-based designTimur Pocheptsov2021-03-041-1/+7
* Convert elliptic curves and DH params to work with QTlsBackendTimur Pocheptsov2021-03-031-9/+69
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-021-1/+42
* A follow-up fix for potentially missing OpenSSL symbol resolvingTimur Pocheptsov2021-02-221-2/+9
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-181-0/+1
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-011-1/+42
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-116/+105
* QSsl: add a new private APITimur Pocheptsov2021-01-221-0/+299