This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Issue in Compatibilty with uECC and openssl

Hi. I am trying to generate a shared key via ECDH to encrypt message through UART between nrf52832 and Qualcomm chip. nRF52832 is using uECC and Qualcomm is using openssl. However, the generated shared key on nrf side and Qualcomm chip side is different. I tried using the same private and public key on both side and it is still generating two different shared key. Is uECC compatible with openssl? I will appreciate the help given.

Related