Add new EC/SM2 API

This commit is contained in:
Zhi Guan
2019-02-28 17:49:37 +08:00
parent bf4c6920d9
commit 5b90476864
14 changed files with 6220 additions and 5435 deletions

View File

@@ -737,3 +737,9 @@ end:
BN_CTX_free(bn_ctx);
return ret;
}
EC_KEY *EC_KEY_merge(STACK_OF(EC_KEY) *ec_keys)
{
ECerr(EC_F_EC_KEY_MERGE, EC_R_NOT_IMPLEMENTED);
return NULL;
}