-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Use PSA EC-JPAKE in TLS (1.2) - Part 2 #6533
Conversation
It has been tested following the procedure suggested by @mpg in PR #5886
and now it seems to work properly:
|
22c79ee
to
4c2d0c1
Compare
It seems that for now, unfortunately, some CI tests fail on EC-JPAKE. Let me know @valeriosetti once the CI passes and please also add a |
@AndrzejKurek yes, there's a dependency between this PR and #6390: I expect tests to work properly once #6390 is merged into PS = as for the label can I add it? Or do I need some extra privilege? |
Nope, I don't have it :/ |
4c2d0c1
to
06e4f94
Compare
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Valerio Setti <vsetti@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
06e4f94
to
e2977b6
Compare
That's great news! Can you also add an Regarding labels / assigning, I'll try to sort out the permissions, in the meantime can you just post a comment when you think this is ready for review? |
4e2694d
to
d1544ee
Compare
d1544ee
to
310285d
Compare
On the internal CI,
That's line 8519 in the merge with 339406d. |
@gilles-peskine-arm is this the right commit? Because to me it seems that this one is related to mpi :/ |
@valeriosetti The CI runs on a merge of the branch of the pull request with the current state of the target branch. So the line number is for a merge of your branch at d4a9b1a with |
Signed-off-by: Valerio Setti <vsetti@baylibre.com>
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
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.
Thanks for addressing all the comments!
Description
Following the fixes of PR #6390 by @mpg and the issues found in PR #5886, since @superna9999 could not address those issues, this PR aims at continuing the work of PR #5886.
As a consequence it resolves #5847
The workflow was as follows:
As a consequence this PR depends on PR #6390 to be merged.
Gatekeeper checklist
not requiredwell after more careful thinking, it was required - provided by Add a changelog entry explaining usage of PSA in TLS 1.2 EC J-PAKE #6674