lynckia / licode

Open Source Communication Provider based on WebRTC and Cloud technologies
http://lynckia.com/licode
MIT License
3.09k stars 1.02k forks source link

Licode should swap to BoringSSL #233

Open jnoring opened 9 years ago

jnoring commented 9 years ago

OpenSSL has some issues with DTLS handling that are causing the webrtc project to swap over to using BoringSSL entirely. See https://groups.google.com/forum/#!topic/discuss-webrtc/TqZ9N0eTn24 and more importantly, https://code.google.com/p/chromium/issues/detail?id=447431

zevarito commented 8 years ago

+1

zevarito commented 8 years ago

@jnoring did you attempt to do this?

BoringSSL and OpenSSL share the same API, is just a build change?

jnoring commented 8 years ago

I did not attempt this, although I think this would be a wise move for the project. If I have time in the coming weeks, I'll see if I can put in a change for this.