summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2008-07-22 07:53:18 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2008-07-22 07:53:18 +0000
commit1d8bf0f8a380091c87c66c1f737623856f535bf6 (patch)
tree027cb07e5f49c835115b284aebd04b61d62dfafa /CHANGES
parentcb8a655ecb39390c965665b42c2b706d70187bd5 (diff)
downloadm2crypto-1d8bf0f8a380091c87c66c1f737623856f535bf6.tar.gz
Fixed SMIME.verify to raise the correct PKCS7_Error (used to raise SMIME_Error)
when verification fails. This error happened only with Python 2.6 and later. git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@611 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 070a42c..8f622c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -20,6 +20,8 @@
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
+- Fixed SMIME.verify to raise the correct PKCS7_Error (used to raise
+ SMIME_Error) when verification fails with Python 2.6
0.18.2 - 2007-10-12
-------------------