Albert Astals Cid
8b171279e9
clazy: enable qstring allocation warning
2020-02-13 01:07:24 +01:00
Albert Astals Cid
5e2751fe85
clazy: enable level1
2020-01-29 16:53:08 +01:00
Albert Astals Cid
dbef5838d4
Enable QT_NO_SIGNALS_SLOTS_KEYWORDS
2020-01-22 19:31:28 +01:00
Albert Astals Cid
80f58d05f0
Fix BotanHKDFContext::clone
...
And excercise it in the unittest
2020-01-21 17:41:24 +01:00
Albert Astals Cid
4449dd088b
Fix KDFContex clone in botan/gcrypt
...
And excercise that from the unittest
2020-01-21 01:19:50 +01:00
Albert Astals Cid
694abbcafa
kdfunittest: Test all the backends
...
and be less verbose when a backend doesn't support what we're testing,
it's fine if the some other one does
2020-01-20 01:01:02 +01:00
Albert Astals Cid
d71f4c279b
Drop Qt4 support
2020-01-19 17:19:23 +01:00
Alexander Volkov
f57d661416
Introduce HKDF
...
Summary:
It's needed for implementation of Secret Service:
https://specifications.freedesktop.org/secret-service/ch07s03.html
Reviewers: iromanov, sitter, #frameworks, dfaure
Reviewed By: dfaure
Subscribers: dfaure
Differential Revision: https://phabricator.kde.org/D15510
2018-10-15 14:30:05 +03: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
9504d1c8e0
cmake: put all runtime to bin when compiling
...
The most it is need for windows where no rpath and all dll's must be
in the same dir (or in PATH environment)
2014-02-02 02:35:55 +06:00
Adnan RIHAN
9e0ddb716d
Overloaded "makeKey" to derive a password depending on a time factor
...
Overloaded "makeKey" in QCA::KeyDerivationFunction + botan/gcrypt/ossl plugins
to allow deriving a master password depending on a time factor in addition to
only giving an arbitrary iteration count.
Deriving with a time delays exhaustive research on master passwords by
increasing the time needed to try each password (the derivation time)
Added corresponding unittests.
REVIEW: 114503
2014-01-06 18:38:21 +01: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
Ivan Romanov
9462469bb5
dropped bat, qconf and qmake rules
...
Now cmake rules fully works.
2013-08-26 00:55:17 +06:00
Ivan Romanov
13d0dc5e6d
added cmake variable QCA_LIB_SUFFIX
...
QCA_LIB_SUFFIX intended to replace workaround
3 major version. For building for Qt5 can be used
-DQCA_LIB_SUFFIX=qt5 for example. Result will be
named libqca2-qt5.so.2.0.3 library for Linux.
Also this suffix will be applied for qca2 pkg config file,
qcatool2 binary and qcatool2 manpage.
I hope that is a good way to resolve the building conflict
against qt4 and qt5.
2013-08-26 00:55:01 +06:00
Brad Hards
d7ccec1e6d
Add support for Password Based Key Derivation Function 2
...
(per RFC2898) for the OpenSSL-based provider.
We need this for decrypting OOo encrypted documents. It is
present in the libgcrypt and Botan based providers, but they
aren't released.
svn path=/trunk/kdesupport/qca/; revision=747138
2007-12-11 06:34:57 +00:00
Brad Hards
6302b633dc
Change the target for the qmake/qconf based unit tests to be
...
"make test", to match cmake.
svn path=/trunk/kdesupport/qca/; revision=685629
2007-07-09 10:52:52 +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
841a205069
remove unnecessary secure array usage in arrayToHex
...
svn path=/trunk/kdesupport/qca/; revision=674778
2007-06-13 02:30:43 +00:00
Justin Karneges
5c6439a6c1
by default, all unittests/examples are console without a mac.app bundle
...
svn path=/trunk/kdesupport/qca/; revision=656265
2007-04-20 20:08:47 +00:00
Brad Hards
151f9b51f1
krazy fix.
...
svn path=/trunk/kdesupport/qca/; revision=654951
2007-04-17 12:15:10 +00:00
Alon Bar-Lev
9f9f2d05d6
QSecureArray/QBigInteger -> QCA::SecureArray/QCA::BigInteger fixups
...
svn path=/trunk/kdesupport/qca/; revision=653605
2007-04-13 19:19:18 +00:00
Justin Karneges
e6a4a57edd
update to build against the right qca lib name
...
svn path=/trunk/kdesupport/qca/; revision=648311
2007-03-30 23:42:53 +00:00
Brad Hards
131bf8eaac
Add automated unittesting support. Now, you can
...
just "make test" and it will run the appropriate
tests.
svn path=/trunk/kdesupport/qca/; revision=609827
2006-12-02 11:53:32 +00:00
André Wöbbeking
07197dc54e
-pedantic
...
svn path=/trunk/kdesupport/qca/; revision=608497
2006-11-27 18:17:05 +00:00
Brad Hards
e75cf4ef3a
Convert the key derivation function test to use the
...
same file for declaration and definitions, and ajust
the build system to match.
Also add CMake support.
svn path=/trunk/kdesupport/qca/; revision=594717
2006-10-12 03:17:19 +00:00
Brad Hards
1fdb5879ad
Ensure that we test each provider.
...
Also add additional support for Botan.
svn path=/trunk/kdesupport/qca/; revision=503086
2006-01-28 08:14:13 +00:00
Brad Hards
f2a92b528d
More removal of GUI libs to help running without X.
...
svn path=/trunk/kdesupport/qca/; revision=490789
2005-12-23 07:02:32 +00:00
Brad Hards
6db8bd6c8a
Correct CONFIG setting for qtestlib
...
svn path=/trunk/kdesupport/qca/; revision=478895
2005-11-08 09:25:04 +00:00
Brad Hards
3b58d170b4
Start of big reorganisation of the unit tests.
...
This now requires QTestLib, as provided with
Qt 4.1
svn path=/trunk/kdesupport/qca/; revision=478231
2005-11-06 09:25:56 +00:00