Fix the wrong implementation about the anonymous cipher suite of tinydtls
Support the session specific cipher suite selection
Hi Olaf, Can I ask any feedback for uploaded patch? Do I need to create a new ticket...
I've modified function name dtls_generate_owner_psk() to dtls_prf_with_current_keyblock()....
Regarding name of function : Should modify the function name to dtls_prf_with_mastersecret()?...
Add function for ownerPSK generation in IoTivity
I am attaching here the patch which fixed formatting issuse. Let me know if you find...
I've found the reason of the problem. It was a problem with the initialization in...
I found a bug in above patch. If I run sample(dtls-server/dtls-client) with '-v 6'...
PFA patch for TLS_ECDH_anon_WITH_AES_128_CBC_SHA support
PFA patch for TLS_ECDH_anon_WITH_AES_128_CBC_SHA support
Dear Olaf Bergmann, Can I ask any feedback?
Add cipher suite for TLS_ECDH_anon_WITH_AES_128_CBC_SHA(RFC 4492)