You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
net: lib: fota_download: fix for native TLS in download client
The download client init is clearing the DLC struct. Therefore, the
use_native_tls field has to be set after the initialization.
Signed-off-by: Eivind Jølsgard <[email protected]>
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1047,6 +1047,10 @@ Libraries for networking
1047
1047
1048
1048
* Updated to use INF log level when the cloud side changes the log level.
1049
1049
1050
+
* :ref:`lib_fota_download` library:
1051
+
1052
+
* Fixed an issue where the download client instance did not use native TLS although the :kconfig:option:`CONFIG_FOTA_DOWNLOAD_NATIVE_TLS` Kconfig option was enabled.
0 commit comments