-
Notifications
You must be signed in to change notification settings - Fork 1.4k
modules: wfa-qt: Fix server certificate validation #25220
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?
modules: wfa-qt: Fix server certificate validation #25220
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: d901c88912696cb2da051ad8ceb7d7696668456f more detailssdk-nrf:
hostap:
zephyr:
Github labels
List of changed files detected by CI (24)Outputs:ToolchainVersion: df3cc9d822 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
|
The following west manifest projects have changed revision in this Pull Request:
⛔ DNM label due to: 1 project with PR revision Note: This message is automatically posted and updated by the Manifest GitHub Action. |
This change pulls in the server validation using exact domain match and domain suffix match options. Signed-off-by: Triveni Danda <[email protected]>
Add changes to read parameters required to validate the server certificate. Also, set the PMF option as required for the realted testcase. Fixes SHEL-3880. Signed-off-by: Triveni Danda <[email protected]>
97b98cc to
d901c88
Compare
|
You can find the documentation preview for this PR here. |
Add changes to read parameters required to
validate the server certificate.
Fixes SHEL-3880.