2004-09-27 21:41:50 +00:00
|
|
|
* Additional unit tests
|
|
|
|
* API documentation
|
2004-11-17 00:28:34 +00:00
|
|
|
* Threading consideration (safety, usability) in API and plugins
|
2004-10-24 07:48:37 +00:00
|
|
|
|
2004-11-17 00:28:34 +00:00
|
|
|
* finish API:
|
2004-12-24 21:15:24 +00:00
|
|
|
cert/crl: Distinguished Names (Botan has X509_DN)
|
2004-12-28 10:17:37 +00:00
|
|
|
cert: turn Info into an enum
|
|
|
|
cert/pkey: fingerprints (is there a standard for this?)
|
|
|
|
cert: subjectAltName
|
2004-11-05 08:54:01 +00:00
|
|
|
|
2004-11-17 00:28:34 +00:00
|
|
|
* finish code for APIs:
|
|
|
|
cipher
|
|
|
|
mac
|
|
|
|
pkey
|
|
|
|
cert/crl/store (don't forget to call detach())
|
|
|
|
tls
|
|
|
|
sasl
|
2004-12-28 10:17:37 +00:00
|
|
|
store: system rootcerts (win, mac, debian)
|
2004-11-17 00:28:34 +00:00
|
|
|
default provider should have built-in sha1 and md5 (?)
|
|
|
|
|
|
|
|
* write plugin support
|
|
|
|
qca-tls: do something about the cert check lag. maybe a thread?
|
|
|
|
|
|
|
|
* consider new APIs:
|
|
|
|
pgp (go beyond cutestuff and support key expiration, validity, etc)
|
|
|
|
smime
|
|
|
|
extra x509 stuff discussed in the summer with kiko
|
|
|
|
xmldsig
|
|
|
|
xmlenc (sort of done already in cutestuff/xmlsec, but need to qca-ify)
|
2004-11-27 05:35:47 +00:00
|
|
|
padding - a way to do any possible padding approach, so advanced users
|
|
|
|
can turn off the default padding scheme, and pass in a
|
|
|
|
pre-padded last block.
|
2004-12-23 10:54:18 +00:00
|
|
|
Key wrapping - RFC3217 and RFC3394
|
|
|
|
Password based key derivation functions - RFC2898
|
2004-12-23 23:51:36 +00:00
|
|
|
pkey: ability to choose cipher for toDER/PEM passphrase ?
|
|
|
|
- botan doesn't seem to allow this, but kiko wanted it...
|
2004-12-24 21:15:24 +00:00
|
|
|
- jack looking into it
|
2004-12-28 10:17:37 +00:00
|
|
|
cert/crl: path limit, subject/issuer ids (only useful for create/validate)
|
|
|
|
cert: constraints, ex_constraints, policies (same as above)
|
|
|
|
crl: revoked list (serial, time, reason) (same as above)
|
2004-11-17 00:28:34 +00:00
|
|
|
|
|
|
|
* qt 4 upgrade:
|
|
|
|
new include styles
|
|
|
|
use qmake .prf for auto-discovery by applications
|
2004-12-24 21:15:24 +00:00
|
|
|
use qplugin
|
2004-10-24 07:48:37 +00:00
|
|
|
|