summaryrefslogtreecommitdiffstats
path: root/src/network/ssl
Commit message (Expand)AuthorAgeFilesLines
* QSslConfiguration: add documentation for HTTP/2 alpn variableMårten Nordheim2024-04-171-0/+6
* Network: Add Q_GADGET to types exposed in signals and slotsUlf Hermann2024-04-171-0/+1
* Clarify the priority in selecting TLS backendsTimur Pocheptsov2024-03-221-1/+6
* Port to QDirListingAhmad Samir2024-03-031-4/+7
* Network: includemocsMårten Nordheim2024-02-231-0/+2
* QSsl: QMetaObject is defined in qobjectdefs.hMarc Mutz2024-01-231-1/+1
* Fix accidental implicit QBA->QString conversionMårten Nordheim2024-01-181-4/+3
* Fix missing certs directory in VxWorksMarcin Zdunek2024-01-161-1/+14
* Remove the use of Q_NETWORK_PRIVATE_EXPORTAlexey Edelev2023-12-222-7/+7
* QSslConfiguration: remove exampleTimur Pocheptsov2023-12-051-4/+1
* Use SSL_CTX_set_dh_auto if DHparam is emptyAndré Klitzing2023-10-251-0/+3
* Doc: Don't mention setDefaultCiphers() (removed in Qt 6.0)Kai Köhne2023-09-281-2/+1
* Add Q_ENUM macros for registering QSsl/QSslSocket in Meta-systemTatiana Borisova2023-09-212-0/+15
* qsslcertificate: use _ba literal moreAnton Kudryavtsev2023-09-071-11/+10
* qsslcertificate: use QStringView moreAnton Kudryavtsev2023-09-071-4/+6
* qsslcertificate: use QAnyStringView moreAnton Kudryavtsev2023-09-071-1/+1
* qsslcertificate: avoid implicit detachAnton Kudryavtsev2023-09-071-7/+7
* QSslServer: include mocMårten Nordheim2023-07-071-0/+2
* QtNetwork: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-07-051-1/+1
* SSL: upgrade the default DH parametersGiuseppe D'Angelo2023-06-272-8/+17
* QtNetwork: code tidies: use the 4-arg connect overloadGiuseppe D'Angelo2023-06-261-2/+3
* Schannel: Add support for proper listing of ciphersTobias Koenig2023-06-163-14/+22
* Ssl: Copy the on-demand cert loading bool from default configMårten Nordheim2023-05-291-0/+5
* QSslCertificate: Add property names to debug operator<<Axel Spoerl2023-04-041-8/+8
* QPasswordDigestor: add OpenSSL 3.0 support to deriveKeyPbkdf2Jan Grulich2023-02-091-2/+96
* Remove redundant qsharedpointer.h #includesAhmad Samir2023-01-313-3/+2
* QtNetwork: Disambiguate static variablesFriedemann Kleint2023-01-311-4/+4
* Replace usages of Q_CLANG_QDOC with Q_QDOCLuca Di Sera2022-10-214-4/+4
* Fix duplicated words in documentationMårten Nordheim2022-10-191-1/+1
* QSslServer[docs]: fix grammarMårten Nordheim2022-10-191-1/+1
* Long live Q_UNREACHABLE_RETURN()!Marc Mutz2022-10-152-6/+3
* Port from container.count()/length() to size()Marc Mutz2022-10-043-8/+8
* QSslServer: Document undocumented signalMårten Nordheim2022-09-081-0/+7
* QSslServer: Re-enable read notifications when a client times outMårten Nordheim2022-08-191-0/+2
* QSslServer: Make sure maxPendingConnections applies to all socketsMårten Nordheim2022-08-172-0/+7
* QSslServer: Implement handshake timeoutsMårten Nordheim2022-08-173-3/+67
* QSslServer: Check that first byte is ClientHelloMårten Nordheim2022-08-172-2/+82
* QSslServer: pass 'this' as a context to connections to socketMårten Nordheim2022-08-171-9/+9
* Doc: Add default value for seed param to all qHash overloadsKai Köhne2022-07-203-5/+1
* Add the qt_class pragma to file listed in sync.profile classnames mapAlexey Edelev2022-06-222-0/+8
* Fix typos in docs and commentsKai Köhne2022-06-151-1/+1
* Unify QSslServer from QtWebSockets and QtHttpServer into QtNetworkØystein Heskestad2022-06-043-0/+382
* Remove mentions of SSL 3 in documentationMårten Nordheim2022-05-301-3/+3
* Use SPDX license identifiersLucie Gérard2022-05-1642-1600/+91
* QtNetwork: includemocsMarc Mutz2022-04-281-0/+2
* QtNetwork: replace remaining uses of QLatin1String by QLatin1StringViewSona Kurazyan2022-04-211-2/+2
* QtNetwork: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-04-213-36/+42
* QtNetwork: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-04-214-10/+10
* QtNetwork: sweep Q_DECLARE_METATYPE → QT_DECL_METATYPE_EXTERN [1/2]: public...Marc Mutz2022-04-0512-7/+23
* Short live Q_CONSTINIT!Marc Mutz2022-03-261-1/+1