OpenPrinting / libcups

OpenPrinting CUPS Library Sources
https://openprinting.github.io/cups/cups3.html
Apache License 2.0
27 stars 15 forks source link

Add application/jose+json and header value support #52

Closed michaelrsweet closed 1 year ago

michaelrsweet commented 1 year ago

ACME and other protocols use the JWS JSON Serialization format (application/jose+json) in addition to plain JSON. In addition, some values (such as the "kid" parameter) appear in the protected header that cupsJWTSign and cupsJWTHasValidSignature currently don't support.

Tasks:

michaelrsweet commented 1 year ago

[master 8ff320898] Support exporting to JSON serialization (Issue #52)

[master 1f7b9b0c2] Select/match keys (Issue #52)

[master 03e5a9c0d] Import JSON serialization formats (Issue #52)

[master 3b0471d7a] Initial work on adding JSON serialization support (Issue #52)