You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Add "kid" key/value pair when signing with cupsJWTSign
Lookup "kid" value when verifying with cupsJWTHasValidSignature
Add cupsJWTSetHeaderNumber, cupsJWTSetHeaderString, and cupsJWTSetHeaderValue to set values in the JWS Protected Header (no support for unprotected values)
Update cupsJWTExportString and cupsJWTImportString to support the JWS JSON Serialization
The text was updated successfully, but these errors were encountered:
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
andcupsJWTHasValidSignature
currently don't support.Tasks:
cupsJWTSign
cupsJWTHasValidSignature
cupsJWTSetHeaderNumber
,cupsJWTSetHeaderString
, andcupsJWTSetHeaderValue
to set values in the JWS Protected Header (no support for unprotected values)cupsJWTExportString
andcupsJWTImportString
to support the JWS JSON SerializationThe text was updated successfully, but these errors were encountered: