-
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: 8a2533d3ff722a28b6a97f8a59fbd3f0576e3ca6 more detailssdk-nrf:
hostap:
zephyr:
Github labels
List of changed files detected by CI (29)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. |
97b98cc to
d901c88
Compare
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsdoc.z6.web.core.windows.net/PR-25220/nrf/samples/cellular/tls_ciphersuites/README.html |
This change pulls in the server validation using exact domain match and domain suffix match options. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
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 <triveni.danda@nordicsemi.no>
d901c88 to
91e6bbf
Compare
Fix build errors that are observed after recent hostap upmerge. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
Add changes to read parameters required to
validate the server certificate.
Fixes SHEL-3880.