9 Commits

Author SHA1 Message Date
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
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
Brad Hards
6ad4fb500e Remove the default arguments on MessageAuthenticationCode,
as discussed with Justin.

It basically made sense to have a default of SHA1 for HMAC, but
when we went away from having all the specific classes, defaulting
all MAC to be HMAC(SHA1) was a bit of a stretch.

svn path=/trunk/kdesupport/qca/; revision=605322
2006-11-16 10:58:43 +00:00
Brad Hards
754c212a61 Include NSS in the tests for HMAC with RIPEMD160
svn path=/trunk/kdesupport/qca/; revision=595597
2006-10-15 01:55:07 +00:00
Brad Hards
898a2df707 Merge the declaration into the .cpp, and update the
qmake build file to match.

Add in CMake support.

svn path=/trunk/kdesupport/qca/; revision=594725
2006-10-12 05:08:02 +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
61941123da Add tests for Netscape Security Services (from Mozilla) where
appropriate.

svn path=/trunk/kdesupport/qca/; revision=519871
2006-03-18 04:45:09 +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