mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-30 06:33:06 +00:00
pk: update documentation of mbedtls_pk_setup_opaque() based on #8951
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
55ed91e0aa
commit
18702d980f
@ -377,9 +377,8 @@ int mbedtls_pk_setup(mbedtls_pk_context *ctx, const mbedtls_pk_info_t *info);
|
||||
* * sign, sign_ext: try #PSA_ALG_DETERMINISTIC_ECDSA()
|
||||
* first and, in case it fails, try with #PSA_ALG_ECDSA().
|
||||
* * RSA:
|
||||
* * sign: #PSA_ALG_RSA_PKCS1V15_SIGN();
|
||||
* * sign_ext: use the algorithm associated with the wrapped
|
||||
* PSA key;
|
||||
* * sign, sign_ext: use the algorithm associated with the
|
||||
* wrapped PSA key;
|
||||
* * verify: not supported;
|
||||
* * verify_ext: not supported;
|
||||
* * decrypt: #PSA_ALG_RSA_PKCS1V15_CRYPT;
|
||||
|
Loading…
x
Reference in New Issue
Block a user