aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorGOTOU Yuuzou <gotoyuzo@notwork.org>2001-11-16 15:36:38 +0000
committerGOTOU Yuuzou <gotoyuzo@notwork.org>2001-11-16 15:36:38 +0000
commit7aef9ad51ff25208bf1a4a60d1371a781ecf3dac (patch)
tree2122c82076828441be29140a1e079dc3a0a3c250 /ChangeLog
parent3d032c89b753d125cf383cb6a1bef6b472b0a981 (diff)
downloadruby-openssl-history-7aef9ad51ff25208bf1a4a60d1371a781ecf3dac.tar.gz
for compatibility with old SSLSocket
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 681d3a4..9f64b97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,16 @@ Copyright (C) 2001 Michal Rokos <m.rokos@sh.cvut.cz>
All rights reserved.
2001/11/16
+ * ossl_version.h - new file
+ * SSL::VERSION and SSL::OPENSSL_VERSION went under OpenSSL
+ * SSLSocket - connect and accept were reworked; use Mutex to protect verify_callback_proc from race condition
+ * SSLSocket - new allows certificate and pkey as filename
+ * ossl_x509_new_from_file() added
+ * ossl_pkey_new_from_file() added
+ * lib/ssl.rb added for migrations from old SSLSocket
+ * lib/net/* should follow above changes
+
+2001/11/16
* added yielding when generating RSA key (see test/ossl_pkey.rb)
* added yielding when generating DSA key (see test/ossl_pkey.rb)