Skip to content

Commit 782aa0d

Browse files
joerchancarlescufi
authored andcommitted
doc: changelog: Add TLS credential backend and modem_key_mgmt changes
Add additions for TLS credential backend and modem_key_mgmt library. Add fixes for modem_key_mgmt library. Signed-off-by: Joakim Andersson <[email protected]>
1 parent a3b7e57 commit 782aa0d

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,10 +578,17 @@ Modem libraries
578578

579579
* :ref:`modem_key_mgmt` library:
580580

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+
581586
* Fixed:
582587

583588
* An issue with the :c:func:`modem_key_mgmt_clear` function where it returned ``-ENOENT`` when the credential was cleared.
584589
* 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.
585592

586593
* 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.
587594

@@ -597,7 +604,11 @@ Multiprotocol Service Layer libraries
597604
Libraries for networking
598605
------------------------
599606

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+
601612
* Deprecated the :ref:`lib_download_client` library.
602613
See the :ref:`migration guide <migration_3.0_recommended>` for recommended changes.
603614

0 commit comments

Comments
 (0)