Skip to content

Releases: castle/ruby-u2f

Ruby U2F 1.0.0

18 Feb 17:19
Compare
Choose a tag to compare

Changes

Ruby U2F 0.2.1

06 Oct 19:44
Compare
Choose a tag to compare

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

20 Jun 20:46
Compare
Choose a tag to compare

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

20 Feb 08:46
Compare
Choose a tag to compare

Changes

  • Exception CounterTooLowError is now correctly spelled (@konklone)
  • Fixes in documentation for example (@badboy)

Ruby U2F 0.0.5

12 Dec 13:10
Compare
Choose a tag to compare

Changes

  • Use JSON's #to_json instead of Collection (@mastahyeti)

Ruby U2F 0.0.4

27 Nov 07:53
Compare
Choose a tag to compare

Changes

Ruby U2F 0.0.3

20 Nov 11:28
Compare
Choose a tag to compare

Changes

  • Better/simpler parsing of certificate (thanks @mastahyeti )

Bugfixes

  • Base64 urlsafe output without padding (as per specification)

Ruby U2F 0.0.2

19 Nov 11:44
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug where unpadded Base64 could not be decoded

Ruby U2F 0.0.1

17 Nov 08:51
Compare
Choose a tag to compare

Initial release