- new ECDH_compute_key interface (KDF is no longer a fixed built-in)
- bugfix: in ECDH_compute_key, pad x coordinate with leading zeros if necessary
This commit is contained in:
@@ -73,9 +73,9 @@ static ERR_STRING_DATA ECDH_str_functs[]=
|
||||
|
||||
static ERR_STRING_DATA ECDH_str_reasons[]=
|
||||
{
|
||||
{ECDH_R_KDF_FAILED ,"KDF failed"},
|
||||
{ECDH_R_NO_PRIVATE_VALUE ,"no private value"},
|
||||
{ECDH_R_POINT_ARITHMETIC_FAILURE ,"point arithmetic failure"},
|
||||
{ECDH_R_SHA1_DIGEST_FAILED ,"sha1 digest failed"},
|
||||
{0,NULL}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user