ReleaseNVIDIANVIDIApublished Jun 10, 2026seen 9h

NVIDIA/attestation-sdk 2026.06.09

NVIDIA/attestation-sdk

Open original ↗

Captured source

source ↗
published Jun 10, 2026seen 9hcaptured 9hhttp 200method plain

2026.06.09

Repository: NVIDIA/attestation-sdk

Tag: 2026.06.09

Published: 2026-06-10T17:23:54Z

Prerelease: no

Release notes:

Bug Fixes

  • Rust SDK: SdkOptions and AttestationContext no longer implement Default. Construct them with SdkOptions::new()? and AttestationContext::new()?, which return initialization errors instead of panicking. Update any ::default() call sites.
  • Logging: Setting the log level to OFF now fully disables logging (previously it could still emit at the default level).
  • Build compatibility: Builds correctly against libxml2 2.12+ on newer Linux distributions.
  • Build options: New USE_SYSTEM_DEPS CMake option to build against system-installed OpenSSL, curl, and xmlsec instead of building them from source.
  • CLI: collect-evidence now hints to use JSON output.
  • Switch: Opaque data is now logged, matching the GPU behavior.
  • Documentation: Updated claims schema, Rust guide, and link fixes.

Components

  • nvattest 1.2.2
  • libnvat and libnvat-dev 1.2.2
  • nv-attestation-sdk-rust 1.2.2

See the Downloads page for installation instructions.