Sha256: 72dca1f1dd9daa3f516074cf4c4d43c5fefe4e61c107ef955430256c8b4a4a60
Contents?: true
Size: 1.16 KB
Versions: 1
Compression:
Stored size: 1.16 KB
Contents
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.3.0] - 2019-12-29 ### Added - `Statement#certificates` exposes the certificate chain used during verification - `Statement#verify` takes an optional `time` argument, defaulting to the current time. This can be used for testing captured statements from real devices without needing stubbing. ## [0.2.0] - 2019-12-28 ### Fixed - Fixed loading bundled root certificates ## [0.1.0] - 2019-12-28 ### Added - Extracted from [webauthn-ruby](https://github.com/cedarcode/webauthn-ruby) after discussion with the maintainers. Thanks for the feedback @grzuy and @brauliomartinezlm! [Unreleased]: https://github.com/bdewater/safety_net_attestation/compare/v0.1.0...HEAD [0.3.0]: https://github.com/bdewater/safety_net_attestation/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/bdewater/safety_net_attestation/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/bdewater/safety_net_attestation/releases/tag/v0.1.0
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
safety_net_attestation-0.3.0 | CHANGELOG.md |