summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorHeikki Toivonen <heikki@heikkitoivonen.net>2009-03-30 06:03:50 +0000
committerHeikki Toivonen <heikki@heikkitoivonen.net>2009-03-30 06:03:50 +0000
commitfb0489128551e0d56450cb985463e9255fd1c017 (patch)
tree46012b5ee7f0865c4da5a9cd6d1bcf88dd4bcdfb /CHANGES
parente28a6e212c85e4e0cf8959850f03b0c5ea73beb7 (diff)
downloadm2crypto-fb0489128551e0d56450cb985463e9255fd1c017.tar.gz
Bug 12762, added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov.
git-svn-id: http://svn.osafoundation.org/m2crypto/trunk@678 2715db39-9adf-0310-9c64-84f055769b4b
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 35e03d5..5d4c0f5 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@
by Pavel Shramov
- OBJ_* wrappers did not work properly with OpenSSL 0.9.8a and earlier, fix by
Pavel Shramov
+- Added ASN1_UTCTIME.get_datetime and set_datetime, by Pavel Shramov
- m2urllib did not close sockets properly, fix by Miloslav Trmac
- Fixed httpslib to send only the path+query+fragment part of the URL when
using CONNECT proxy, by James Bowes