86 Commits

Author SHA1 Message Date
Brad Hards
82094ffb79 API documentation work. The main focus is making sure
that everything says #include <QtCrypto>, not
#include <qca_foo.h>


svn path=/trunk/kdesupport/qca/; revision=522368
2006-03-25 10:44:30 +00:00
Brad Hards
b80d54e1f0 More API documentation.
svn path=/trunk/kdesupport/qca/; revision=522347
2006-03-25 08:26:55 +00:00
Brad Hards
e1640979b7 Minor API dox update.
svn path=/trunk/kdesupport/qca/; revision=521314
2006-03-22 10:43:15 +00:00
Brad Hards
cbbf56cd69 A little more API documentation.
svn path=/trunk/kdesupport/qca/; revision=520191
2006-03-19 11:28:23 +00:00
Brad Hards
b00a8b2885 API documentation for SecureLayer and TLS classes.
svn path=/trunk/kdesupport/qca/; revision=520147
2006-03-19 07:25:43 +00:00
Brad Hards
4e837a7cf1 More API dox for TLS.
svn path=/trunk/kdesupport/qca/; revision=519907
2006-03-18 10:02:41 +00:00
Brad Hards
1b85c2944d More API documentation for TLS.
svn path=/trunk/kdesupport/qca/; revision=519906
2006-03-18 10:00:21 +00:00
Brad Hards
dc729f0e92 Switch TLS::supportedCipherSuites() to take a
Version instead of a Mode. This allows for cipher
suites that are only available for some protocol
versions and different naming between SSL3 and TLS1.

CCMAIL: justin@affinix.com

svn path=/trunk/kdesupport/qca/; revision=519496
2006-03-17 11:16:23 +00:00
Brad Hards
0fa653c622 Updates to the API documentation.
svn path=/trunk/kdesupport/qca/; revision=518170
2006-03-13 10:44:14 +00:00
Brad Hards
0421e0c4b2 Minor API documentation updates
svn path=/trunk/kdesupport/qca/; revision=503440
2006-01-29 06:44:19 +00:00
Justin Karneges
93b936d881 update tls/sasl api
svn path=/trunk/kdesupport/qca/; revision=440609
2005-07-31 01:27:27 +00:00
Justin Karneges
bfc1b65efb dtls, option to enable only specific keystores
svn path=/trunk/kdesupport/qca/; revision=440371
2005-07-30 09:16:05 +00:00
Justin Karneges
2c921b0b5f clean this file up, get rid of synchronous layer
svn path=/trunk/kdesupport/qca/; revision=439532
2005-07-28 11:35:17 +00:00
Justin Karneges
13b370fe91 convert some non-essential QSecureArrays to QByteArray
svn path=/trunk/kdesupport/qca/; revision=428712
2005-06-24 23:41:25 +00:00
Brad Hards
9b1a6849ca More API documentation updates
svn path=/trunk/kdesupport/qca/; revision=421976
2005-06-04 06:52:10 +00:00
Brad Hards
ac873d7592 The #define gets interpreted by doxygen as a
\define, which is a keyword. Causes warnings that
are misleading, so removed.

That commentary is just a placeholder anyway, but
I like cleaner.

svn path=/trunk/kdesupport/qca/; revision=412177
2005-05-10 21:46:59 +00:00
Justin Karneges
ab9e0fd6d3 qt4 moc doesn't need the "public" Private workaround
svn path=/trunk/kdesupport/qca/; revision=409943
2005-05-06 07:21:42 +00:00
Justin Karneges
db68d7059e ssl works now
svn path=/trunk/kdesupport/qca/; revision=407592
2005-04-24 19:09:06 +00:00
Justin Karneges
37f1142c97 rename haveError() to ok()
svn path=/trunk/kdesupport/qca/; revision=406900
2005-04-21 10:31:47 +00:00
Brad Hards
eff498c466 Next step in API docs.
A few of the error codes in SASL don't appear to map
to the AuthCondition enum.

CCMAIL: justin-psi@affinix.com

svn path=/trunk/kdesupport/qca/; revision=406620
2005-04-19 20:29:40 +00:00
Justin Karneges
3d46f5475d fix dangling comment
svn path=/trunk/kdesupport/qca/; revision=406504
2005-04-19 09:24:16 +00:00
Brad Hards
953c6c2bf7 Quick commit to get my stuff in before Justin changes it :-)
svn path=/trunk/kdesupport/qca/; revision=406246
2005-04-18 08:42:56 +00:00
Brad Hards
78da6a0e85 Minor API documentation updates
svn path=/trunk/kdesupport/qca/; revision=406224
2005-04-17 23:43:32 +00:00
Justin Karneges
ab508f9893 keystore API for accessing system stores, smart cards, and pgp
svn path=/trunk/kdesupport/qca/; revision=401186
2005-03-28 07:11:58 +00:00
Justin Karneges
b5b5024414 QString instead of QHostAddress
svn path=/trunk/kdesupport/qca/; revision=393745
2005-02-28 09:01:59 +00:00
Justin Karneges
c3bbe0b6ec take out unclear bool args
svn path=/trunk/kdesupport/qca/; revision=393732
2005-02-28 07:31:19 +00:00
Justin Karneges
7dc68f5e61 port to Qt 4
svn path=/trunk/kdesupport/qca/; revision=393410
2005-02-27 01:12:26 +00:00
Justin Karneges
4910fd75ec reorganize the enum / helper class names, add multi signer verify for securemessage
svn path=/trunk/kdesupport/qca/; revision=392944
2005-02-25 06:51:06 +00:00
Justin Karneges
7b819d351a removed tls cache api, we'll do it automatically if available instead
svn path=/trunk/kdesupport/qca/; revision=392925
2005-02-25 03:36:58 +00:00
Justin Karneges
709198d60c tls session caching, expand some abbreviations
svn path=/trunk/kdesupport/qca/; revision=392885
2005-02-24 21:14:03 +00:00
Justin Karneges
624987c692 tls version, ciphersuites, and some function reordering
svn path=/trunk/kdesupport/qca/; revision=392791
2005-02-24 10:07:14 +00:00
Justin Karneges
accfeb23d7 add more pbe algos, make some feature checks into static functions
svn path=/trunk/kdesupport/qca/; revision=382943
2005-01-27 16:42:44 +00:00
Justin Karneges
ca4a3a543d added PBE, moved some enums and C secmem out of qca_core
svn path=/trunk/kdesupport/qca/; revision=382285
2005-01-25 13:01:45 +00:00
Brad Hards
9599457db7 Remove trailing spaces.
svn path=/trunk/kdesupport/qca/; revision=380727
2005-01-21 10:20:41 +00:00
Justin Karneges
128ea69121 cert creation, pkcs12, passphrases should use secure array
svn path=/trunk/kdesupport/qca/; revision=378347
2005-01-14 06:36:12 +00:00
Justin Karneges
47d42a6d6d divide qca.h, move the includes
svn path=/trunk/kdesupport/qca/; revision=374565
2005-01-01 02:44:28 +00:00