Skip to content

Commit

Permalink
Correct statement about cipher suite attributes
Browse files Browse the repository at this point in the history
  • Loading branch information
athoelke committed Nov 29, 2023
1 parent afeddf7 commit 1be1896
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/ext-pake/api/pake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ A PAKE cipher suite is required when setting up a PAKE operation in `psa_pake_se
* - key confirmation
- `PSA_PAKE_CONFIRMED_KEY` --- requesting that the secret key is confirmed before it can be returned.

The algorithm and primitive values must be set for all PAKE algorithms, the key confirmation values is only required for some PAKE algorithms.
Valid algorithm, primitive, and key confirmation values must be set when using a PAKE cipher suite.

.. admonition:: Implementation note

Expand Down Expand Up @@ -1304,7 +1304,6 @@ Support macros

See also `PSA_PAKE_INPUT_MAX_SIZE`


.. macro:: PSA_PAKE_INPUT_MAX_SIZE
:definition: /* implementation-defined value */
Expand Down

0 comments on commit 1be1896

Please sign in to comment.