How to use nanoECC functions in my own dtls implementation such that it will works with openssl.
I am using secp384r1 curve, but openssl generates error below:
15754888:error:1006706B:elliptic curve routines:ec_GFp_simple_oct2point:point is not on curve:ecp_oct.c:421:
Any suggestion, thanks.
How to use nanoECC functions in my own dtls implementation such that it will works with openssl.
I am using secp384r1 curve, but openssl generates error below:
15754888:error:1006706B:elliptic curve routines:ec_GFp_simple_oct2point:point is not on curve:ecp_oct.c:421:
Any suggestion, thanks.