summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-07-22 06:46:50 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-07-22 06:46:50 +0000
commitcb8a655ecb39390c965665b42c2b706d70187bd5 (patch)
treeee1c7239bde400f8302c9c981021e89dce74a76e /CHANGES
parente416aa8626e5d7d227faa10a2260dddc9b8bdcec (diff)
downloadm2crypto-cb8a655ecb39390c965665b42c2b706d70187bd5.tar.gz
X509_Store.load_info now returns the value from the underlying
m2.x509_store_load_locations call, and in case of error raises X509Error. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@610 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 57ccc14..070a42c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -18,6 +18,8 @@
- Fixed SSL.Connection.get_socket_read_timeout and set_socket_read_timeout on
64bit platforms by adding SSL.timeout.struct_size() and using it instead of
hardcoded size for socket.getsockopt
+- X509_Store.load_info now returns the value from the underlying
+ m2.x509_store_load_locations call, and in case of error raises X509Error
0.18.2 - 2007-10-12
-------------------