14 Commits

Author SHA1 Message Date
Ivan Romanov
be172d527a fixed previous commit 2013-08-25 13:05:48 +06:00
Ivan Romanov
4320c6532b [qca-ossl] added support for aes ctr 128, 192 and 256 2013-08-25 03:36:58 +06:00
Brad Hards
eb73d89811 Add unit test for CAST5.
svn path=/trunk/kdesupport/qca/; revision=707708
2007-09-02 18:50:34 +00:00
Brad Hards
113fe64aac Remove TODO that is now done.
svn path=/trunk/kdesupport/qca/; revision=696969
2007-08-06 12:12:14 +00:00
Brad Hards
55c43acae1 Add unit tests for encryption/decryption using
AES 128, 192 and 256 with PKCS7 padding.

svn path=/trunk/kdesupport/qca/; revision=696964
2007-08-06 12:05:08 +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
Brad Hards
231f7f8eb8 Switch Cipher::blockSize to return int, rather than unsigned int.
I think unsigned int was a bit more descriptive, but certainly
is non-standard.

svn path=/trunk/kdesupport/qca/; revision=670664
2007-06-02 11:22:26 +00:00
André Wöbbeking
07197dc54e -pedantic
svn path=/trunk/kdesupport/qca/; revision=608497
2006-11-27 18:17:05 +00:00
Brad Hards
854f5518bc Add NSS to the providers that we test for Cipher.
svn path=/trunk/kdesupport/qca/; revision=597053
2006-10-19 10:04:23 +00:00
Brad Hards
977dc93ac4 Merge .h into .cpp, and add CMake support
svn path=/trunk/kdesupport/qca/; revision=594701
2006-10-12 02:11:35 +00:00
Brad Hards
11d097e08d Finally commit the big "primitives" API change.
Essentially if you had previously used a subclass
of Cipher, Hash or MAC, then you need to change
your code. The change is pretty simple - you
just pass a string name as the first argument.


svn path=/trunk/kdesupport/qca/; revision=576204
2006-08-23 12:38:39 +00:00
Brad Hards
b0474cde5d convert over the symmetric key and hmac tests.
Also update cipherunittest to remove non-required deletion.

svn path=/trunk/kdesupport/qca/; revision=498274
2006-01-15 08:54:59 +00:00
Brad Hards
b15d8ae8aa Convert the old symmetric cipher tests to use
QTestLib. Also fixed up some problems in the test
suite.

svn path=/trunk/kdesupport/qca/; revision=498252
2006-01-15 05:17:47 +00:00