cedarcode / cose-ruby

Ruby implementation of RFC 8152 CBOR Object Signing and Encryption (COSE)
https://rubygems.org/gems/cose
MIT License
16 stars 10 forks source link

refactor: use libcbor instead of cbor-ruby #43

Closed grzuy closed 4 years ago

grzuy commented 5 years ago

This is a re-opening of https://github.com/cedarcode/cose-ruby/pull/10 as "Draft".

Pending:

grzuy commented 5 years ago

Pointing libcbor-ruby to master so that it has automatic bytestring detection (https://github.com/PJK/libcbor-ruby/pull/10).

grzuy commented 5 years ago

After debugging further test failures here I filed the following in libcbor-ruby:

I think these are causing most of the pending test failures.

grzuy commented 4 years ago

This has faced too many obstacles and kind of blocked for a while now.

Closing for now.

Will consider re-opening when/if the following issues are fixed: