kzemek / etls

An alternative NIF-based implementation of Erlang ssl module.
Other
36 stars 2 forks source link

Is SNI supported? #3

Open RamXX opened 8 years ago

RamXX commented 8 years ago

Hi there. Is there a way to work with SNI in a similar way that I can with the Erlang standard SSL module?. I particularly like the way you can use {sni_fun, SNIfun::fun()} in the standard SSL library. BoringSSL does seem to include the SNI capability. Thanks!

kzemek commented 8 years ago

SNI is not currently supported but I'm looking at implementing the support in the close future. Once something moves, I'll update the status in this issue.