aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-18 04:50:33 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-18 04:50:33 +0000
commit9c672a9f3f6beab800d85b9ae5cf03a4d9d4f170 (patch)
treef8c7913edaa89dfb749d029bdf359a5c360f2b8d /ChangeLog
parent6231816dd79b92ac476a3b015689a8142583dbdf (diff)
call SSL_CTX_load_verify_locations() also when only certs_file exists.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1432 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6230eb50..25226f4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-12-18
+ * libsylph/ssl.c: ssl_init(): call SSL_CTX_load_verify_locations()
+ also when only certs_file exists.
+
+2006-12-18
+
* libsylph/ssl.c: ssl_init(): look for CA certificates bundle file
in multiple location.
ssl_init_socket_with_method(): disabled reject list (for now).