CHANGELOG.md in tpm-key_attestation-0.6.0 vs CHANGELOG.md in tpm-key_attestation-0.7.0
- old
+ new
@@ -1,7 +1,18 @@
# Changelog
+## [v0.7.0] - 2020-02-25
+
+### Added
+
+- `TPM::KeyAttestation#valid?` performs certificate path validation. In other words, it verifies trust up
+to an acceptable trusted root certificate.
+
+### Changed
+
+- Rename `TPM::EKCertificate` to `TPM::AIKCertificate` to fix semantics
+
## [v0.6.0] - 2020-01-30
### Changed
- `TPM::KeyAttestation.new` now accepts `signature_algorithm` and `hash_algorithm` in TPM format in
@@ -36,9 +47,10 @@
### Added
- `TPM::EKCertificate` wrapper
- `TPM::SAttest` wrapper
+[v0.7.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.6.0...v0.7.0/
[v0.6.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.5.0...v0.6.0/
[v0.5.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.4.0...v0.5.0/
[v0.4.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.3.0...v0.4.0/
[v0.3.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.2.0...v0.3.0/
[v0.2.0]: https://github.com/cedarcode/tpm-key_attestation/compare/v0.1.0...v0.2.0/