I was poking around in the WebRTC native implementation to see how the RSA key pairs for DTLS-SRTP were being generated and it appears that each time an RTCPeerConnection is created it will generate a new 1024 RSA key pair. This surprises me since generating RSA keys is expensive/slow. I had assumed it would reuse RSA keys for some number of sessions instead of making a new one for each session. Am I misunderstanding the code, or am I wrong about the expensive of generating RSA keys?
--
---
You received this message because you are subscribed to the Google Groups "discuss-webrtc" group.
To unsubscribe from this group and stop receiving emails from it, send an email to discuss-webrt...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
will you continue to support SDES key exchange indefinitely?
--