Fix curve for ECDH key.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
@@ -51,7 +51,7 @@ int cmd_general_authenticate() {
|
|||||||
}
|
}
|
||||||
mbedtls_ecdh_context ctx;
|
mbedtls_ecdh_context ctx;
|
||||||
mbedtls_ecdh_init(&ctx);
|
mbedtls_ecdh_init(&ctx);
|
||||||
mbedtls_ecp_group_id gid = MBEDTLS_ECP_DP_SECP192R1;
|
mbedtls_ecp_group_id gid = MBEDTLS_ECP_DP_SECP256R1;
|
||||||
r = mbedtls_ecdh_setup(&ctx, gid);
|
r = mbedtls_ecdh_setup(&ctx, gid);
|
||||||
if (r != 0) {
|
if (r != 0) {
|
||||||
mbedtls_ecdsa_free(&ectx);
|
mbedtls_ecdsa_free(&ectx);
|
||||||
|
|||||||
Reference in New Issue
Block a user