Add a TODO

This commit is contained in:
Ian Gulliver
2015-06-24 04:05:46 +00:00
parent 1482d81883
commit 92d40db1cd

10
TODO Normal file
View File

@@ -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).