JKRhb / dtls2

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

fix: fix hostname verification of X.509 certificates #22

Closed JKRhb closed 1 year ago

JKRhb commented 1 year ago

This PR corrects a call of the X509_VERIFY_PARAM_set1_host function, now using the hostname length as a parameter. In the process, the OpenSSL bindings are regenerated, fixing the binding signature of the function in question.