| Commit message (Expand) | Author | Age | Files | Lines |
| * | QSsl: Add support for the ML-DSA signature algorithm | Jan Grulich | 2025-08-15 | 1 | -2/+2 |
| * | CRA[network/ssl]: Mark the rest significant | Mårten Nordheim | 2025-07-28 | 1 | -0/+1 |
| * | Schannel: Add support for proper listing of ciphers | Tobias Koenig | 2023-06-16 | 1 | -7/+15 |
| * | QtNetwork: Disambiguate static variables | Friedemann Kleint | 2023-01-31 | 1 | -4/+4 |
| * | Long live Q_UNREACHABLE_RETURN()! | Marc Mutz | 2022-10-15 | 1 | -4/+2 |
| * | Fix typos in docs and comments | Kai Köhne | 2022-06-15 | 1 | -1/+1 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -38/+2 |
| * | QtNetwork: use _L1 for for creating Latin-1 string literals | Sona Kurazyan | 2022-04-21 | 1 | -30/+32 |
| * | QtNetwork: stop using QLatin1Char constructor for creating char literals | Sona Kurazyan | 2022-04-21 | 1 | -2/+2 |
| * | Short live Q_CONSTINIT! | Marc Mutz | 2022-03-26 | 1 | -1/+1 |
| * | QTlsBackend/QSslSocket - check the arguments we pass to QObject::connect | Timur Pocheptsov | 2022-01-20 | 1 | -3/+5 |
| * | QtNetwork: Include moc files | Mårten Nordheim | 2022-01-15 | 1 | -0/+2 |
| * | QTlsBackend: Fix living QObjects after QCoreApplication shutdown | Mike Achtelik | 2022-01-13 | 1 | -5/+9 |
| * | QSslSocket (SecureTransport) add TLS 1.3 ciphersuites | Timur Pocheptsov | 2022-01-12 | 1 | -0/+4 |
| * | network: Fix typos in documentation | Jonas Kvinge | 2021-10-12 | 1 | -3/+3 |
| * | Doc: Centralize RFC documentation-links in rfc.qdoc | Luca Di Sera | 2021-09-16 | 1 | -1/+1 |
| * | Doc: mark documentation of internal functions as such to silence qdoc | Volker Hilsheimer | 2021-09-06 | 1 | -0/+1 |
| * | Hold QSslContext in shared_ptr | Marc Mutz | 2021-07-18 | 1 | -2/+2 |
| * | Fix some documentation warnings | Andreas Buhr | 2021-07-12 | 1 | -1/+1 |
| * | QTlsBackend: Find mismatches faster in ciphersuite-string creation | Mårten Nordheim | 2021-06-25 | 1 | -10/+16 |
| * | TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecated | Mårten Nordheim | 2021-06-25 | 1 | -0/+3 |
| * | Document TLS plugin classes (private, internal) | Timur Pocheptsov | 2021-06-14 | 1 | -99/+1655 |
| * | Move plugin code from QtNetwork to qtbase/plugins | Timur Pocheptsov | 2021-04-22 | 1 | -16/+31 |
| * | Stop using QSslConfigurationPrivate inside the plugin code | Timur Pocheptsov | 2021-03-18 | 1 | -0/+86 |
| * | Convert QSslSocket(Backend)Private into plugin | Timur Pocheptsov | 2021-03-17 | 1 | -0/+262 |
| * | Fix a BIC introduced by extending the namespace QSsl in _p.h files | Timur Pocheptsov | 2021-03-05 | 1 | -13/+13 |
| * | Convert QDtls classes to the new plugin-based design | Timur Pocheptsov | 2021-03-04 | 1 | -1/+7 |
| * | Convert elliptic curves and DH params to work with QTlsBackend | Timur Pocheptsov | 2021-03-03 | 1 | -9/+69 |
| * | Move QSslCertificate's details and cert-related code to the plugins | Timur Pocheptsov | 2021-03-02 | 1 | -1/+42 |
| * | A follow-up fix for potentially missing OpenSSL symbol resolving | Timur Pocheptsov | 2021-02-22 | 1 | -2/+9 |
| * | Introduce QSsl::X509Certificate interface and its implementations | Timur Pocheptsov | 2021-02-18 | 1 | -0/+1 |
| * | QSsl::TlsKey - provide the interface and implementations | Timur Pocheptsov | 2021-02-01 | 1 | -1/+42 |
| * | TLS backend: merge with its factory | Timur Pocheptsov | 2021-01-28 | 1 | -116/+105 |
| * | QSsl: add a new private API | Timur Pocheptsov | 2021-01-22 | 1 | -0/+299 |