summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-04-17 19:47:55 +0200
committerChristian Grothoff <christian@grothoff.org>2015-04-17 19:47:55 +0200
commitcc469049767590884f6f8520358c252c94201c5a (patch)
tree8a8795bbac233ea13eb2245575a6ae5143422186
parent759837da70a819ce1c32efd5e2db6537367e098b (diff)
downloadexchange-cc469049767590884f6f8520358c252c94201c5a.tar.gz
exchange-cc469049767590884f6f8520358c252c94201c5a.tar.bz2
exchange-cc469049767590884f6f8520358c252c94201c5a.zip
adding list of missing /test requests
-rw-r--r--src/mint/taler-mint-httpd_test.c7
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>