-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Send optional MRP parameters in PASE messages #12638
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pullapprove
bot
requested review from
andy31415,
anush-apple,
balducci-apple,
bzbarsky-apple,
carol-apple,
cecille,
chrisdecenzo,
chulspro,
Damian-Nordic,
electrocucaracha,
emargolis,
erjiaqing,
franck-apple,
harimau-qirex,
hawk248,
holbrookt,
jelderton,
jepenven-silabs,
jmartinez-silabs,
LuDuda,
msandstedt,
robszewczyk,
sagar-apple,
saurabhst,
selissia,
tcarmelveilleux and
tecimovic
December 6, 2021 20:03
pullapprove
bot
requested review from
vijs,
vivien-apple,
wbschiller,
woody-apple,
yufengwangca and
yunhanw-google
December 6, 2021 20:03
pan-apple
force-pushed
the
pase-mrp-params
branch
from
December 6, 2021 20:30
403243a
to
fe87b2e
Compare
PR #12638: Size comparison from d5e9b66 to fe87b2e Increases above 0.2%:
Increases (16 builds for k32w, linux, p6, qpg, telink)
Decreases (3 builds for p6)
Full report (18 builds for k32w, linux, p6, qpg, telink)
|
woody-apple
approved these changes
Dec 6, 2021
/rebase |
woody-apple
force-pushed
the
pase-mrp-params
branch
from
December 6, 2021 21:08
fe87b2e
to
fcaa6b5
Compare
PR #12638: Size comparison from f929d1c to fcaa6b5 Increases above 0.2%:
Increases (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (6 builds for mbed, p6)
Full report (39 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
pan-apple
force-pushed
the
pase-mrp-params
branch
from
December 6, 2021 22:56
fcaa6b5
to
bc7a34a
Compare
PR #12638: Size comparison from a1cb341 to bc7a34a Increases above 0.2%:
Increases (32 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
Decreases (6 builds for mbed, p6)
Full report (39 builds for efr32, esp32, k32w, linux, mbed, nrfconnect, p6, qpg, telink)
|
andy31415
reviewed
Dec 7, 2021
billwatersiii
approved these changes
Dec 7, 2021
andy31415
approved these changes
Dec 7, 2021
fast track: solid unit testing, has several checkmarks, change made by a domain owner. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Problem
Change overview
Include MRP parameters in PBKDF param request and response messages.
Add unit tests in TestPASESession to check that the parameters are received correctly.
Testing
Added three new unit tests to
TestPASESession