forked from nrfconnect/sdk-nrf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
net: lwm2m_client_utils: Fix supported protocols list for FOTA
FOTA object has list of supported protocols. We assumed that when CA chain is present in certain sec_tag, we can use HTTPS or CoAPS. This is OK. But AVSystem uses mutual DTLS authentication on CoAPS so the sec_tag we use, might not use CA chain at all. So when only PSK credentials are present, claim that we support CoAPS but not HTTPS. Signed-off-by: Seppo Takalo <[email protected]>
- Loading branch information
1 parent
67f0270
commit 96da08b
Showing
1 changed file
with
17 additions
and
7 deletions.
There are no files selected for viewing
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