Improved X.509 support
Status: Alpha
Brought to you by:
obgm
Dear Olaf,
I have modified this patch http://sourceforge.net/p/tinydtls/tickets/8/attachment/0001-tinydtls-add-X.509-support.patch (errors were corrected).
Also I have added functionality for verifying X.509 certificates (with fixed profile) based on micro-ECC library (https://github.com/kmackay/micro-ecc) into tests/dtls-client.c and tests/dtls-server.c.
micro-ECC library is used with tinyDTLS by IoTivity project for faster ECC operations at constrained devices.
Is it acceptable to commit micro-ECC library together with patch for X.509 certificates into tinyDTLS repository?
Best regards,
Oleksii Udod
Dear Olaf,
Please review this ticket and change the status according to your investigation.
Best,
Dongik
Last edit: Dongik Lee 2015-08-10
Dear Olaf,
Please inform us of your review result.
Thanks,
Dongik
Please see https://gerrit.iotivity.org/gerrit/#/c/1382/2 for a review.
Note that I have not yet checked functionality.