Skip to content

Commit

Permalink
rest_apis: add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Thore Sommer <mail@thson.de>
  • Loading branch information
THS-on authored and mpeters committed Feb 1, 2022
1 parent b67ce44 commit 8135b2c
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/rest_apis.rst
Expand Up @@ -563,3 +563,18 @@ Tenant WebApp
.. sourcecode:: bash
/v2.0/logs/tenant?pos=#
Changelog
---------
Changes between the different API versions.

Changes from v1.0 to v2.0
~~~~~~~~~~~~~~~~~~~~~~~~~
API version 2.0 was first implemented in Keylime 6.3.0.

* Added mTLS authentication to agent endpoints.
* Added `supported_version` field to `POST /v2.0/agents/{agent_id:UUID}` in cloud verifier.
* Added `mtls_cert` field to `POST/GET /v2.0/agents/{agent_id:UUID}` in registrar.
* Added `/version` endpoint to agent. Note that this endpoint is not implemented by all agents.
* Dropped zlib encryption for `quote` field data in `GET /v2.0/quotes/integrity`/`GET /v2.0/quotes/identity`.

0 comments on commit 8135b2c

Please sign in to comment.