FasterXML / FasterXML/jackson-dataformats-binary
Add support for writing canonical CBOR
Open
cbor
pr-needed
- Dominant language
- Java
- Stars
- 347
- Forks
- 156
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 22
Description
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).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.