Trusted Entitlements: new Signature format#2679
Conversation
af640da to
76c0c54
Compare
Trusted Entitlements: new Signature formatTrusted Entitlements: new Signature format
There was a problem hiding this comment.
The fix for this is quite long so it's coming in a separate PR.
tonidero
left a comment
There was a problem hiding this comment.
Should we hold off merging this to main until everything is ready so we don't break things in main? This looks good though!
There was a problem hiding this comment.
So this will be the key used to verify the intermediate key correct? Should we rename it to make it clearer?
There was a problem hiding this comment.
I still need to figure out that part.
There was a problem hiding this comment.
I left this here so tests pass, but in the last PR this will be reverted, since the actual public key hasn't changed.
Yeah for sure 👍🏻 |
250270c to
b0782ab
Compare
b0782ab to
a11ae88
Compare
62010bf to
e654254
Compare
| return false | ||
| } | ||
|
|
||
| // Fixme: verify public key |
9d3ee66 to
92b1d1c
Compare
There was a problem hiding this comment.
There was a problem hiding this comment.
be175cc to
6d66630
Compare
6d66630 to
4d8fd34
Compare
New format:
This also adds support for optional nonces for "static" signatures, which is required for #2667.