manifest: hostap: Enable server certificate verification#98190
manifest: hostap: Enable server certificate verification#98190nashif merged 3 commits intozephyrproject-rtos:mainfrom
Conversation
|
The following west manifest projects have changed revision in this Pull Request:
✅ All manifest checks OK Note: This message is automatically posted and updated by the Manifest GitHub Action. |
|
I only see the revert, so, how would this feature work without any support to configure the cert details? |
krish2718
left a comment
There was a problem hiding this comment.
we can also add domain_match to have a stricter subdomain check.
|
Is domain_match a more suitable parameter for certificate verification than domain_suffix_match? |
#98190 (review) IMHO we can add both and leave it to the user how strict the check needs to be. |
559424b to
e327970
Compare
e327970 to
e1d436b
Compare
d1d2c83 to
c1de2df
Compare
c1de2df to
098d10a
Compare
098d10a to
07b8496
Compare
Enable hostname validation for server certificate verification. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
Add support to handle domain match and suffix match parameters for proper server certification validation. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
Add instructions for verifying the authentication server’s certificate domain using exact domain match and domain suffix match options. Signed-off-by: Triveni Danda <triveni.danda@nordicsemi.no>
07b8496 to
d59ef37
Compare
|
|
The referenced issue needs to be elevated to a release blocker for the 4.3 milestone to make sense. Is that's what's being proposed here? Can it be justified? |
Not really, the fix was delayed, so, we missed this before RC1 as intended. I would say this is still a feature and can be skipped for 4.3. |



Enable hostname validation for server certificate verification.
Fixes #88697