Skip to content

Add sign and verify tests for Sign1 w/ PS256#5

Merged
thomas-fossati merged 1 commit intomainfrom
sign1-ps256
Mar 31, 2022
Merged

Add sign and verify tests for Sign1 w/ PS256#5
thomas-fossati merged 1 commit intomainfrom
sign1-ps256

Conversation

@thomas-fossati
Copy link
Copy Markdown
Contributor

Partially addresses #1

Partially addresses #1

Signed-off-by: Thomas Fossati <thomas.fossati@arm.com>
"cborHex": "d28444a1013824a104581e62696c626f2e62616767696e7340686f626269746f6e2e6578616d706c6554546869732069732074686520636f6e74656e742e590100788ef717e37b7a127010f87d458be5788151a734aeaf1ef52a8f7ac40d05daf1f5dc575b29c0bf0e1d326cfcae1af5dcf62b6dc26eb18a35456fd7c3477774d2c664babc5db7618309dc2ba38392c3dba61f0d27974ea5d4df329060334b8bbd9d8f41cc090913cb2cd4470ae2c8560173793e703d2dda52a4e804ececd57db5ba30200b4d0939f89adc1f13f829e516625109684b429a088e0a2766564cfd2ee1a1acc4f20ad981e4bc27e427d754481ca93ee16a7677e24cdd31d03b44fe3260ee35bbb5b57c1264af6ca879f67b39b2680d920252e37b916e970baa4762c65cc4ea071b2ab65c5c992518597c7b7fbf9608564c5c2c3caae9449d46f8df32",
"cborDiag": "18([h'A1013824', {4: 'bilbo.baggins@hobbiton.example'}, h'546869732069732074686520636F6E74656E742E', h'788EF717E37B7A127010F87D458BE5788151A734AEAF1EF52A8F7AC40D05DAF1F5DC575B29C0BF0E1D326CFCAE1AF5DCF62B6DC26EB18A35456FD7C3477774D2C664BABC5DB7618309DC2BA38392C3DBA61F0D27974EA5D4DF329060334B8BBD9D8F41CC090913CB2CD4470AE2C8560173793E703D2DDA52A4E804ECECD57DB5BA30200B4D0939F89ADC1F13F829E516625109684B429A088E0A2766564CFD2EE1A1ACC4F20AD981E4BC27E427D754481CA93EE16A7677E24CDD31D03B44FE3260EE35BBB5B57C1264AF6CA879F67B39B2680D920252E37B916E970BAA4762C65CC4EA071B2AB65C5C992518597C7B7FBF9608564C5C2C3CAAE9449D46F8DF32'])"
},
"fixedOutputLength": 65
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

RSA is deterministic so we should be able to compare against the full output, no?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

actually PSS is probabilistic -- randomness comes from the salt parameter, which can be set to 0 to get a deterministic output.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You are right, I forgot we were talking about RSA-PSS.

@thomas-fossati thomas-fossati requested a review from a team March 30, 2022 20:26
Copy link
Copy Markdown
Contributor

@SteveLasker SteveLasker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@qmuntal
Copy link
Copy Markdown

qmuntal commented Mar 31, 2022

LGTM. Successfully used the new test vectors in veraison/go-cose#21

@thomas-fossati
Copy link
Copy Markdown
Contributor Author

LGTM. Successfully used the new test vectors in veraison/go-cose#21

👍

@thomas-fossati thomas-fossati merged commit 70c86d2 into main Mar 31, 2022
@thomas-fossati thomas-fossati deleted the sign1-ps256 branch March 31, 2022 08:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants