Expose the OpenSSL API for using the system's default certificate store
diff --git a/ChangeLog b/ChangeLog
index 5a68f4a..dbb5894 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
 2008-12-28  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
 
+	* src/ssl/context.c: Add a capath parameter to
+	  Context.load_verify_locations to allow Python code to specify
+	  either or both arguments to the underlying
+	  SSL_CTX_load_verify_locations API.
+	* src/ssl/context.c: Add Context.set_default_verify_paths, a wrapper
+	  around SSL_CTX_set_default_verify_paths.
+
+2008-12-28  Jean-Paul Calderone  <exarkun@twistedmatrix.com>
+
 	* test/test_crypto.py, src/crypto/x509req.c: Added get_version and
 	  set_version_methods to X509ReqType based on patch from Wouter van
 	  Bommel.  Resolves LP#274418.