Skip to content

Commit

Permalink
Remove deprecated EnclaveAttestationProvider (#5872)
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou authored Dec 19, 2023
1 parent 3704366 commit 3c5168d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [5.0.0-dev11]

[5.0.0-dev11]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev11

### Removed

- `ccf::EnclaveAttestationProvider` has been removed. It is replaced by `ccf::AttestationProvider`

## [5.0.0-dev10]

[5.0.0-dev10]: https://github.com/microsoft/CCF/releases/tag/ccf-5.0.0-dev10
Expand Down
3 changes: 0 additions & 3 deletions include/ccf/node/quote.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,4 @@ namespace ccf
const std::vector<uint8_t>& expected_node_public_key_der,
pal::PlatformAttestationMeasurement& measurement);
};

using EnclaveAttestationProvider CCF_DEPRECATED("Will be removed in 4.x") =
AttestationProvider;
}

0 comments on commit 3c5168d

Please sign in to comment.