mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-03-29 22:20:30 +00:00
mbedtls_config: improved description of PK_PARSE_EC_COMPRESSED
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
a18385b197
commit
3cd4ef7a7a
@ -1050,8 +1050,11 @@
|
|||||||
*
|
*
|
||||||
* Enable the support for parsing public keys of type Short Weierstrass
|
* Enable the support for parsing public keys of type Short Weierstrass
|
||||||
* (MBEDTLS_ECP_DP_SECP_XXX and MBEDTLS_ECP_DP_BP_XXX) which are using the
|
* (MBEDTLS_ECP_DP_SECP_XXX and MBEDTLS_ECP_DP_BP_XXX) which are using the
|
||||||
* compressed point format.
|
* compressed point format. This parsing is done through ECP module's functions.
|
||||||
* Please see MBEDTLS_ECP_PF_COMPRESSED in ecp.h for limitations details.
|
*
|
||||||
|
* \note As explained in the description of MBEDTLS_ECP_PF_COMPRESSED (in ecp.h)
|
||||||
|
* the only unsupported curves are MBEDTLS_ECP_DP_SECP224R1 and
|
||||||
|
* MBEDTLS_ECP_DP_SECP224K1.
|
||||||
*/
|
*/
|
||||||
#define MBEDTLS_PK_PARSE_EC_COMPRESSED
|
#define MBEDTLS_PK_PARSE_EC_COMPRESSED
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user