index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
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
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
network
/
ssl
/
qsslsocket_mac.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix/workaround a quirk in SecureTransport
Timur Pocheptsov
2017-12-14
1
-5
/
+10
*
qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()
Mikkel Krautz
2017-11-15
1
-0
/
+6
*
Replace 'an unique' with 'a unique'
Kai Koehne
2017-10-11
1
-1
/
+1
*
QSslSocket - fix two memory management issues (Secure Transport)
Timur Pocheptsov
2017-07-04
1
-2
/
+2
*
qsslsocket_mac - check that SecCertificateRef is not null
Timur Pocheptsov
2017-06-13
1
-2
/
+4
*
Ssl socket - fix broken certificate verification
Timur Pocheptsov
2017-06-02
1
-2
/
+25
*
QSslSocket (SecureTransport) - use anchors only from QSslConfiguration
Timur Pocheptsov
2017-04-26
1
-1
/
+2
*
Allow Secure Transport backend to use a temporary keychain
Timur Pocheptsov
2017-04-04
1
-6
/
+118
*
Secure Transport - add a missing cipher
Timur Pocheptsov
2017-03-16
1
-58
/
+79
*
SecureTransport - remove (now) redundant standalone function
Timur Pocheptsov
2017-01-30
1
-94
/
+82
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-09-29
1
-1
/
+1
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-09-28
1
-1
/
+1
|
|
\
|
|
*
QSslSocket: respect read buffer's max size (SecureTransport)
Timur Pocheptsov
2016-09-27
1
-1
/
+1
*
|
|
Add support for Apple watchOS
Jake Petroules
2016-08-19
1
-2
/
+2
*
|
|
Merge remote-tracking branch 'origin/5.7' into dev
Edward Welbourne
2016-07-19
1
-10
/
+12
|
\
\
\
|
|
/
/
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-15
1
-6
/
+5
|
|
\
\
|
|
|
/
|
|
*
QSslSocketBackendPrivate: Remove QString warnings
Gabriel de Dietrich
2016-07-12
1
-6
/
+5
|
*
|
Use QStringLiteral more judiciously
Anton Kudryavtsev
2016-07-08
1
-1
/
+1
|
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Edward Welbourne
2016-07-04
1
-3
/
+6
|
|
\
\
|
|
|
/
|
|
*
QSslSocket::transmit (macOS/iOS) - do not use invalid context
Timur Pocheptsov
2016-06-30
1
-3
/
+6
*
|
|
Remove all code paths related to unsupported Apple platforms.
Jake Petroules
2016-06-04
1
-177
/
+2
*
|
|
Add support for Apple tvOS
Mike Krus
2016-05-17
1
-4
/
+4
|
/
/
*
|
QtNetwork: use const (and const APIs) more
Anton Kudryavtsev
2016-04-27
1
-3
/
+3
*
|
QtNetwork: eradicate Q_FOREACH loops [needing qAsConst()]
Marc Mutz
2016-04-25
1
-2
/
+2
*
|
QSslSocket (Mac): optimize string usage
Anton Kudryavtsev
2016-04-04
1
-10
/
+10
*
|
QtNetwork: use QStringRef to optimize memory allocation
Anton Kudryavtsev
2016-03-31
1
-1
/
+1
*
|
Integrate network sockets into the multichannel infrastructure
Alex Trotsenko
2016-03-01
1
-0
/
+2
*
|
QRingBuffer: add append(const char *, qint64) function
Alex Trotsenko
2016-02-01
1
-2
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-13
/
+19
*
|
Merge remote-tracking branch 'origin/5.6' into dev
Liang Qi
2015-12-02
1
-86
/
+293
|
\
\
|
|
/
|
*
Merge remote-tracking branch 'origin/5.5' into 5.6
Liang Qi
2015-11-27
1
-86
/
+293
|
|
\
|
|
*
Secure Transport - make it work on OS X 10.7
Timur Pocheptsov
2015-11-23
1
-79
/
+212
|
|
*
Secure Transport backend - make it work on OS X 10.7
Timur Pocheptsov
2015-11-23
1
-8
/
+86
*
|
|
QSslSocket: evaluate CAs in all keychain categories
Daniel Molkentin
2015-11-24
1
-23
/
+0
*
|
|
Secure Transport SSL backend - add a missing cipher suite
Timur Pocheptsov
2015-10-22
1
-0
/
+7
|
/
/
*
|
Clean up some Apple-related includes and declarations.
Jake Petroules
2015-09-22
1
-0
/
+4
*
|
QAbstractSocket: Consolidate error reporting
Kai Koehne
2015-09-14
1
-40
/
+30
|
/
*
ssl: improve SecureTransport error logging
Jeremy Lainé
2015-07-15
1
-42
/
+45
*
ssl: fix SecureTransport handling of remote host disconnect
Jeremy Lainé
2015-07-13
1
-1
/
+6
*
QSSLSocketPrivateBackend::transmit - fix Secure Transport version
wip/qbs-5.5
Timur Pocheptsov
2015-04-01
1
-17
/
+9
*
Secure Transport - handle errSSLBadCert in server mode
Timur Pocheptsov
2015-03-12
1
-4
/
+17
*
QSsl: teach the SecureTransport backend about TlsV1_0OrLater, TlsV1_1OrLater ...
Mikkel Krautz
2015-02-15
1
-0
/
+21
*
Secure Transport - enable client authentication
Timur Pocheptsov
2015-02-13
1
-35
/
+45
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-21
/
+13
*
Add SecureTransport based SSL backend for iOS and OS X
Jeremy Lainé
2015-02-02
1
-0
/
+1443