jackson-dataformats-binary icon indicating copy to clipboard operation
jackson-dataformats-binary copied to clipboard

Add support for writing canonical CBOR

Open somejavacode opened this issue 6 years ago • 1 comments

I failed to configure jackson cbor to create canonical cbor, I assume that this is currently not possible. https://github.com/somejavacode/serializer-test/blob/master/jackson/src/test/java/org/sjc/serializer/jackson/JacksonCanonicalCborConfigTest.java

canonical cbor specification (required by new standards like FIDO2 and WebAuthn) https://tools.ietf.org/html/rfc7049#section-3.9

Please add support for missing features: specific key sorting and definite-length encoding (or show how to configure this if I my assumption was wrong).

somejavacode avatar Jun 14 '18 11:06 somejavacode

Pull Requests welcome.

cowtowncoder avatar Jun 14 '18 15:06 cowtowncoder