Add TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA_256 cipher suite in tinydtls
authorSachin Agrawal <sachin.agrawal@intel.com>
Thu, 6 Aug 2015 22:15:08 +0000 (15:15 -0700)
committerSachin Agrawal <sachin.agrawal@intel.com>
Thu, 6 Aug 2015 22:53:50 +0000 (22:53 +0000)
commit691c38efd6dc4db0a21a7d5c1970cce63a317534
tree5ebeb661232dc8f41a84b521305c33308674c132
parent84ddde8349acc67db8f013a2f3737669d986bffc
Add TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA_256 cipher suite in tinydtls

[Patch #1] Initial upload
[Patch #2] Add function to calculate the pre-master key of ECDHE_PSK cipher suite.
[Patch #3] Update codes according to review comments
[Patch #4] Modify code alignment.

Change-Id: I70be3a8e9469cc1913373d820b4a3d4f4a6d6d0d
Signed-off-by: leechul <chuls.lee@samsung.com>
Signed-off-by: Sachin Agrawal <sachin.agrawal@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/2103
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
extlibs/tinydtls/0001-Add-TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA_256-cipher-su.patch [new file with mode: 0644]
extlibs/tinydtls/crypto.c
extlibs/tinydtls/crypto.h
extlibs/tinydtls/dtls.c
extlibs/tinydtls/global.h
extlibs/tinydtls/tests/dtls-client.c