JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation fault if no ciphers are available

JKRhb opened this issue · comments

It seems as if OpenSSL causes a segmentation fault if no ciphers are available for it to use. This needs a bit more investigation.

Fixed by #39.