processone / fast_tls

TLS / SSL OpenSSL-based native driver for Erlang / Elixir
https://www.ejabberd.im
Other
83 stars 37 forks source link

Fix ECDH for OpenSSL < 1.0.2 #24

Closed nosnilmot closed 7 years ago

nosnilmot commented 7 years ago

b9c17209cc4a9cf149f8a64903b4c2b46c125dac broke ECDH for OpenSSL < 1.0.2, this fixes it.

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.3%) to 67.052% when pulling b87766daf8df5e84463223df538fe3c82bc89def on nosnilmot:fix-ecdh-openssl101 into f9de643f167cfa274862d323694c1bf5b57d3be2 on processone:master.

prefiks commented 7 years ago

Thanks, i will merge this.