2004-09-27 21:41:50 +00:00
|
|
|
* Additional unit tests
|
2005-01-07 08:53:39 +00:00
|
|
|
* Bundle root certificates to be used on platforms without a system store
|
2005-02-27 01:12:26 +00:00
|
|
|
(we need to choose a reliable source, maybe mozilla or debian? kde??)
|
2005-02-28 02:28:23 +00:00
|
|
|
* Update to latest Botan, and remake the botantools patch as appropriate
|
2004-12-31 09:19:59 +00:00
|
|
|
|
2004-09-27 21:41:50 +00:00
|
|
|
* API documentation
|
2005-03-02 08:04:56 +00:00
|
|
|
update cipher docs according to new args/ordering
|
2004-12-31 09:19:59 +00:00
|
|
|
clean up Algorithm
|
|
|
|
clean up Filter
|
|
|
|
add QCA::systemStore() and haveSystemStore()
|
2005-02-25 10:35:17 +00:00
|
|
|
document all the stuff in qca_cert.h
|
|
|
|
document all the stuff in qca_publickey.h
|
|
|
|
document all the stuff in qca_securelayer.h
|
|
|
|
document all the stuff in qca_securemessage.h
|
|
|
|
think about documenting the various providers (qcaprovider.h)
|
2004-12-31 09:19:59 +00:00
|
|
|
|
2005-01-08 23:38:02 +00:00
|
|
|
* Considerations
|
2005-01-17 00:24:39 +00:00
|
|
|
it's possible we use QSecureArray in some unnecessary places
|
2005-01-25 13:01:45 +00:00
|
|
|
don't forget to QCA_EXPORT everything
|
2005-02-27 01:12:26 +00:00
|
|
|
standardize on count() vs size() when iterating?
|
2005-03-06 04:41:09 +00:00
|
|
|
add more "getters" to the library?
|
|
|
|
give all classes non-default ctors/dtors/copy/op=, and dpointers?
|
2004-10-24 07:48:37 +00:00
|
|
|
|
2004-11-17 00:28:34 +00:00
|
|
|
* finish API:
|
2005-03-07 10:23:45 +00:00
|
|
|
pkey: ability to get the bitsize of a key
|
2005-03-14 11:38:36 +00:00
|
|
|
cert: subject/issuer key ids?
|
|
|
|
cert: use info as a multi-map?
|
2005-02-28 07:31:19 +00:00
|
|
|
qcaprovider.h
|
2004-11-05 08:54:01 +00:00
|
|
|
|
2005-02-27 01:12:26 +00:00
|
|
|
* build system:
|
|
|
|
get qt 4 support into qconf
|
|
|
|
on non-win/mac, allow specifying of flatfile store, else install/use built-in
|
2005-03-13 08:48:54 +00:00
|
|
|
certstore.qcm: QCA_NO_SYSTEMSTORE
|
2005-02-27 01:12:26 +00:00
|
|
|
make sure it installs properly
|
|
|
|
create qt4 qmake .prf for auto-discovery by applications
|
2005-02-24 21:14:03 +00:00
|
|
|
|
2004-11-17 00:28:34 +00:00
|
|
|
* finish code for APIs:
|
2005-03-04 21:50:57 +00:00
|
|
|
cert: rfc 2818 hostname validation
|
2004-11-17 00:28:34 +00:00
|
|
|
tls
|
|
|
|
sasl
|
2005-03-02 08:04:56 +00:00
|
|
|
securemessagesystem (consider thread issues)
|
2005-01-07 08:53:39 +00:00
|
|
|
openpgp
|
|
|
|
smime
|
2004-11-17 00:28:34 +00:00
|
|
|
default provider should have built-in sha1 and md5 (?)
|
|
|
|
|
2004-12-31 09:19:59 +00:00
|
|
|
* examples
|
|
|
|
create example for BigInteger
|
|
|
|
update cipher example (after API sorted out)
|
|
|
|
add systemStore() example
|
|
|
|
|
2004-11-17 00:28:34 +00:00
|
|
|
* write plugin support
|
|
|
|
qca-tls: do something about the cert check lag. maybe a thread?
|
2004-12-30 10:24:21 +00:00
|
|
|
qca-botan: implement
|
2004-12-31 09:19:59 +00:00
|
|
|
qca-egads (or qca-egd): implement for Random support
|
2004-12-30 10:24:21 +00:00
|
|
|
qca-openssl: need to implement locking callbacks.
|
2004-12-31 09:19:59 +00:00
|
|
|
figure out why Valgrind reports so many memory leaks
|
2004-11-17 00:28:34 +00:00
|
|
|
|
2005-01-17 12:17:33 +00:00
|
|
|
* possibilities for the future:
|
2005-02-24 08:39:08 +00:00
|
|
|
smart cards (pkcs11/15)
|
2005-01-17 12:17:33 +00:00
|
|
|
xmldsig
|
|
|
|
xmlenc (sort of done already in cutestuff/xmlsec, but need to qca-ify)
|
|
|
|
advanced pgp functionality (full key info and ability to manipulate keyrings)
|
2005-01-17 20:11:53 +00:00
|
|
|
Key wrapping - RFC3217 and RFC3394
|
2005-01-25 13:01:45 +00:00
|
|
|
dtls (secure UDP)
|
2005-02-25 10:35:17 +00:00
|
|
|
quoted-printable TextFilter
|
2005-01-17 12:17:33 +00:00
|
|
|
|