mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-16 17:43:14 +00:00
pk: fix description of mbedtls_pk_setup_opaque for sign_ext()
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
c51b08ca1d
commit
c26646c211
@ -369,7 +369,9 @@ int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info);
|
|||||||
* * EC:
|
* * EC:
|
||||||
* * verify, verify_ext, sign, sign_ext: ECDSA.
|
* * verify, verify_ext, sign, sign_ext: ECDSA.
|
||||||
* * RSA:
|
* * RSA:
|
||||||
* * sign, sign_ext, decrypt: use the primary algorithm in the wrapped PSA key;
|
* * sign, decrypt: use the primary algorithm in the wrapped PSA key;
|
||||||
|
* * sign_ext: RSA PSS if the pk_type is #MBEDTLS_PK_RSASSA_PSS, otherwise
|
||||||
|
* it falls back to the sign() case;
|
||||||
* * verify, verify_ext, encrypt: not supported.
|
* * verify, verify_ext, encrypt: not supported.
|
||||||
*
|
*
|
||||||
* In order for the above operations to succeed, the policy of the wrapped PSA
|
* In order for the above operations to succeed, the policy of the wrapped PSA
|
||||||
|
Loading…
x
Reference in New Issue
Block a user