summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-20 18:49:13 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2003-12-20 18:49:13 +0000
commit452b9aa3d35b814d69036113e8c9f952c2b89883 (patch)
treea7bc8bc350ab507a0c66f05d81e3b0418add64ce /doc
parent358b8b35f84a7523885f667c5d6a7dceadb92f87 (diff)
downloadgnutls-452b9aa3d35b814d69036113e8c9f952c2b89883.tar.gz
Improved gnutls_certificate_client_retrieve_function() and gnutls_certificate_server_retrieve_function() so that the parsing time spent within them is minimized. Also added gnutls_openpgp_privkey struct. No testing yet.
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/TODO b/doc/TODO
index eff10d9c50..327b069819 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -3,8 +3,8 @@ anything), contact the developer's mailing list (gnutls-dev@lists.gnupg.org),
in order to avoid having people working on the same thing.
Current list:
-* Add gnutls_certificate_set_openpgp_key() and gnutls_certificate_set_openpgp_keyring()
- functions, similar to gnutls_certificate_set_x509_key().
+* Add gnutls_certificate_set_openpgp_keyring()
+ functions, similar to gnutls_certificate_set_openpgp_key().
* Add gnutls_openpgp_key_get_key_usage().
* Use subkeys with the 0x20 flag in openpgp keys (if present),
instead of the main key.