Skip to content

Version 0.8.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@emlun emlun released this 01 Mar 17:01
0.8.0
cbd767d

Possibly breaking changes:

  • User Presence (UP) is now always required by the spec, not only when UV is not required; implementation updated to reflect this.

New features:

  • Added support for android-safetynet attestation statement format
    • Thanks to Ren Lin for the contribution, see #5
  • Implementation updated to reflect Proposed Recommendation version of the spec, released 2019-01-17

Bug fixes:

  • Fixed validation of zero-valued assertion signature counter
    • Previously, a zero-valued assertion signature counter was always regarded as valid. Now, it is only considered valid if the stored signature counter is also zero.