summaryrefslogtreecommitdiffstats
path: root/tests/manual/qsslsocket/qsslsocket.pro
Commit message (Collapse)AuthorAgeFilesLines
* Rename some manual test to be uniqueLeander Beernaert2019-11-111-1/+1
| | | | | | | | | | This patch renames some of the manual test by prefixing them with tst_manual_ to make sure they are unique in the project structure. This is a requirement for the CMake port. Change-Id: Ie393b125ce5a35b7069cf006db0f3af8c4fda5b4 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* SSL: add support for the Next Protocol Negotiation extensionPeter Hartmann2014-02-111-0/+6
... which is needed to negotiate the SPDY protocol. [ChangeLog][QtNetwork][QSslConfiguration] Added support for the Next Protocol Negotiation (NPN) TLS extension. Task-number: QTBUG-33208 Change-Id: I3c945f9b7e2d2ffb0814bfdd3e87de1dae6c20ef Reviewed-by: Allan Sandfeld Jensen <allan.jensen@digia.com>