2004-09-27 21:41:50 +00:00
|
|
|
* Additional unit tests
|
2005-02-28 02:28:23 +00:00
|
|
|
* Update to latest Botan, and remake the botantools patch as appropriate
|
2005-04-21 13:26:38 +00:00
|
|
|
* create .prf for auto-discovery by qmake-based projects
|
2004-12-31 09:19:59 +00:00
|
|
|
|
2004-09-27 21:41:50 +00:00
|
|
|
* API documentation
|
2004-12-31 09:19:59 +00:00
|
|
|
clean up Algorithm
|
|
|
|
clean up Filter
|
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 code for APIs:
|
2005-04-14 10:47:29 +00:00
|
|
|
core: properties
|
2005-03-04 21:50:57 +00:00
|
|
|
cert: rfc 2818 hostname validation
|
2005-03-28 07:11:58 +00:00
|
|
|
keystore
|
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
|
2005-04-09 07:43:15 +00:00
|
|
|
default provider: sha1
|
2004-11-17 00:28:34 +00:00
|
|
|
|
2004-12-31 09:19:59 +00:00
|
|
|
* examples
|
|
|
|
create example for BigInteger
|
2005-04-10 01:49:49 +00:00
|
|
|
fix SASL examples (client and server)
|
|
|
|
fix SSL example
|
2004-12-31 09:19:59 +00:00
|
|
|
|
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
|
|
|
|
figure out why Valgrind reports so many memory leaks
|
2005-04-14 06:32:49 +00:00
|
|
|
qca-gnupg: NEED_PASSPHRASE_PIN, BAD_PASSPHRASE_PIN, etc
|
2004-11-17 00:28:34 +00:00
|
|
|
|
2005-01-17 12:17:33 +00:00
|
|
|
* possibilities for the future:
|
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
|
|
|
|