mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
ecjpake: fix uninitialize member
This commit is contained in:
@ -57,6 +57,7 @@ void mbedtls_ecjpake_init( mbedtls_ecjpake_context *ctx )
|
|||||||
|
|
||||||
ctx->md_info = NULL;
|
ctx->md_info = NULL;
|
||||||
mbedtls_ecp_group_init( &ctx->grp );
|
mbedtls_ecp_group_init( &ctx->grp );
|
||||||
|
ctx->point_format = MBEDTLS_ECP_PF_UNCOMPRESSED;
|
||||||
|
|
||||||
mbedtls_ecp_point_init( &ctx->Xm1 );
|
mbedtls_ecp_point_init( &ctx->Xm1 );
|
||||||
mbedtls_ecp_point_init( &ctx->Xm2 );
|
mbedtls_ecp_point_init( &ctx->Xm2 );
|
||||||
|
Reference in New Issue
Block a user