Release v0.3.9
Changes in v0.3.9
- Bump version to v0.3.9
- Void a potential panic
- Fix the clippy error
- Fix cli compilation error
- Better code style in verify_isv_report_signature
- update deps
- replace webpki with rustcrypto
- Fix clippy
- Correct tcbcomponents matching logic
- Add sgx_attr validation and test cases
- Update quote.rs
- Update utils.rs
- Update LICENSE
- docs: fix license link
- Add qe_status and platform_status in the verified report
- Add comment on fn is_valid
- Remove tests/js/test_data
Python Package
This release includes Python wheels for multiple platforms:
- Linux: x86_64, x86, aarch64, armv7, s390x, ppc64le
- Windows: x64, x86
- macOS: x86_64, aarch64 (Apple Silicon)
Install with: pip install dcap-qvl==0.3.9
Rust Crate
Add to your Cargo.toml:
dcap-qvl = "0.3.9"