summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-10/+4
|\
| * SecureTransport: do not set max protocol versionTimur Pocheptsov2019-01-271-12/+4
* | OpenSSL: drop support for SSLv2 and SSLv3Giuseppe D'Angelo2018-12-131-13/+11
* | Use Q_DISABLE_COPY_MOVE for private classesFriedemann Kleint2018-12-121-1/+1
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-221-0/+12
|\|
| * Add missing protocol enumerators, report TLS 1.3 if negotiatedTimur Pocheptsov2018-11-071-0/+12
* | Ssl: move _q_makePkcs12 into shared fileMårten Nordheim2018-10-161-263/+0
|/
* SecureTransport - require the latest SDK 10.13.4Timur Pocheptsov2018-09-271-2/+2
* Ssl: clang-tidy modernize-use-nullptrMårten Nordheim2018-08-091-2/+2
* SecureTransport: clean the code a bitTimur Pocheptsov2018-08-091-9/+6
* Merge "Merge remote-tracking branch 'origin/5.11' into dev" into refs/staging...Liang Qi2018-08-071-0/+11
|\
| * Merge remote-tracking branch 'origin/5.11' into devQt Forward Merge Bot2018-08-071-0/+11
| |\
| | * SecureTransport - disable lock on sleep for the custom keychainTimur Pocheptsov2018-08-021-0/+11
* | | SecureTransport - fix verifyPeerTrust for the renegotiation caseTimur Pocheptsov2018-08-071-22/+23
|/ /
* | SecureTransport - implement renegotiationsTimur Pocheptsov2018-07-271-11/+53
* | SecureTransport - enable ALPN on macOSTimur Pocheptsov2018-07-171-4/+4
* | SecureTransport - cleanup the code a bitTimur Pocheptsov2018-07-141-35/+30
|/
* Merge remote-tracking branch 'origin/5.10' into devLars Knoll2018-01-021-5/+10
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Lars Knoll2017-12-301-5/+10
| |\
| | * Fix/workaround a quirk in SecureTransportTimur Pocheptsov2017-12-141-5/+10
| | * qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-11-151-0/+6
* | | QSslSocketPrivate (SecureTransport) - add ALPN supportTimur Pocheptsov2017-11-141-1/+63
* | | Merge remote-tracking branch 'origin/5.10' into devAllan Sandfeld Jensen2017-10-241-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-161-1/+1
| |\|
| | * Replace 'an unique' with 'a unique'Kai Koehne2017-10-111-1/+1
* | | Replace Q_NULLPTR with nullptr where possibleKevin Funk2017-09-191-3/+3
|/ /
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-07-061-2/+2
|\|
| * QSslSocket - fix two memory management issues (Secure Transport)Timur Pocheptsov2017-07-041-2/+2
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-191-2/+4
|\|
| * qsslsocket_mac - check that SecCertificateRef is not nullTimur Pocheptsov2017-06-131-2/+4
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-06-071-2/+25
|\|
| * Ssl socket - fix broken certificate verificationTimur Pocheptsov2017-06-021-2/+25
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-071-1/+2
|\|
| * QSslSocket (SecureTransport) - use anchors only from QSslConfigurationTimur Pocheptsov2017-04-261-1/+2
| * Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-04-041-6/+118
* | QSslSocket/macOS: optimize QUuid usageMarc Mutz2017-04-101-10/+8
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-201-58/+79
|\|
| * Secure Transport - add a missing cipherTimur Pocheptsov2017-03-161-58/+79
* | qsslsocket_mac: handle 'OrLater' SslProtocols in verifySessionProtocol()Mikkel Krautz2017-02-131-0/+6
* | Allow Secure Transport backend to use a temporary keychainTimur Pocheptsov2017-02-111-6/+118
|/
* SecureTransport - remove (now) redundant standalone functionTimur Pocheptsov2017-01-301-94/+82
* Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-09-291-1/+1
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-09-281-1/+1
| |\
| | * QSslSocket: respect read buffer's max size (SecureTransport)Timur Pocheptsov2016-09-271-1/+1
* | | Add support for Apple watchOSJake Petroules2016-08-191-2/+2
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-191-10/+12
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-6/+5
| |\|
| | * QSslSocketBackendPrivate: Remove QString warningsGabriel de Dietrich2016-07-121-6/+5
| * | Use QStringLiteral more judiciouslyAnton Kudryavtsev2016-07-081-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-041-3/+6
| |\|