Skip to content

Commit

Permalink
Update changelog for v0.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Sanchez <rosan@microsoft.com>
  • Loading branch information
Rob Sanchez committed May 24, 2021
1 parent 5fc4eff commit 75fa068
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[Unreleased][Unreleased_log]
--------------

[v0.16.1][v0.16.1_log]
--------------
### Added
- Add the support for SGX quote verification collateral version 3 with the CRL in DER format by default. Refer to [Get Quote Verification Collateral](https://download.01.org/intel-sgx/sgx-dcap/1.10/linux/docs/Intel_SGX_ECDSA_QuoteLibReference_DCAP_API.pdf) section 3.3.1.5.

[v0.16.0][v0.16.0_log]
--------------
### Added
Expand All @@ -25,7 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Full support for SGX KSS (Key Separation and Sharing) including
- FamilyID and ExtendedProductionID in enclave configuration file. Refer to [Build and Sign an Enclave](docs/GettingStartedDocs/buildandsign.md) for more information.
- config_id and config_svn at enclave loading time. Refer to [Open Enclave Init-time Configuration Interface](docs/DesignDocs/InitTimeConfigurationInterface.md) for more information.
- Add the support for SGX quote verification collateral version 3 with the CRL in DER format by default. Refer to [Get Quote Verification Collateral](https://download.01.org/intel-sgx/sgx-dcap/1.10/linux/docs/Intel_SGX_ECDSA_QuoteLibReference_DCAP_API.pdf) section 3.3.1.5.

### Changed
- The OpenEnclave CMake configuration now explicitly sets CMAKE_SKIP_RPATH to TRUE. This change should not affect fully static-linked enclaves.
Expand Down Expand Up @@ -626,7 +630,9 @@ as listed below.

Initial private preview release, no longer supported.

[Unreleased_log]:https://github.com/openenclave/openenclave/compare/v0.16.0...HEAD
[Unreleased_log]:https://github.com/openenclave/openenclave/compare/v0.16.1...HEAD

[v0.16.1_log]:https://github.com/openenclave/openenclave/compare/v0.16.0...v0.16.1

[v0.16.0_log]:https://github.com/openenclave/openenclave/compare/v0.15.0...v0.16.0

Expand Down

0 comments on commit 75fa068

Please sign in to comment.