15 Commits

Author SHA1 Message Date
Albert Astals Cid
dbef5838d4 Enable QT_NO_SIGNALS_SLOTS_KEYWORDS 2020-01-22 19:31:28 +01:00
Harald Sitter
ee536fd995 Merge remote-tracking branch 'origin/v2.1' 2018-03-22 12:02:31 +01:00
Fabian Vogt
d58e20ee65 Add support for OpenSSL 1.1.0
Test Plan:
Ran the testsuite with OpenSSL 1.1.0g and 1.0.2j, all passed.
Using this code with kdeconnect and okteta successfully on my system now.

Reviewers: iromanov

Subscribers: anthonyfieroni, alonbl, heikobecker, cfeck, asturmlechner, bero, rdieter

Differential Revision: https://phabricator.kde.org/D9416
2018-01-04 20:02:38 +01:00
Ivan Romanov
159e144abf Disable missed openssl cipher suites
Fedora 26 has no them.
2017-09-30 15:45:59 +05:00
Ivan Romanov
89800d4341 tlsunittest: disable some ciphers 2017-02-06 17:29:01 +05:00
Ivan Romanov
ac8b8acd37 dropped fixpaths.include
Use qt.conf to set plugin paths for unittests and qcatool in buildtree
2014-09-25 14:27:44 +06:00
Ivan Romanov
2cdd6c4bd1 tlsunittest: disable more ciphers 2014-09-20 01:02:52 +06:00
Ivan Romanov
b0c8788d9a tlsunittest: don't check some cipher suites
openssl very configurable. There is no any guarantee that this
or another cipher suite will be in current building. So I just
took that Fedora cipher suites is minimal default list and
I believe that it will be true in every case.
2014-01-05 01:54:18 +06:00
Ivan Romanov
6d690c0070 Build static QCA
Added new cmake variable SHARED_LIBRARY. By default is on.
When it is off QCA library, plugins, tools, examples and unittests
will be built as static. Also if is used static Qt plugins will be
built as static. Tested with Qt4.
2014-01-02 03:50:18 +06:00
Brad Hards
d630a8ccd2 Remove tests for some algos (mainly ephemeral Diffie Hellman)
that aren't reliably supported by OpenSSL (i.e. some versions
do, but later versions often don't).

This test will always be a bit brittle, because distros can
customise the build of OpenSSL so much.

svn path=/trunk/kdesupport/qca/; revision=707705
2007-09-02 18:47:40 +00:00
Justin Karneges
6152c977c0 follow qca-openssl -> qca-ossl rename
svn path=/trunk/kdesupport/qca/; revision=681691
2007-06-29 21:30:22 +00:00
Justin Karneges
a08f4fc9a9 update based on api changes
svn path=/trunk/kdesupport/qca/; revision=653396
2007-04-13 07:17:14 +00:00
Brad Hards
3194ebf595 It looks like it is pretty common to compile openssl
without support for IDEA (presumably because of patents).

So avoid testing for presence of it.

svn path=/trunk/kdesupport/qca/; revision=609736
2006-12-01 22:31:40 +00:00
Brad Hards
ca11f8dab1 Merge the declarations into the .cpp, and update the
qmake buildsystem to match.

Add CMake support.

svn path=/trunk/kdesupport/qca/; revision=594737
2006-10-12 05:52:07 +00:00
Brad Hards
b045507d1d Add the start of a set of unit tests for TLS.
Also do minor cleanups of the test framework.

svn path=/trunk/kdesupport/qca/; revision=519875
2006-03-18 05:06:10 +00:00