EC keys can be used for sign/verify now, update docs 76/83876/2
authorLukasz Pawelczyk <l.pawelczyk@samsung.com>
Fri, 12 Aug 2016 12:07:31 +0000 (14:07 +0200)
committerLukasz Pawelczyk <l.pawelczyk@samsung.com>
Fri, 12 Aug 2016 14:22:16 +0000 (16:22 +0200)
Change-Id: Ic2893d9274bcaca4a2bcd681000b398b2d1a7360

api/yaca/yaca_sign.h

index a7eefe8..8daf682 100755 (executable)
@@ -52,6 +52,7 @@ extern "C" {
  *                   on key type, supported key types:
  *                   - #YACA_KEY_TYPE_RSA_PRIV,
  *                   - #YACA_KEY_TYPE_DSA_PRIV,
+ *                   - #YACA_KEY_TYPE_EC_PRIV
  *
  * @return #YACA_ERROR_NONE on success, negative on error
  * @retval #YACA_ERROR_NONE Successful
@@ -209,6 +210,7 @@ int yaca_sign_finalize(yaca_context_h ctx,
  *                   key type, supported key types:
  *                   - #YACA_KEY_TYPE_RSA_PUB,
  *                   - #YACA_KEY_TYPE_DSA_PUB,
+ *                   - #YACA_KEY_TYPE_EC_PUB
  *
  * @return #YACA_ERROR_NONE on success, negative on error
  * @retval #YACA_ERROR_NONE Successful