Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for writing canonical CBOR #138

Open
somejavacode opened this issue Jun 14, 2018 · 1 comment
Open

Add support for writing canonical CBOR #138

somejavacode opened this issue Jun 14, 2018 · 1 comment
Labels

Comments

@somejavacode
Copy link

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).

@cowtowncoder
Copy link
Member

Pull Requests welcome.

@cowtowncoder cowtowncoder changed the title add support for canonical cbor Add support for writing canonical CBOR Apr 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants