aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-02-28 09:11:27 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-02-28 09:11:27 +0000
commit94d996139e479ed7e67e57831ff7bcd11e78c94f (patch)
tree97923cd0c370aead31053bde9cec55ca0f0bfa87
parentbc9e706e38fc26948c7ed2fdeb1b64c23121ecba (diff)
validate SSL certificate hostname (#167).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3323 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ff3a07de..075bb48a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.