dtls Questions

1

Solved

I have a app can take call via WebRTC in iOS, this working normal when call with browser, but when call with android app I can't set remote sdp with error: Called with SDP without DTLS fingerprint....
Butylene asked 22/9, 2020 at 9:9

4

Solved

Has anyone used DTLS on Android or is there an open source Java implementation that supports DTLS? What are my other options for securing UDP traffic on Android?
Cl asked 26/5, 2010 at 15:5

4

What is the functional difference between TLS and DTLS? How does application flow/negotiation differ while using TLS vs DTLS?
Capitally asked 11/3, 2013 at 4:38

2

Solved

I have two SIP endpoint and wanted to send the media over DTLS-SRTP. I am little bit confuse in below points Is DTLS-SRTP and SRTP packets send over DTLS connections are same or different ? If d...
Favorable asked 15/7, 2015 at 5:6

1

Solved

I am confused about the difference between the BIO routines BIO_read()/BIO_write() and the SSL_read()/SSL_write() when the BIOs are memory BIOs and not socket BIOs. I am trying to code a WebRTC se...
Raphaelraphaela asked 22/7, 2016 at 0:56

1

I'm trying to set up a DTLS server on Android based on the example java files from Californium.Scandium. Initially I ran into issues because the keystore and truststore were in jks format and I did...
Mohl asked 16/12, 2015 at 7:38

1

I am trying to add DTLS support in my server that is currently based on Netty. Netty gives me the possibility to add handlers to a pipeline where packets are treated in the defined order and chang...
Balky asked 16/7, 2014 at 10:51

3

Solved

I am trying to build an SRTP to RTP stream converter and I am having issues getting the Master Key from the WebRTC peerconnection I am creating. From what I understand, with a DES exchange, the key...
Catechetical asked 27/3, 2014 at 15:25

1

Solved

WebRTC traffic is encrypted using DTLS - ok. But what about traffic that's relayed over a TURN server? I'm looking for a reliable resource which confirms that the traffic is truly end-to-end encr...
Antoneantonella asked 15/4, 2014 at 13:35

1

In my webrtc web app in Chrome, I used to specify my own encryption key by overriding the crypto information in the SDP. I am now migrating my webrtc web app to use DTLS-SRTP for encryption. With D...
Horoscope asked 20/2, 2014 at 23:24

1

Solved

I'm currently trying to implement DTLS on android in order to encrypt UDP datagrams. For this, I built the openssl-android project available here, from this I got two shared libraries libssl.so and...
Rifling asked 24/8, 2013 at 13:30

1

Solved

I am learning to use SSL & UDP. After some extensive search, I couldn't find many sample programs to test and study. In fact, the only one I found is this. http://openssl.6102.n7.nabble.com/D...
Bother asked 1/3, 2013 at 23:12
1

© 2022 - 2024 — McMap. All rights reserved.