Releases: castle/ruby-u2f
Releases · castle/ruby-u2f
Ruby U2F 1.0.0
Changes
- Update ruby-u2f to work with the v1.1 U2F JavaScript API.
Ruby U2F 0.2.1
Changes
- Better handling of OpenSSL errors (@mastahyeti)
- Consistent use of
byteslice
instead of Array access when working with bytes (@mastahyeti)
Bugfixes
- Handle fresh devices, where counter is 0 (@mastahyeti)
Ruby U2F 0.2.0
Changes
- Fake U2F device implentation for testing. Available as
U2F::FakeU2F
(@mastahyeti)
Bugfixes
as_json
now accepts an options hash for compatibility with ActiveSupport (@mastahyeti)
Ruby U2F 0.1.0
Ruby U2F 0.0.5
Changes
- Use JSON's #to_json instead of Collection (@mastahyeti)
Ruby U2F 0.0.4
Changes
- Handle RegisterResponse error codes (@mastahyeti)
Ruby U2F 0.0.3
Changes
- Better/simpler parsing of certificate (thanks @mastahyeti )
Bugfixes
- Base64 urlsafe output without padding (as per specification)
Ruby U2F 0.0.2
Bugfixes
- Fixed a bug where unpadded Base64 could not be decoded
Ruby U2F 0.0.1
Initial release