Files

11 lines
453 B
Plaintext
Raw Permalink Normal View History

2015-06-24 04:05:46 +00:00
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).