At this point the only thing we really use the COSE-Java library for is importing ES256 keys. At the cost of a small bit of extra code we can eliminate the dependency, one benefit of which is that downstream security review gets easier.
The plan is to release this (and possibly a few other minor fixes) as release 2.5.1 so we can get this out before committing to stabilize 2.6.0, since 2.6.0-alpha* add a lot of new API surface.
Fixes #348.
At this point the only thing we really use the COSE-Java library for is importing ES256 keys. At the cost of a small bit of extra code we can eliminate the dependency, one benefit of which is that downstream security review gets easier.
The plan is to release this (and possibly a few other minor fixes) as release
2.5.1
so we can get this out before committing to stabilize2.6.0
, since2.6.0-alpha*
add a lot of new API surface.