Skip to content

Version 0.2.0

Compare
Choose a tag to compare
@dolanbernard dolanbernard released this 21 Jul 18:42
· 121 commits to main since this release

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.