index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.15.17
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.10
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.5.5
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
tls
/
openssl
Commit message (
Expand
)
Author
Age
Files
Lines
*
QSslCertificate: add fromFile() method
Ahmad Samir
2025-05-14
1
-1
/
+1
*
qtlsbackend_openssl: optimize QDirListing usage
Ahmad Samir
2025-05-14
1
-3
/
+12
*
qtlsbackend_openssl: use QFile::decodeName()
Ahmad Samir
2025-05-14
1
-2
/
+2
*
QCryptographicHash: remove QT_CRYPTOGRAPHICHASH_ONLY_SHA1
Ahmad Samir
2025-04-02
1
-4
/
+0
*
Replace a few toString() or fromUtf8() QString::arg() parameters
Marc Mutz
2024-12-03
1
-8
/
+5
*
plugins/tls/openssl: use QBasicTimer instead of handling timer IDs
Ahmad Samir
2024-09-01
2
-10
/
+7
*
QTlsBackendOpenSSL: optimize QDirListing iteration
Ahmad Samir
2024-07-25
1
-1
/
+3
*
QssLSocket: use QDirListing instead of QDir::entryList()
Ahmad Samir
2024-07-25
1
-2
/
+5
*
Logging: use qCDebug/Warning/Info when for categorized logging
Volker Hilsheimer
2024-07-16
2
-2
/
+2
*
Use non static data member initialization on errorcode in QSslContext
Mate Barany
2024-07-04
1
-1
/
+1
*
QDirListing: add flags to handle entries filtering
Ahmad Samir
2024-06-27
1
-5
/
+4
*
Disable copy and move operations in QSslContext
Mate Barany
2024-06-27
1
-0
/
+1
*
Port to QDirListing
Ahmad Samir
2024-03-03
1
-8
/
+7
*
Revert "OpenSSL: remove support for 1.1"
Marianne Yrjänä
2023-12-08
4
-1
/
+52
*
OpenSSL: remove support for 1.1
Giuseppe D'Angelo
2023-11-24
4
-52
/
+1
*
qopenssl: fix accidental pessimization
Mårten Nordheim
2023-11-15
1
-1
/
+1
*
Openssl V3: try to work around the lack of SHLIB_VERSION_NUMBER
Timur Pocheptsov
2023-11-08
1
-2
/
+14
*
Use SSL_CTX_set_dh_auto if DHparam is empty
André Klitzing
2023-10-25
2
-1
/
+4
*
Fix QNetworkAccessManager hang with low integrity level sandboxing
Jøger Hansegård
2023-10-18
1
-1
/
+3
*
OpenSSL: move DH calls under OPENSSL_NO_DEPRECATED_3_0 guard
Timur Pocheptsov
2023-08-31
2
-14
/
+27
*
tls: use string view types more
Anton Kudryavtsev
2023-08-17
1
-1
/
+1
*
Return generic key from TlsKeyOpenSSL::handle
Timur Pocheptsov
2023-08-17
1
-1
/
+1
*
Use new QByteArray::assign() in QTlsBackendOpenSSL::dhParametersFromPem()
Marc Mutz
2023-07-18
1
-1
/
+1
*
QSslDiffieHellmanParameters: fix mem-leak
Marc Mutz
2023-07-18
1
-0
/
+1
*
Network plugins: include mocs
Mårten Nordheim
2023-07-07
1
-0
/
+2
*
Remove the manual undef of the min/max macros, or def NOMINMAX
Amir Masoud Abdol
2023-06-08
1
-4
/
+0
*
Long live QMessageAuthenticationCode::resultView()!
Marc Mutz
2023-03-01
1
-1
/
+1
*
TLS[openssl]: Use optional<> for CA cert we are fetching
Mårten Nordheim
2023-02-17
2
-4
/
+4
*
Add some exclusions for CMake Unity (Jumbo) builds
Friedemann Kleint
2023-02-16
1
-0
/
+4
*
QtNetwork: Split out QNativeSocketEnginePrivate
Friedemann Kleint
2023-02-02
1
-1
/
+1
*
DTLS cookie: use CRYPTO_memcmp instead of std::memcmp
Timur Pocheptsov
2023-02-01
3
-2
/
+5
*
Adapt to QTimeZone replacing Qt::TimeSpec usage
Edward Welbourne
2022-12-10
1
-5
/
+6
*
TLS[openssl]: Bump minimum warning level to Critical on Win/macOS
Mårten Nordheim
2022-12-09
1
-1
/
+7
*
QSsl[OpenSSL/Android]: Fix hardcoded 1_1 suffix
Mårten Nordheim
2022-11-02
1
-8
/
+8
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
6
-7
/
+7
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
6
-17
/
+17
*
QTlsBackendOpenSSL: Early return from ensureCiphersAndCertsLoaded()
Ievgenii Meshcheriakov
2022-09-07
2
-7
/
+16
*
QTlsBackendOpenSSL: Make ensureLibraryLoaded() private
Ievgenii Meshcheriakov
2022-09-05
1
-2
/
+1
*
QTlsBackendOpenSSL: Use a function-static variable in ensureLibraryLoaded()
Ievgenii Meshcheriakov
2022-09-02
2
-10
/
+6
*
TLS backend OpenSSL: Use function-static variable for symbol loading
Ievgenii Meshcheriakov
2022-09-02
1
-343
/
+331
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
update function argument of SSL_CTX_set_options
Michael Saxl
2022-08-04
4
-7
/
+12
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
CMake: Don't propagate openssl headers for the tls plugin
Alexandru Croitor
2022-07-11
1
-3
/
+2
*
Make WrapOpenSSLHeaders an optional dependency of the OpenSSL plugin
Joerg Bornemann
2022-07-06
1
-8
/
+6
*
De-pessimize QTlsBackendOpenSSL::clearErrorQueue()
Marc Mutz
2022-05-19
1
-2
/
+2
*
QTlsBackendOpenSSL: don't allocate memory for a QString appendee
Marc Mutz
2022-05-17
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
19
-730
/
+46
*
QTlsBackendOpenSSLPlugin: includemocs
Marc Mutz
2022-04-29
1
-0
/
+2
*
QtNetwork: replace remaining uses of QLatin1String by QLatin1StringView
Sona Kurazyan
2022-04-21
4
-6
/
+6
[next]