summaryrefslogtreecommitdiff
path: root/doc/TODO
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-18 19:41:14 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-04-18 19:41:14 +0000
commitef02fc1d5827d7e33df7209a7c24f457d02f0e9f (patch)
treeffaa2fbc8c5cfd181354ab7a7880ca63541a0251 /doc/TODO
parentb66d53b74213216acca79ea96aebe6df08ddc1ef (diff)
downloadgnutls-ef02fc1d5827d7e33df7209a7c24f457d02f0e9f.tar.gz
Renamed gnutls-srpcrypt to srptool
Diffstat (limited to 'doc/TODO')
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 173aa71c79..ff7cc867bf 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -12,6 +12,9 @@ Current list:
functions, similar to gnutls_certificate_set_openpgp_key().
* Use subkeys with the 0x20 flag in openpgp keys (if present),
instead of the main key.
+* Use the GNUTLS_CERT_SIGNER_NOT_FOUND flag to openpgp keys
+ as well. It would probably mean that no keys in the ring
+ signed the key to be verified.
* Add function to extract the signers of an openpgp key. Should
be similar to gnutls_x509_crt_get_dn_oid().
* Add function to verify an openpgp key against a plain key.