From 92d40db1cda1956b52db9e9d7e8f035e2f617bc5 Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 24 Jun 2015 04:05:46 +0000 Subject: [PATCH] Add a TODO --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 TODO diff --git a/TODO b/TODO new file mode 100644 index 0000000..4ee51b9 --- /dev/null +++ b/TODO @@ -0,0 +1,10 @@ +Public key pinning +When libcurl4-openssl-dev >= 7.39.0, add support to the C client via the +options struct for public key pinning. +http://curl.haxx.se/libcurl/c/CURLOPT_PINNEDPUBLICKEY.html + +Client ID rotation +Add an API endpoint to invalidate an old client_id and switch to a new one +with the same profile. +Add support in both the JS and C clients to periodically issue this and +rotate client_id, then to rotate instance_id (which already just works).