Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Santana <[email protected]>
  • Loading branch information
dolanbernard and nick-mobilecoin authored Jul 21, 2023
1 parent 1a3b3c6 commit ee026da
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- next-header -->
## [Unreleased] - ReleaseDate

## [0.1.0] - 2023-07-22

### Added

- Added `Serialize` and `Default` traits to `AdvisoryStatus` and `Advisories`
- Added `Deserialize` trait to `Advisories`
- Added `Ord` trait to `AdvisoryStatus`
- Added `MbedTlsCertificateChainVerifier` which can be used to verify X509 certificate chains. This is behind the `mbedtls` feature.

### Changed

- `x509` feature has been renamed to `mbedtls`
- `UnverifiedCertChain` is no no longer public. One should use the `MbedTlsCertificateChainVerifier` instead.
- `CertificateREvocationList` is no longer public. One should use the `MbedTlsCertificateChainVerifier` instead.
- `EvidenceVerifier` will now also verify the signature of the `Quote3`
- `Quote3Verifier::new()` now takes an `Option<VerifyingKey>`, instead of a `VerifyingKey`.

### Removed

- `VerifiedCertChain` has been removed. One should sue the `MbedTlsCertificateChainVerifier` instead.

## [0.1.0] - 2023-07-13

Expand Down

0 comments on commit ee026da

Please sign in to comment.