Skip to content

Commit

Permalink
doc: nrf_security: Fix naming of SRP option to match configuration
Browse files Browse the repository at this point in the history
We're using SRP_6 as configuration option, so we should specify the
version of SRP in the documentation also.

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
  • Loading branch information
joerchan authored and nordicjm committed Aug 25, 2023
1 parent e60dabf commit a6d3022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/nrf/libraries/nrf_security/doc/driver_config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ To enable password-authenticated key agreement support, configure the related pa
+-----------------------+-----------------------------------------------+
| SPAKE2+ | :kconfig:option:`CONFIG_PSA_WANT_ALG_SPAKE2P` |
+-----------------------+-----------------------------------------------+
| SRP | :kconfig:option:`CONFIG_PSA_WANT_ALG_SRP` |
| SRP-6 | :kconfig:option:`CONFIG_PSA_WANT_ALG_SRP_6` |
+-----------------------+-----------------------------------------------+

.. note::
Expand All @@ -515,5 +515,5 @@ You can use the following PSA driver-specific configurations for fine-grained co
+-----------------------+--------------------------+---------------------------------------------------------------+
| SPAKE2+ | Not supported | :kconfig:option:`CONFIG_PSA_CRYPTO_DRIVER_ALG_SPAKE2P_OBERON` |
+-----------------------+--------------------------+---------------------------------------------------------------+
| SRP | Not supported | :kconfig:option:`CONFIG_PSA_CRYPTO_DRIVER_ALG_SRP_OBERON` |
| SRP-6 | Not supported | :kconfig:option:`CONFIG_PSA_CRYPTO_DRIVER_ALG_SRP_OBERON` |
+-----------------------+--------------------------+---------------------------------------------------------------+

0 comments on commit a6d3022

Please sign in to comment.