JKRhb / dtls2

A DTLS library for Dart based on OpenSSL.
MIT License
3 stars 0 forks source link

fix: prevent client from crashing when using empty PSK #89

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

This PR fixes a bug in the _connectToPeer method of the DTLS client that could lead to a segmentation fault.