-
Notifications
You must be signed in to change notification settings - Fork 32
Add COSE/JOSE Algorithms Support - Address issue #64 #71
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
base: main
Are you sure you want to change the base?
Add COSE/JOSE Algorithms Support - Address issue #64 #71
Conversation
01c7182
to
e005376
Compare
@gmandyam if these cryptography algorithms get rotated out for newer ones, that implies a brand new profile and OID be created, correct? |
Yes. If e.g. P384 is deprecated in the future (as an example) then a new profile will be required. |
e005376
to
b972750
Compare
Changed direction to use a unique profile OID to identify an algorithm. This will mimic the same strategy used for DPE I-ROT Profile |
b972750
to
be1885e
Compare
Signed-off-by: Fabrizio Damato <[email protected]>
be1885e
to
5dc1425
Compare
f10f921
to
330d0e4
Compare
Signed-off-by: Fabrizio Damato <[email protected]>
330d0e4
to
9df1d6a
Compare
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.
LGTM
No description provided.