Added CRL issuer
authorAndrii Shtompel <a.shtompel@samsung.com>
Fri, 29 Jul 2016 15:12:34 +0000 (18:12 +0300)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Mon, 1 Aug 2016 04:53:17 +0000 (04:53 +0000)
commitc439bd2519521e8773549934c961ba4b49e4e2cc
tree6024a7147b9d5563a9a33904ccd4a7a57fc2e1c0
parent13b8316b0e5caf9bbd4de670e075336743d7fd08
Added CRL issuer

1. Test code present (to test Generate Crl).
2. Generated Crl can be verified using http://lapo.it/asn1js/
3. TODO: need to implement storage, possible using Java Key Store
4. GetCrl just returns binary data instead of CoAP response

Change-Id: Iff0d7f8cb0690c2dffe0749ef0703d45dd5db634
Signed-off-by: Andrii Shtompel <a.shtompel@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/9865
Reviewed-by: Andrii Androsov <a.androsov@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
cloud/account/src/main/java/org/iotivity/cloud/accountserver/security/x.509/CrlInfo.java [new file with mode: 0644]
cloud/account/src/main/java/org/iotivity/cloud/accountserver/security/x.509/CrlIssuer.java [new file with mode: 0644]
cloud/account/src/main/java/org/iotivity/cloud/accountserver/security/x.509/CrlStore.java [new file with mode: 0644]