Questions tagged [dtls]

Datagram Transport Layer Security (DTLS) is a protocol that provides communications privacy for datagram protocols.

171 questions
-1
votes
1 answer

No response from Philips HUE using ‘Philips Hue Entertainment’ (via DTLS)

I am trying to make working Philips Hue using ‘Philips Hue Entertainment’. I follow Philips's manual (I use OpenSSL): https://developers.meethue.com/documentation/hue-entertainment-api#DTLS I provided PSK key and username like described. Certificate…
RobertLT
  • 41
  • 6
-1
votes
1 answer

DTLS 1.2 Master key derivation

I am implementing DTLS 1.2 and using cipher TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 I am creating pre-master secret and master secret key using following steps 1- Open algorithm provider using API BCryptOpenAlgorithmProvider 2- Generate key pair using…
-1
votes
4 answers

How to enable https protocol in a normal website?

Kindly let me know the number of methods to proceed with this query. It will be really so nice of you for answering my question.
Karamvir
  • 1
  • 1
  • 3
-2
votes
5 answers

Is there a recommended DTLS library?

Is there a dtls library that you recommended?
deddihp
  • 653
  • 1
  • 6
  • 17
-3
votes
1 answer

saving data transferring through ajax preparation

I am passing data between ajax communications and it is basically a chat message. What I would like to know is how to prepare the data using javascript for transfer to the backend. They might post links and characters. Something like urlEncode?
somejkuser
  • 8,856
  • 20
  • 64
  • 130
-6
votes
1 answer

How detect received message in DTLS?

I implement DTLS protocol for CoAP on C, C++. As I see I can use OpenSSL or WolfSSL. For example WolfSSL: https://github.com/wolfSSL/wolfssl-examples/blob/master/dtls/client-dtls-nonblocking.c But how I can detect that some message has been sent to…
Anton
  • 13
  • 2
1 2 3
11
12