12 Commits

Author SHA1 Message Date
Albert Astals Cid
ad1b9e1b07 Enable QT_NO_CAST_FROM_ASCII 2020-02-15 10:21:12 +00:00
Albert Astals Cid
8b171279e9 clazy: enable qstring allocation warning 2020-02-13 01:07:24 +01:00
Albert Astals Cid
6a1d268315 Enable QT_NO_CAST_FROM_BYTEARRAY 2020-01-23 17:26:29 +01:00
Albert Astals Cid
dbef5838d4 Enable QT_NO_SIGNALS_SLOTS_KEYWORDS 2020-01-22 19:31:28 +01: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
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
Justin Karneges
6152c977c0 follow qca-openssl -> qca-ossl rename
svn path=/trunk/kdesupport/qca/; revision=681691
2007-06-29 21:30:22 +00:00
Brad Hards
3932ba3a9b Not all of the pkits tests actually make sense.
Add a conditional case for testing all cases, but only do
the good tests by default.

svn path=/trunk/kdesupport/qca/; revision=643998
2007-03-18 23:28:02 +00:00
Brad Hards
9c95aee5bf Merge declarations into .cpp, and update the qmake
file to match.

Add in CMake support.

svn path=/trunk/kdesupport/qca/; revision=594729
2006-10-12 05:24:39 +00:00
Brad Hards
10a89d96d7 Complete a bit more of the NIST PKITS test suite.
This covers all of 4.3, and the first part of 4.4.

There are a number of failing tests. At this stage
I think they represent problems with QCA or (more
likely) problems with the version of openssl I am
using.

svn path=/trunk/kdesupport/qca/; revision=524340
2006-03-30 10:36:22 +00:00
Brad Hards
81765d206b Add date validity tests from PKITS section 4.2.
Fix typo error in result for 4.1.6 - not valid, signature
on end entity certificate is invalid.

Also remove suggestion that libgcrypt will one day have
Certificate / CRL handling.

svn path=/trunk/kdesupport/qca/; revision=508539
2006-02-12 06:52:48 +00:00
Brad Hards
601f9dd4d9 Add a new unit test, for public key certificate ops.
These tests, and the test suite certificates and CRLs
are from the NIST Public Key Interoperability Test
Suite (PKITS), which is available from 
http://csrc.nist.gov/pki/testing/x509paths.html

At the moment, this unit test only covers the 6
tests in 4.1 of the NIST test documentation.


svn path=/trunk/kdesupport/qca/; revision=508176
2006-02-11 01:06:44 +00:00