summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-12 17:37:36 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-12 17:37:36 +0000
commitb7f67001d8bfe3a8443fa65e3f236c477dc49d87 (patch)
treeae10fb5f0888fe91e49b1a738beb4fa751fe1ef0 /CHANGES
parentee9424d974efa1d435e7c8297bfb1eb0587d2403 (diff)
downloadm2crypto-b7f67001d8bfe3a8443fa65e3f236c477dc49d87.tar.gz
Bug 9259, added the ability to save and load DER formatted X509 certificates and certificate
requests, by Keith Jackson git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@542 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 7f23405..17159e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -19,9 +19,11 @@
by RFC 2818. If no dNSNames are present, use subject commonName.
- Fixed threading regressions introduced in 0.16,
by Aaron Reizes and Keith Jackson
+- Added SSL session caching support to HTTPSConnection, by Keith Jackson
+- Added the ability to save and load DER formatted X509 certificates and
+ certificate requests, by Keith Jackson
- m2xmlrpclib.py fixed to work with Python 2.5, by Miloslav Trmac
- 64-bit correctness fixes, by Miloslav Trmac
-- Added SSL session caching support to HTTPSConnection, by Keith Jackson
- Fixed build problem affecting certain systems where OpenSSL was built without
EC support
- M2CRYPTO_TEST_SSL_SLEEP environment variable controls how long to sleep