summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2011-06-12 21:56:13 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2011-06-12 21:56:13 -0400
commit042b66d4834b493ff82c9f2dc16aca09f39c9d8a (patch)
treebe63b6322b0a3a37825acede296483a5f38c47e1 /ChangeLog
parenteecb19801a9bd04f0993440711fa495eca07408a (diff)
parente81020e6e20988d97f1b7ad0f0d493b40a24dd09 (diff)
downloadpyopenssl-042b66d4834b493ff82c9f2dc16aca09f39c9d8a.tar.gz
Add PKey.check method
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b8dea6..dffd05d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2011-06-12 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+ * OpenSSL/crypto/pkey.c: Add the PKey.check method, mostly
+ implemented by Rick Dean, to verify the internal consistency of a
+ PKey instance.
+
+2011-06-12 Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
* OpenSSL/crypto/crypto.c: Fix the sign and verify functions so
they handle data with embedded NULs. Fix by David Brodsky
<lp:~lihalla>.