-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update CWT_Claims to 15 #34
Conversation
Signed-off-by: steve lasker <[email protected]>
Pending back-end change. |
Signed-off-by: Steve Lasker <[email protected]>
Signed-off-by: steve lasker <[email protected]>
Signed-off-by: steve lasker <[email protected]>
Signed-off-by: steve lasker <[email protected]>
Signed-off-by: steve lasker <[email protected]>
@robinbryce, can you PTAL |
|
||
# subject header label comes from version 2 of the scitt architecture document | ||
# # subject header label comes from version 2 of the scitt architecture document |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# # subject header label comes from version 2 of the scitt architecture document | |
# subject header label comes from version 2 of the scitt architecture document |
# CWT header label is defined by | ||
# https://datatracker.ietf.org/doc/html/draft-ietf-cose-cwt-claims-in-headers-10#section-2 | ||
# And referenced by https://www.ietf.org/archive/id/draft-ietf-scitt-architecture-10.html#name-signed-statements | ||
HEADER_LABEL_CWT = 15 | ||
|
||
# CWT header label previously came from version 4 of the scitt architecture document | ||
# https://www.ietf.org/archive/id/draft-ietf-scitt-architecture-04.html#name-issuer-identity | ||
HEADER_LABEL_CWT_SCITT_DRAFT_04 = 13 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why have you left this here if it's not used anymore?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
THis should be reverted. Please simply un revert the pr you reverted on friday. Which passed on all platforms
abandoned for #38 |
As CTW_CLAIMS was finalized, the value changed from 13 to 15
https://www.iana.org/assignments/cose/cose.xhtml#header-parameters
Fixes #25