summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 18:41:30 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-04-18 18:41:30 +0000
commit673ea698ecd37c1b8b0482875dda0ce276b0c052 (patch)
tree16e4dc5423bc5e7bf324d1e8507f61317a975146 /doc
parent2e80888dba17d19b4f10e7dca64c4470a70e1618 (diff)
downloadgnutls-673ea698ecd37c1b8b0482875dda0ce276b0c052.tar.gz
Added function to report if a session is a resumed one. See gnutls_session_resumed().
Diffstat (limited to 'doc')
-rw-r--r--doc/TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TODO b/doc/TODO
index 09c9ce29af..08f326830d 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -5,8 +5,8 @@ in order to avoid having people working on the same thing.
Current list:
+ Audit the code
* Add function(s) to get the DHE/A parameters
-* Add function to quickly report if a session is a resumed one
* Add function(s) to extract the certificate key's parameters
+* Optimize functions which now return malloc'd data
* Minimize footprint.
- Add Kerberos support