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
Copy file name to clipboardExpand all lines: doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -578,10 +578,17 @@ Modem libraries
578
578
579
579
* :ref:`modem_key_mgmt` library:
580
580
581
+
* Added:
582
+
583
+
* The :c:func:`modem_key_mgmt_digest` function that would retrieve the SHA1 digest of a credential from the modem.
584
+
* The :c:func:`modem_key_mgmt_list` function that would retrieve the security tag and type of every credential stored in the modem.
585
+
581
586
* Fixed:
582
587
583
588
* An issue with the :c:func:`modem_key_mgmt_clear` function where it returned ``-ENOENT`` when the credential was cleared.
584
589
* A race condition in several functions where ``+CMEE`` error notifications could be disabled by one function before the other one got a chance to run its command.
590
+
* An issue with the :c:func:`modem_key_mgmt_clear` function where ``+CMEE`` error notifications were not restored to their original state if the ``AT%CMNG`` AT command failed.
591
+
* The :c:func:`modem_key_mgmt_clear` function to lock the shared scratch buffer.
585
592
586
593
* Updated the :ref:`nrf_modem_lib_lte_net_if` to automatically set the actual link :term:`Maximum Transmission Unit (MTU)` on the network interface when PDN connectivity is gained.
587
594
@@ -597,7 +604,11 @@ Multiprotocol Service Layer libraries
597
604
Libraries for networking
598
605
------------------------
599
606
600
-
* Added the :ref:`lib_downloader` library.
607
+
* Added:
608
+
609
+
* The :ref:`lib_downloader` library.
610
+
* A backend for the :ref:`TLS Credentials Subsystem <zephyr:sockets_tls_credentials_subsys>` that stores the credentials in the modem, see :kconfig:option:`CONFIG_TLS_CREDENTIALS_BACKEND_NRF_MODEM`.
611
+
601
612
* Deprecated the :ref:`lib_download_client` library.
602
613
See the :ref:`migration guide <migration_3.0_recommended>` for recommended changes.
0 commit comments