diff options
author | Werner Koch <[email protected]> | 2003-10-31 12:07:48 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-10-31 12:07:48 +0000 |
commit | 2f1226cea902076ef98396db58983298ed079d51 (patch) | |
tree | 75e9dd3e1dc2044a7570dfa8ab42e45c0c4bafd6 /TODO | |
parent | 2003-10-10 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-2f1226cea902076ef98396db58983298ed079d51.tar.gz gpgme-2f1226cea902076ef98396db58983298ed079d51.zip |
(parse_timestamp): Detect ISO 8601 timestamps and try
to convert them.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -26,12 +26,13 @@ Hey Emacs, this is -*- outline -*- mode! * Thread support: ** When GNU Pth supports sendmsg/recvmsg, wrap them properly. +** Without timegm (3) support our ISO time parser is not thread safe. * New features: ** notification system We need a simple notification system, probably a simple callback with a string and some optional arguments. This is for example - required to notify an application of a changed smartcard, The + required to notify an application of a changed smartcard, The application can then do whatever is required. There are other usages too. This notfication system should be independent of any contextes of course. @@ -56,7 +57,11 @@ Hey Emacs, this is -*- outline -*- mode! worked around in a different way *** Selecting the symmetric cipher. *** Exchanging keys with key servers. - +** Allow selection of subkeys +** Allow to return time stamps in ISO format + This allows us to handle years later than 2037 properly. With the + time_t interface they are all mapped to 2037-12-31 + * Documentation ** Document validity and trust issues. |