Skip to content

Commit 1be1896

Browse files
committed
Correct statement about cipher suite attributes
1 parent afeddf7 commit 1be1896

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

doc/ext-pake/api/pake.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ A PAKE cipher suite is required when setting up a PAKE operation in `psa_pake_se
435435
* - key confirmation
436436
- `PSA_PAKE_CONFIRMED_KEY` --- requesting that the secret key is confirmed before it can be returned.
437437

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

440440
.. admonition:: Implementation note
441441

@@ -1304,7 +1304,6 @@ Support macros
13041304

13051305
See also `PSA_PAKE_INPUT_MAX_SIZE`
13061306

1307-
13081307
.. macro:: PSA_PAKE_INPUT_MAX_SIZE
13091308
:definition: /* implementation-defined value */
13101309

0 commit comments

Comments
 (0)