Menu

#37 Correctly check SSL connection

v1.0 (example)
closed
nobody
None
5
2016-06-04
2015-11-20
Insu Yun
No

Hi all
I looked at ssl_auth.c and found that SSL_get_verify_result is checked whether X509_V_OK.
However, according to OpenSSL(https://www.openssl.org/docs/manmaster/ssl/SSL_get_verify_result.html), it is not enough for checking valid SSL connection.
For valid checking, check whether certificate is existing or not.
This is my patch for resolving the issue.

1 Attachments

Related

Bugs: #37

Discussion

  • grumpf_

    grumpf_ - 2016-06-04
    • status: open --> closed
     

Log in to post a comment.