Fix ECDSA signature verification (IOT-793)
authorSachin Agrawal <sachin.agrawal@intel.com>
Wed, 7 Oct 2015 23:38:25 +0000 (16:38 -0700)
committerSachin Agrawal <sachin.agrawal@intel.com>
Thu, 8 Oct 2015 00:39:43 +0000 (00:39 +0000)
commit92c4c21b1e48ffff4889ad5bc646892b83283922
treefd9a263ad8705dfd98d8f58a6cca68f929ec1db2
parent88b151d87e082c0c0af9c664c7f9937fe66318f4
Fix ECDSA signature verification (IOT-793)

Earlier Fix was not compatible with external SSL libraries because
the signed ECC point was not in correct format. This change has
been verified to be working with upstream tinyDTLS.
This change has been reviewed at
https://gerrit.iotivity.org/gerrit/#/c/3647/

Change-Id: I2bc4d01f8c1a950f9e6e6ac8eaf200c28060c5dc
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/3737
Reviewed-by: dongik Lee <dongik.lee@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
extlibs/tinydtls/crypto.c