summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-10-29 12:08:45 +0000
committerSimon Josefsson <simon@josefsson.org>2004-10-29 12:08:45 +0000
commitb6fc0ff602ebb89d6e0a9b0668479c58eee87a01 (patch)
treebbdcb93f96af9d1bf5e73431109e3d8488c96565
parent6c2512405eabc83fe64b72ca81d4c1989a9e0e22 (diff)
downloadgnutls-b6fc0ff602ebb89d6e0a9b0668479c58eee87a01.tar.gz
Add.
-rw-r--r--doc/TODO3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/TODO b/doc/TODO
index 44058c8c87..8edf90ac8d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -30,6 +30,9 @@ Current list:
* 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.
+- Clean up name space of helper functions in library (memmem,
+ firstElement, bit_mask, ...) for platforms that libtool's
+ -export-symbols-regex doesn't work.
- Allow sending V2 Hello messages. It seems that some (old) broken
implementations require that.
- Add Kerberos support