4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 16:59:33 +00:00

58 Commits

Author SHA1 Message Date
Brad Hards
c484908b29 editorial nits.
svn path=/trunk/kdesupport/qca/; revision=512687
2006-02-23 10:44:54 +00:00
Brad Hards
fffd8e95b3 Link the aes-cmac example into the API documentation.
svn path=/trunk/kdesupport/qca/; revision=503084
2006-01-28 08:07:11 +00:00
Brad Hards
beef3740c2 Minor cleanup - remove the printf call.
svn path=/trunk/kdesupport/qca/; revision=503083
2006-01-28 08:03:20 +00:00
Brad Hards
3eca248df3 Add a new example, showing how to do a provider
from client side code.

Also a few tweaks to the examples to help with 
Qt4.1 changes.

svn path=/trunk/kdesupport/qca/; revision=503081
2006-01-28 06:54:42 +00:00
Justin Karneges
20fd5eab8b qca libs now go in lib subdir
svn path=/trunk/kdesupport/qca/; revision=441823
2005-08-01 03:15:35 +00:00
Justin Karneges
08e5149567 missing parenthesis
svn path=/trunk/kdesupport/qca/; revision=432576
2005-07-07 21:29:31 +00:00
Justin Karneges
10a3871258 use bytearray now
svn path=/trunk/kdesupport/qca/; revision=429135
2005-06-26 18:02:58 +00:00
Brad Hards
51f3f58d5c Add the public key example set.
svn path=/trunk/kdesupport/qca/; revision=419380
2005-05-29 10:20:46 +00:00
Brad Hards
f60e901953 Minor cleanup - remove unused keys, and apply
appropriate svn:ignore.

svn path=/trunk/kdesupport/qca/; revision=419362
2005-05-29 09:54:00 +00:00
Brad Hards
fba12d110d Move the examples (for Doxygen) to a more logical place
svn path=/trunk/kdesupport/qca/; revision=419358
2005-05-29 09:49:21 +00:00
Brad Hards
17734a556f Finish off the comment. Not sure what I was going to
say...

svn path=/trunk/kdesupport/qca/; revision=415711
2005-05-19 12:02:10 +00:00
Brad Hards
9303b3c964 DH can't do encryption. What was I thinking!
svn path=/trunk/kdesupport/qca/; revision=415661
2005-05-19 08:37:49 +00:00
Brad Hards
5a2c285a57 Show how to do signature/verification, and also
tweak the generic stuff with a few additional comments
and some minor reformatting.

svn path=/trunk/kdesupport/qca/; revision=415333
2005-05-18 11:56:48 +00:00
Brad Hards
20a3f633be Initial commit for an example of public key cryptography.
The code appears to work for encryption, however it
doesn't decrypt correctly yet.

svn path=/trunk/kdesupport/qca/; revision=414086
2005-05-15 09:48:09 +00:00
Brad Hards
79bd05ce14 Add a little more explanation.
svn path=/trunk/kdesupport/qca/; revision=408138
2005-04-27 10:37:06 +00:00
Brad Hards
b60aece6ce Make sure the continuation is in the right place.
svn path=/trunk/kdesupport/qca/; revision=408137
2005-04-27 10:36:30 +00:00
Brad Hards
9e97f953a2 Add better explaination of the various elements of this example.
svn path=/trunk/kdesupport/qca/; revision=408132
2005-04-27 10:14:15 +00:00
Brad Hards
ae0fd9a8f6 Fix silly bug that prevented use of external file
svn path=/trunk/kdesupport/qca/; revision=408040
2005-04-26 20:54:17 +00:00
Brad Hards
b66b706f24 Add certificate and SSL tests in.
svn path=/trunk/kdesupport/qca/; revision=407940
2005-04-26 10:48:32 +00:00
Brad Hards
0d8da452d8 Keep the cvs update noise down.
svn path=/trunk/kdesupport/qca/; revision=407937
2005-04-26 10:44:04 +00:00
Brad Hards
11f790f70e Update cert example for QCA2.
svn path=/trunk/kdesupport/qca/; revision=407745
2005-04-25 11:57:45 +00:00
Justin Karneges
a3ca7723d3 nit
svn path=/trunk/kdesupport/qca/; revision=407602
2005-04-24 19:18:18 +00:00
Justin Karneges
e98511b1ed updated ssl example
svn path=/trunk/kdesupport/qca/; revision=407601
2005-04-24 19:17:10 +00:00
Brad Hards
ed40cb2d0d General cleanup.
svn path=/trunk/kdesupport/qca/; revision=404542
2005-04-10 11:34:28 +00:00
Brad Hards
2a810a8856 Add RSA tests back into the standard set.
svn path=/trunk/kdesupport/qca/; revision=403096
2005-04-04 11:43:59 +00:00
Brad Hards
1049dc5be1 Update the RSA example to the new API.
svn path=/trunk/kdesupport/qca/; revision=403095
2005-04-04 11:43:11 +00:00
Brad Hards
112af45e3a Update based on feedback from Justin.
svn path=/trunk/kdesupport/qca/; revision=402104
2005-03-31 10:20:03 +00:00
Brad Hards
f27c777fd1 Update the cipher example. Should now be basically up-to-date.
svn path=/trunk/kdesupport/qca/; revision=402100
2005-03-31 09:55:14 +00:00
Brad Hards
65c4f7dd9d Link hextest examples into build system.
svn path=/trunk/kdesupport/qca/; revision=401200
2005-03-28 08:12:02 +00:00
Brad Hards
f7de65a14b Add a simple example of hex encoding.
svn path=/trunk/kdesupport/qca/; revision=401199
2005-03-28 08:09:09 +00:00
Brad Hards
9cc885de56 Minor polishing of this example.
svn path=/trunk/kdesupport/qca/; revision=401198
2005-03-28 08:07:14 +00:00
Brad Hards
3ecf152b48 Update to actually make it run.
svn path=/trunk/kdesupport/qca/; revision=399671
2005-03-22 11:15:41 +00:00
Brad Hards
189e3901f4 Minor fix.
svn path=/trunk/kdesupport/qca/; revision=399643
2005-03-22 09:16:08 +00:00
Brad Hards
287a216a02 Add start of an example for Cipher. This doesn't work for me yet.
Justin, what was the intended provider name for the Ciphers again? I
know we talked about this, but I don't remember the format / content.

Also, any chance you could do one provider example (say AES128, CBC,
No Padding) for me?

CCMAIL: justin-psi@affinix.com

svn path=/trunk/kdesupport/qca/; revision=398296
2005-03-17 09:38:05 +00:00
Brad Hards
65bf1518a4 Update the MAC example to suit the new approach, with Qt4.
svn path=/trunk/kdesupport/qca/; revision=393970
2005-03-01 02:07:22 +00:00
Brad Hards
0f0bb5a873 Fix ups for Qt4 conversion.
svn path=/trunk/kdesupport/qca/; revision=393968
2005-03-01 01:27:02 +00:00
Brad Hards
1b318f967f Updates for Qt4
svn path=/trunk/kdesupport/qca/; revision=393959
2005-02-28 23:54:17 +00:00
Brad Hards
dab618be1f Update for Qt4 requirements
svn path=/trunk/kdesupport/qca/; revision=393953
2005-02-28 23:26:20 +00:00
Justin Karneges
9ee9aa2334 need an app object
svn path=/trunk/kdesupport/qca/; revision=393756
2005-02-28 09:47:01 +00:00
Brad Hards
0e7ddb3d31 Update to more closely match the Qt4 version.
svn path=/trunk/kdesupport/qca/; revision=393739
2005-02-28 08:13:42 +00:00
Brad Hards
d55013b3d1 Update to Qt4 version
svn path=/trunk/kdesupport/qca/; revision=393737
2005-02-28 08:00:46 +00:00
Brad Hards
466fcf3673 Update Hash example to Qt4
svn path=/trunk/kdesupport/qca/; revision=393712
2005-02-28 05:19:27 +00:00
Brad Hards
41e75b5cd2 Update to work with Qt4.
svn path=/trunk/kdesupport/qca/; revision=393711
2005-02-28 05:08:54 +00:00
Brad Hards
42c7d79d7b Compile fix.
svn path=/trunk/kdesupport/qca/; revision=380728
2005-01-21 10:24:42 +00:00
Brad Hards
ce8a98cdd2 Add test showing how to use Random class
svn path=/trunk/kdesupport/qca/; revision=379700
2005-01-18 11:14:44 +00:00
Brad Hards
e7879151f2 No longer required - base64 functionality is now provided
inside QCA, so examples use that instead.

svn path=/trunk/kdesupport/qca/; revision=379332
2005-01-17 08:35:21 +00:00
Brad Hards
c2904b8a1f Add another example - this time for Base64
svn path=/trunk/kdesupport/qca/; revision=375416
2005-01-04 10:44:15 +00:00
Brad Hards
0e65cce5c2 Update to use the correct include path.
svn path=/trunk/kdesupport/qca/; revision=374576
2005-01-01 05:34:22 +00:00
Brad Hards
c826b66f8d Change examples (well, those that run with QCA2) to handle the new
include approach, and to work with the standard build locations, rather
that requiring installation first.

svn path=/trunk/kdesupport/qca/; revision=374571
2005-01-01 03:46:21 +00:00
Brad Hards
789799583a Big examples update. New examples for showing HMAC, and changes to
show the two ways to do a basic hash. Also, an example of some of the
options for working with providers. More comments to explain everything.

This also adds copyright notices for everything, and notes on the
pre-QCA2 examples.

svn path=/trunk/kdesupport/qca/; revision=374181
2004-12-30 09:32:01 +00:00