index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
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
/
tests
/
auto
/
network
/
ssl
/
qsslsocket
/
tst_qsslsocket.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-69
/
+69
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-11
1
-1
/
+1
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-16
/
+16
*
tst_QSslSocket::serverCipherPreferencies - fix for OpenSSL v3
Timur Pocheptsov
2022-09-08
1
-11
/
+32
*
tst_QSsSocket: fix verifyClientCertificate with OpenSSL 3
Mårten Nordheim
2022-09-05
1
-1
/
+1
*
tst_QSslSocket::oldErrorsOnSocketReuse - make it work with OpenSSL v3
Timur Pocheptsov
2022-09-03
1
-2
/
+4
*
tst_QSslSocket: regenerate certificate used for setLocalCertificateChain
Mårten Nordheim
2022-09-02
1
-2
/
+4
*
tst_QSslSocket::protocolServerSide - make it work with OpenSSL v3
Timur Pocheptsov
2022-09-02
1
-7
/
+0
*
tst_qsslsocket: remove schannel workarounds for old certificate
Mårten Nordheim
2022-07-28
1
-10
/
+0
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-28
/
+3
*
tst_qsslsocket: remove tons of deprecation warnings
Marc Mutz
2022-04-12
1
-65
/
+78
*
QSslSocket (SecureTransport) add TLS 1.3 ciphersuites
Timur Pocheptsov
2022-01-12
1
-0
/
+39
*
QIODevice: rework validation policy for read() functions
Alex Trotsenko
2021-08-01
1
-3
/
+2
*
tst_QSslSocket: fix and clean up allowedProtocolNegotiation
Mårten Nordheim
2021-07-20
1
-10
/
+4
*
tst_QSslSocket: Remove empty test functions
Mårten Nordheim
2021-06-25
1
-10
/
+0
*
tst_qsslsocket: detect ALPN support (on server) using supportedFeatures()
Timur Pocheptsov
2021-06-25
1
-17
/
+4
*
tst_QSslSocket: Use supportedFeatures() instead of macro
Mårten Nordheim
2021-06-24
1
-4
/
+2
*
TLS: Mark TLS 1.0, 1.1 and DTLS 1.0 deprecated
Mårten Nordheim
2021-06-25
1
-13
/
+102
*
QSslSocket: Set isEncrypted to false on disconnect
Mårten Nordheim
2021-06-25
1
-0
/
+1
*
Introduce a mini-version of qsslsocket_openssl_symbols_p.h/.cpp
Timur Pocheptsov
2021-06-09
1
-4
/
+18
*
tst_QSslSocket::readBufferMaxSize() - workaround the flaky test
Timur Pocheptsov
2021-06-03
1
-0
/
+12
*
Fix auto-tests that are fooled by the presence of more than one plugin
Timur Pocheptsov
2021-05-27
1
-98
/
+106
*
Move plugin code from QtNetwork to qtbase/plugins
Timur Pocheptsov
2021-04-22
1
-109
/
+137
*
Convert QSslSocket(Backend)Private into plugin
Timur Pocheptsov
2021-03-17
1
-58
/
+0
*
TLS backend: merge with its factory
Timur Pocheptsov
2021-01-28
1
-87
/
+79
*
QSsl: add a new private API
Timur Pocheptsov
2021-01-22
1
-4
/
+136
*
QSslSocket - introduce the API providing information about backends
Timur Pocheptsov
2021-01-21
1
-1
/
+45
*
tst_QSslSocket::setSslConfiguration - skip if SecureTransport is in use
Timur Pocheptsov
2021-01-08
1
-0
/
+4
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+4
*
QSslSocket::verify: do not alter the default configuration
Timur Pocheptsov
2020-11-30
1
-2
/
+46
*
QSslConfiguration - improve code coverage
Timur Pocheptsov
2020-11-23
1
-2
/
+27
*
QSslCipher - improve its code coverage and auto-tests
Timur Pocheptsov
2020-11-20
1
-20
/
+16
*
QSslSocket (autotest) - defuse a time bomb
Timur Pocheptsov
2020-10-16
1
-13
/
+16
*
Schannel: TLS1.3 support
Mårten Nordheim
2020-10-14
1
-20
/
+32
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-1
/
+1
*
Add test case for QSslSocket to show the wrong behavior
Lars Schmertmann
2020-10-02
1
-0
/
+283
*
Schannel: Properly handle request for certificate
Mårten Nordheim
2020-09-14
1
-8
/
+0
*
QSsl: workaround a 'very secure' OpenSSL version (CentOS 8.x et al)
Timur Pocheptsov
2020-09-12
1
-0
/
+9
*
Remove most compiler warnings about missing overrides
Lars Knoll
2020-09-11
1
-7
/
+7
*
Disable cipherstring-setting test for schannel
Mårten Nordheim
2020-08-24
1
-0
/
+4
*
QSslConfiguration::setCiphers - introduce the overload taking QString
Timur Pocheptsov
2020-07-01
1
-3
/
+23
*
Move QAlertLevel and QAlertType enums into the namespace QSsl
Timur Pocheptsov
2020-06-29
1
-4
/
+2
*
Use QList instead of QVector in network tests
Jarek Kobus
2020-06-25
1
-1
/
+1
*
tst_QSslSocket - stop using qrand (to suppress a warning)
Timur Pocheptsov
2020-06-10
1
-7
/
+6
*
tst_QSslSocket - do not test the deprecated API
Timur Pocheptsov
2020-06-10
1
-108
/
+2
*
Remove winrt
Oliver Wolff
2020-06-06
1
-54
/
+0
*
QtNetwork remove deprecated signals
Timur Pocheptsov
2020-06-04
1
-6
/
+3
*
QSslSocket::setSslSonfiguration - set d.configuration properly
Timur Pocheptsov
2020-05-08
1
-0
/
+20
*
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-04-08
1
-2
/
+1
|
\
|
*
More qOverload cleanups in qtbase
Timur Pocheptsov
2020-03-24
1
-2
/
+1
[next]