diff options
author | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-07 20:21:40 +0000 |
---|---|---|
committer | gotoyuzo <gotoyuzo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-08-07 20:21:40 +0000 |
commit | c005fe734eaa931591478a7928281c6b98661c15 (patch) | |
tree | 47b6e258cc938b4cdcdbd181235b4079b3224861 /ChangeLog | |
parent | b661911dc82c618e412612b623c740215fdfae0b (diff) | |
download | ruby-c005fe734eaa931591478a7928281c6b98661c15.tar.gz ruby-c005fe734eaa931591478a7928281c6b98661c15.tar.xz ruby-c005fe734eaa931591478a7928281c6b98661c15.zip |
* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error
to get last error on the current thread. And should report
if errors are on the stack while OpenSSL.debug is true.
* ext/openssl/ossl.c (ossl_get_errors): new method for debugging
this library.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Mon Aug 8 05:16:55 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> + + * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error + to get last error on the current thread. And should report + if errors are on the stack while OpenSSL.debug is true. + + * ext/openssl/ossl.c (ossl_get_errors): new method for debugging + this library. + Mon Aug 8 05:15:19 2005 GOTOU Yuuzou <gotoyuzo@notwork.org> * lib/webrick/httpproxy.rb (HTTPProxyServer#intialize), |