summaryrefslogtreecommitdiffstats
path: root/examples/remoteobjects/ssl/sslserver/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Revamp SSL exampleØystein Heskestad2023-06-061-11/+41
| | | | | | | | | | | | The example did not work because the two applications used different rep-files to generate the remote objects. Use the same file in both applications, fix usage of case in naming, expand the documentation, and add a picture. Remove unused PresetData from rep-file. Task-number: QTBUG-112850 Pick-to: 6.5 6.6 Change-Id: Ia7aafc52d647bca9ffec12b8dd548377f20b6ce4 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Use SPDX license identifiersLucie Gérard2022-06-141-49/+2
| | | | | | | | | | | Replace the current license disclaimer in files by a SPDX-License-Identifier. License files are organized under LICENSES directory. Pick-to: 6.4 Task-number: QTBUG-67283 Change-Id: I315d7ce1d6c6c3497afdfe8b61a113fdc181c935 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
* Remove old instructions for generating tls certificatesMårten Nordheim2021-03-231-15/+0
| | | | | | | Amends b03bf04c19d4d9b81f92bd9a30ee7d26317a7315 Change-Id: Ib7fbd69cf8f426f341b4a14c7be4d632ab30e6c1 Reviewed-by: Sona Kurazyan <sona.kurazyan@qt.io>
* Clean-up warningsSona Kurazyan2021-02-221-1/+1
| | | | | | | | | | | | | Fixed the following warnings: - empty expression statement has no effect; remove unnecessary ';' - use of old-style cast - zero as null pointer constant - other minor things Change-Id: Ia672f48d2aa87c59354fc93fd19862f1875e13db Reviewed-by: Brett Stottlemyer <bstottle@ford.com> Reviewed-by: Mårten Nordheim <marten.nordheim@qt.io>
* QAbstractSocket: fix deprecation warnings from the error signalMårten Nordheim2020-03-231-1/+1
| | | | | | | Task-number: QTBUG-82605 Change-Id: Iec79cebddaf58ec352243b44eeb1d52e0ddacf67 Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io> Reviewed-by: Brett Stottlemyer <bstottle@ford.com>
* Add SSL example & auto testBogDan Vatra2018-10-291-0/+141
Change-Id: I3342507fa2ea69f753f1f062c233211fad4791ff Reviewed-by: Brett Stottlemyer <bstottle@ford.com>