Skip to content

Commit

Permalink
refactor!: profiles part 4: remove CCA
Browse files Browse the repository at this point in the history
Remove all CCA related code as it is moving into ccatoken.

BREAKING CHANGE: CCAPlatformClaims and related code are removed. Use
github.com/veraison/ccatoken/platform.Claims instead.

Signed-off-by: Sergei Trofimov <[email protected]>
  • Loading branch information
setrofim committed Jul 5, 2024
1 parent 0362eb1 commit 32a0e61
Show file tree
Hide file tree
Showing 27 changed files with 6 additions and 1,387 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Features

This is a compliant implementation of three specifications:
This is a compliant implementation of ~~three~~two specifications:

* [draft-tschofenig-rats-psa-token-07](https://datatracker.ietf.org/doc/html/draft-tschofenig-rats-psa-token-07) (`PSA_IOT_PROFILE_1`), and
* [draft-tschofenig-rats-psa-token-09](https://datatracker.ietf.org/doc/html/draft-tschofenig-rats-psa-token-09) (`http://arm.com/psa/2.0.0`)
* Realm Management Monitor Specificiation [RMM Spec](https://developer.arm.com/documentation/den0137/latest)
* ~~Realm Management Monitor Specificiation [RMM Spec](https://developer.arm.com/documentation/den0137/latest)~~

> [!Note]
> Realm Management Monitor Specificiation implementation has been moved to
> [ccatoken](https://github.com/veraison/ccatoken).
The package exposes the following functionalities:

Expand Down
Loading

0 comments on commit 32a0e61

Please sign in to comment.