diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-02-28 09:11:27 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2014-02-28 09:11:27 +0000 |
commit | 94d996139e479ed7e67e57831ff7bcd11e78c94f (patch) | |
tree | 97923cd0c370aead31053bde9cec55ca0f0bfa87 | |
parent | bc9e706e38fc26948c7ed2fdeb1b64c23121ecba (diff) |
validate SSL certificate hostname (#167).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3323 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ 2014-02-28 * libsylph/ssl.c - src/sslmanager.c: validate SSL certificate hostname (#167). + src/sslmanager.c + libsylph/ssl_hostname_validation.[ch]: validate SSL certificate + hostname (#167). * libsylph/socks.c: replace sock->hostname with endpoint for hostname check. |