Hi all,<br><br>I have a few questions about validating SSL certificates. From what I gather, this validation occurs in the OpenSSL code called from _ssl.c. Is this correct?<br><br>Also, I have looked through the docs and code, but haven&#39;t been able to figure out exactly what is included in certificate &quot;validation&quot;. Is it just validating the chain? Does it check the NotBefore and NotAfter dates? Does it check that the host the socket is connected to is the same as what&#39;s given in the CN field in the certificate?<br>
<br>Where I&#39;m going with this is I think all this checking needs to be part of certificate validation in the ssl module. If it isn&#39;t yet, I&#39;d be happy to work on a patch for it. Please let me know what you think.<br>
<br>Thanks!<br>-Devin Cook<br>