Re: [dev] [IoTivity-Lite] Zephyr Porting DTLS connection

2018-12-06 Thread teo
Hi Jaehyun, Your update fixed the issue that dtls messages are handled in coap not in dtls. Thanks very much. Taehwa -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10048): https://lists.iotivity.org/g/iotivity-dev/message/10048 Mute This Topic: h

Re: [dev] Server to communicate via DTLS session with any client?

2018-12-06 Thread Max
Nathan Hi, For the sake of clarity for the developers, may I kindly ask you to provide the exact *logical* *statement* on what is required by the IoTivity library in order *to establish a DTLS connection between a client and a server, from the authentication perspective*? (I understand that there

Re: [dev] Server to communicate via DTLS session with any client?

2018-12-06 Thread Khaled Elsayed
Hi Nathan, I tried to modify the examples/OCFSecure code to use certificates instead of hard-coded symmetric keys in the credentials. I think there is something missing beyond the setup of the creds in the json file. I tested my created certificates and keys via the provisioiningclient and samples