summaryrefslogtreecommitdiffstats
path: root/tests/auto/security/tst_security.cpp
Commit message (Expand)AuthorAgeFilesLines
* Correct license for test filesLucie Gérard2024-03-261-1/+1
* Speed up the C++ testsJannis Voelker2023-11-231-4/+29
* Remove the UACPP pluginJannis Voelker2023-11-201-3/+0
* Fix issues pointed out by clazyJannis Voelker2023-09-261-8/+7
* Mark the whole repo with QT_NO_CONTEXTLESS_CONNECTAhmad Samir2023-08-221-2/+6
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-071-1/+1
* Port from container::count() and length() to size()Marc Mutz2022-10-071-10/+10
* Use SPDX license identifiersLucie Gérard2022-06-161-38/+2
* Use up-to date LGPL license headerKai Köhne2021-12-021-11/+14
* Change all QString("foo") constructions to use QStringLiteralUlf Hermann2021-07-011-11/+22
* Update dependenciesJannis Voelker2020-08-311-4/+4
* Use QList instead of QVector in qtopcuaSona Kurazyan2020-08-311-2/+2
* CMake: Add specific path for the test serverJannis Voelker2020-06-051-1/+1
* Revert "Prospective build fix for MinGW"Maurice Kalinowski2020-03-161-1/+1
* Prospective build fix for MinGWv5.14.0-alpha1Simon Hausmann2019-09-231-1/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-08-261-4/+14
|\
| * tests: Always build security testRainer Keller2019-08-201-2/+15
* | Fix build and tests with the current open62541 v1.0Jannis Voelker2019-08-171-0/+4
|/
* Fix build on macOSRainer Keller2019-08-121-1/+1
* tests: Fix certificate authentication testRainer Keller2019-08-061-13/+10
* Add function to return true if a security policy is a secure policyRainer Keller2019-07-311-1/+1
* tests: Increase signal spy timeoutsRainer Keller2019-04-121-8/+10
* Fix API inconsistencyRainer Keller2019-04-011-5/+5
* Rename API to be more consistent with QT APIRainer Keller2019-03-251-15/+15
* security: Support encrypted private keysRainer Keller2019-03-201-0/+85
* tests: Add auto test for securityRainer Keller2019-03-191-0/+331