summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-07 20:34:02 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2007-06-07 20:34:02 +0000
commit2d8f7cf63620c70297d9b9c71806fe96ed88be5b (patch)
tree413e633c46fda5c0aa8f1b51991aa18c38cd78cf /CHANGES
parent2175758cddacbcd88fdf57a50d27c3a305755546 (diff)
downloadm2crypto-2d8f7cf63620c70297d9b9c71806fe96ed88be5b.tar.gz
Bug 9404, fixed build problem affecting some systems where OpenSSL was built without EC support.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@527 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 f15c305..1703f26 100644
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,8 @@
- 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
after starting the test SSL server. Default is 0.5, but 0.1 or even 0.05
might work with modern computers. Makes tests finish significantly faster.