summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJean-Paul Calderone <exarkun@divmod.com>2009-08-27 13:20:38 -0400
committerJean-Paul Calderone <exarkun@divmod.com>2009-08-27 13:20:38 -0400
commit2953db8a56fa9c2ffc4fe2994efa83498ca24ae5 (patch)
treef797dc7467ac017fafc3a4172f03b59b0a37320a /ChangeLog
parent94f4982f2bb968b8d8d3c1a31a517723023aa275 (diff)
parent5092450ba9c10d78890263bb16afabc801c78de2 (diff)
downloadpyopenssl-2953db8a56fa9c2ffc4fe2994efa83498ca24ae5.tar.gz
Add additional PKCS12 features
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d9d45f8..70cdb28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
-2009-07-17 Rick Dean <rick@fdd.com>
- Jean-Paul Calderone <exarkun@twistedmatrix.com>
+2009-08-27 Rick Dean <rick@fdd.com>, Jean-Paul Calderone <exarkun@twistedmatrix.com>
+
+ * src/crypto/pkcs12.c: Add setters to the PKCS12 type for the
+ certificate, private key, ca certificate list, and friendly
+ name, and add a getter for the friendly name. Also add a method
+ for exporting a PKCS12 object as a string.
+
+ * test/test_crypto.py: Add lots of additional tests for the PKCS12
+ type.
+
+ * doc/pyOpenSSL.tex: Documentation for the new PKCS12 methods.
+
+2009-07-17 Rick Dean <rick@fdd.com>, Jean-Paul Calderone <exarkun@twistedmatrix.com>
* src/crypto/x509ext.c: Add subject and issuer parameters to
X509Extension, allowing creation of extensions which require that
@@ -89,7 +100,7 @@
* src/crypto/x509ext.c, test/test_crypto.py: Add the get_short_name
method to X509Extension based on patch from Alex Stapleton.
-
+
2008-12-31 Jean-Paul Calderone <exarkun@twistedmatrix.com>
* src/crypto/x509ext.c, test/test_crypto.py: Fix X509Extension so