summaryrefslogtreecommitdiffstats
path: root/src/network/ssl/qsslsocket_mac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert QSslSocket(Backend)Private into pluginTimur Pocheptsov2021-03-171-1567/+0
* Move QSslCertificate's details and cert-related code to the pluginsTimur Pocheptsov2021-03-021-1/+1
* Introduce QSsl::X509Certificate interface and its implementationsTimur Pocheptsov2021-02-181-53/+3
* QSsl::TlsKey - provide the interface and implementationsTimur Pocheptsov2021-02-011-0/+5
* TLS backend: merge with its factoryTimur Pocheptsov2021-01-281-16/+3
* QSsl: add a new private APITimur Pocheptsov2021-01-221-83/+67
* QSslSocket - introduce the API providing information about backendsTimur Pocheptsov2021-01-211-0/+87
* Refactor QMutexLocker to be able to handle recursive mutexesLars Knoll2020-10-171-1/+1
* SecureTransport: Set requested ciphers specified in the configurationAndy Shaw2020-07-241-0/+94
* Add ; to Q_UNUSEDLars Schmertmann2020-07-071-7/+7
* Use QList instead of QVector in networkJarek Kobus2020-06-261-3/+3
* Port QtNetwork from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | QSsl - delete all mentions of SslV2 and SslV3Timur Pocheptsov2019-11-281-52/+2
|/
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-041-0/+7
|\
| * Merge remote-tracking branch 'qt/5.12' into 5.13Paul Olav Tvete2019-08-201-0/+7
| |\
| | * SSL: ALPN: Don't include empty, too long or truncated namesMårten Nordheim2019-08-161-0/+7
* | | QtNetwork: ssl: port from QMutex::Recursive to QRecursiveMutexMarc Mutz2019-07-181-1/+1
|/ /
* | 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
|\|