< Previous by Date Date Index Next by Date >
< Previous in Thread Thread Index  

Re: [reSIProcate] [resiprocate] use 2048-bit or stronger Diffie-Hellman groups (#29)


If there is a TURN client implemented in Java using Java 6, Java 7, there could be problems with 2048-bit Diffie-Hellman groups. This limitation was fixed in Java 8.

https://tt4cs.wordpress.com/2014/04/20/dh-2048-now-supported-by-jdk8/
https://stackoverflow.com/questions/10687200/java-7-and-could-not-generate-dh-keypair

A possible fix for this limitation would be to enable ECDHE key exchange in reTurn .


Reply to this email directly or view it on GitHub.