VoiSmart / pjsip-android

SIP Service for Android based on PJSIP
http://www.pjsip.org/
Apache License 2.0
288 stars 140 forks source link

Handle sip certificate validation internally #171

Closed aenonGit closed 1 year ago

aenonGit commented 1 year ago

PjSip server certificate validation do not take into account wildcard certificates, thus we want to handle that case too. To do so we need to validate the certificate internally when the only error is the name mismatch.