diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-04-17 19:47:55 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-04-17 19:47:55 +0200 |
commit | cc469049767590884f6f8520358c252c94201c5a (patch) | |
tree | 8a8795bbac233ea13eb2245575a6ae5143422186 /src | |
parent | 759837da70a819ce1c32efd5e2db6537367e098b (diff) |
adding list of missing /test requests
Diffstat (limited to 'src')
-rw-r--r-- | src/mint/taler-mint-httpd_test.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_test.c b/src/mint/taler-mint-httpd_test.c index c7e0af05d..3d612f856 100644 --- a/src/mint/taler-mint-httpd_test.c +++ b/src/mint/taler-mint-httpd_test.c @@ -18,6 +18,13 @@ * @brief Handle /test requests; parses the POST and JSON and * checks that the client is binary-compatible * @author Christian Grothoff + * + * TODO: + * - RSA operations + * - ECDHE operations + * - HKDF operations + * - Symmetric encryption/decryption + * - high-level transfer key logic */ #include "platform.h" #include <gnunet/gnunet_util_lib.h> |